diff options
author | jbj <devnull@localhost> | 1999-01-26 20:30:07 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-26 20:30:07 +0000 |
commit | a012dfe2dde3ef8f798defd9951bd13025db9d0e (patch) | |
tree | 345b4021a7a47bccf4d83ca30197c8905308fa8f /autogen.sh | |
parent | c1cb9dc9e4f271af96fa75d0e15da6cb06b5b8b8 (diff) | |
download | librpm-tizen-a012dfe2dde3ef8f798defd9951bd13025db9d0e.tar.gz librpm-tizen-a012dfe2dde3ef8f798defd9951bd13025db9d0e.tar.bz2 librpm-tizen-a012dfe2dde3ef8f798defd9951bd13025db9d0e.zip |
Typo.
CVS patchset: 2762
CVS date: 1999/01/26 20:30:07
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh index 0048059e1..b8f8434a9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 |