aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-06-25 11:53:34 +0200
committerMax Kellermann <max@duempel.org>2009-06-25 11:53:34 +0200
commitfe96bdf7e6d4705788565149b618759234d4339a (patch)
treee03bcecb502bda1f407d6750c145790a0defa5ce /autogen.sh
parent5b78b46a303053d084832e0b39b013a480039581 (diff)
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f93dd7d9..be192aa5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 ()