aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-09-11 21:15:14 +0000
committerJörg Mayer <jmayer@loplof.de>2008-09-11 21:15:14 +0000
commitf965652175282a4b7df584d3a16263d1981bda02 (patch)
tree6abc5815d18d56c5c1e2881df680ff548f191f52
parent021d8153b2490bd72c4db3f0badbf47570a5d4e4 (diff)
We now require autoconf 2.60 to build.
svn path=/trunk/; revision=26180
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d86cca928f..bf1255188d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,8 +32,7 @@ fi
ACVER=`$AUTOCONF --version | grep '^autoconf' | sed 's/.*) *//'`
case "$ACVER" in
-'' | 0.* | 1.* | 2.[0-4]* | \
-2.5[0-1] | 2.5[0-1][a-z]* )
+'' | 0.* | 1.* | 2.[0-5]* )
cat >&2 <<_EOF_
You must have autoconf 2.52 or later installed to compile $PROJECT.