Typo.
authorjbj <devnull@localhost>
Tue, 26 Jan 1999 20:30:07 +0000 (20:30 +0000)
committerjbj <devnull@localhost>
Tue, 26 Jan 1999 20:30:07 +0000 (20:30 +0000)
CVS patchset: 2762
CVS date: 1999/01/26 20:30:07

autogen.sh

index 0048059..b8f8434 100755 (executable)
@@ -12,13 +12,7 @@ You need to install:
 
 [ "`libtoolize --version`" != "$LTV" ] && echo "$USAGE" && exit 1
 [ "`autoconf --version`" != "$ACV" ] && echo "$USAGE" && exit 1
-[ "`automake --version`" != "$AMV" ] && echo "$USAGE" && exit 1
-
-Copyright (C) 1999 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-Written by Tom Tromey <tromey@cygnus.com>
+[ "`automake --version | head -1`" != "$AMV" ] && echo "$USAGE" && exit 1
 
 (cd popt; ./autogen.sh --noconfigure "$@")
 libtoolize --copy --force