summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 5bce9bab3..3f143a12c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -79,15 +79,18 @@
# set to minimum acceptable version of autoconf
if [ "x$AUTOCONF_VERSION" = "x" ] ; then
- AUTOCONF_VERSION=2.52
+# AUTOCONF_VERSION=2.52
+ AUTOCONF_VERSION=2.61
fi
# set to minimum acceptable version of automake
if [ "x$AUTOMAKE_VERSION" = "x" ] ; then
- AUTOMAKE_VERSION=1.6.0
+# AUTOMAKE_VERSION=1.6.0
+ AUTOMAKE_VERSION=1.11
fi
# set to minimum acceptable version of libtool
if [ "x$LIBTOOL_VERSION" = "x" ] ; then
- LIBTOOL_VERSION=1.4.2
+# LIBTOOL_VERSION=1.4.2
+ LIBTOOL_VERSION=2.2
fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback