summaryrefslogtreecommitdiff
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 21ae79e8..30c85fb6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,9 +4,9 @@ echo "Generating build information using aclocal, autoheader, automake and autoc
echo
# Regerate configuration files
-aclocal-1.7
+aclocal-1.9
autoheader
-automake-1.7 --gnu --add-missing --copy
+automake-1.9 --gnu --add-missing --copy
autoconf
echo