Commit fe96bdf7 authored by Max Kellermann's avatar Max Kellermann

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.
parent 5b78b46a
...@@ -22,7 +22,7 @@ if test -n "$AC_FORCE_VERSION" ...@@ -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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment