diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-13 16:43:51 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-13 16:43:51 +0000 |
commit | 37f1a8021ec4f2e06b7a2c7b245b817983e2e093 (patch) | |
tree | 2e3704e13987b0605380302510f3cb070c69f434 /autogen.sh | |
parent | b0ecd5f659caedc8f90e28dfc21dd17e81febc96 (diff) |
up gettext version
Original commit message from CVS:
up gettext version
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index e27fd3b73..95bf860d1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -36,7 +36,7 @@ version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autocon 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 "autopoint" "autopoint" \ - "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 4 || DIE=1 + "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1 version_check "libtoolize" "$LIBTOOLIZE libtoolize libtoolize14" \ "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "pkg-config" "" \ |