autogen.sh: don't check for autoconf <2.60

configure.ac refuses to run with autoconf older than 2.60, don't
bother to test for those versions in autogen.sh.
This commit is contained in:
Max Kellermann 2009-06-25 11:53:34 +02:00
parent 5b78b46a30
commit fe96bdf7e6

View File

@ -22,7 +22,7 @@ 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 ()