diff options
author | Christian Schaller <uraeus@gnome.org> | 2006-01-20 19:10:26 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2006-01-20 19:10:26 +0000 |
commit | 25df39b708b397dc160e0c2f6b7e790d9762c49a (patch) | |
tree | e270ff0bb0e1ea42b740fca017c849418394b98f /autogen.sh | |
parent | 68440699146dc278c70529e0e97068ce0e2df8fd (diff) |
up automake requirement to 1.7
Original commit message from CVS:
up automake requirement to 1.7
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index 2e68c7f68..84550ddc2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -31,10 +31,10 @@ autogen_options $@ echo -n "+ check for build tools" if test ! -z "$NOCHECK"; then echo " skipped"; else echo; fi -version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autoconf-2.52" \ +version_check "autoconf" "$AUTOCONF autoconf autoconf259 autoconf257 autoconf-2.54 autoconf-2.53 autoconf-2.52" \ "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1 -version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6 automake-1.5" \ - "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1 +version_check "automake" "$AUTOMAKE automake automake-1.9 automake19 automake-1.7 automake-1.6 automake-1.5" \ + "ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1 version_check "autopoint" "autopoint" \ "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1 version_check "libtoolize" "$LIBTOOLIZE libtoolize" \ |