summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rwxr-xr-xautogen.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 699c6c6..69258b7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.8
+0.1.9CVS
diff --git a/autogen.sh b/autogen.sh
index a473252..d23378a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,6 @@
rm -f configure
aclocal
-libtoolize --force
-automake
-autoconf \ No newline at end of file
+libtoolize --copy --force
+automake --copy --add-missing
+autoconf