aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 197c6c7..9da0b41 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
echo 'Generating necessary files...'
libtoolize --copy --force
-aclocal-1.9
+aclocal
autoheader
-automake-1.9 --gnu --add-missing
+automake --gnu --add-missing
autoconf