From fe96bdf7e6d4705788565149b618759234d4339a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Jun 2009 11:53:34 +0200 Subject: 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index f93dd7d93..be192aa59 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 () -- cgit v1.2.3