Skip to content

Commit

Permalink
automake versions like 1.5.1 were not detected correctly
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=10346
  • Loading branch information
Jörg Mayer committed Mar 8, 2004
1 parent 4117eb2 commit f31b404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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_
Expand Down

0 comments on commit f31b404

Please sign in to comment.