aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-08 22:44:19 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-08 22:44:19 +0000
commitf31b404a152ce4869ff530299da353be5daf57a8 (patch)
treed9a5b30da9080e7682fd1397cc5d4cbe786a0de3 /autogen.sh
parent4117eb2b7d27be7f16b8015ce2ae94792e2a1fbe (diff)
automake versions like 1.5.1 were not detected correctly
svn path=/trunk/; revision=10346
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a5b698d39c..cb522fb47a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.30 2004/03/05 00:02:43 jmayer Exp $
+# $Id: autogen.sh,v 1.31 2004/03/08 22:44:19 jmayer Exp $
DIE=true
PROJECT="Ethereal"
@@ -38,7 +38,7 @@ esac
AMVER=`automake --version | grep '^automake' | sed 's/.*) *//'`
case "$AMVER" in
-0* | 1\.[0-5] | 1\.[0-5][a-z]* )
+0.* | 1\.[0-5] | 1\.[0-5]\..* )
cat >&2 <<_EOF_