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:
parent
5b78b46a30
commit
fe96bdf7e6
@ -22,7 +22,7 @@ if test -n "$AC_FORCE_VERSION"
|
|||||||
then
|
then
|
||||||
AC_VERSIONS="$AC_FORCE_VERSION"
|
AC_VERSIONS="$AC_FORCE_VERSION"
|
||||||
else
|
else
|
||||||
AC_VERSIONS='2.58 2.59 2.60 2.61'
|
AC_VERSIONS='2.60 2.61'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
versioned_bins ()
|
versioned_bins ()
|
||||||
|
Loading…
Reference in New Issue
Block a user