summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-08 23:37:51 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-08 23:37:51 +0000
commit903e497f57eeb0c4e6327a2bf1bf52bd743811cb (patch)
tree733412d1f98fca699b659d3936c302b5881b1c3b /autogen.sh
parent2271736636188a672a3d4c63f8b542f04f0ba1dc (diff)
downloadwireshark-903e497f57eeb0c4e6327a2bf1bf52bd743811cb.tar.gz
Maybe automake version handling will be right this time
svn path=/trunk/; revision=10349
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 cb522fb47a..e1cf3d06a8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.31 2004/03/08 22:44:19 jmayer Exp $
+# $Id: autogen.sh,v 1.32 2004/03/08 23:37:51 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]\..* )
+0.* | 1\.[0-5].* )
cat >&2 <<_EOF_