aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 51fe243d7..be192aa59 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,13 +16,13 @@ if test -n "$AM_FORCE_VERSION"
then
AM_VERSIONS="$AM_FORCE_VERSION"
else
- AM_VERSIONS='1.9 1.10'
+ AM_VERSIONS='1.10'
fi
if test -n "$AC_FORCE_VERSION"
then
AC_VERSIONS="$AC_FORCE_VERSION"
else
- AC_VERSIONS='2.58 2.59 2.60 2.61'
+ AC_VERSIONS='2.60 2.61'
fi
versioned_bins ()