diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-13 16:43:03 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-13 16:43:03 +0000 |
commit | 5ee87d1992b217cc077f64d050e599520b668f55 (patch) | |
tree | 0fb9d8a6575bda5f67acff44dffa6b29660dafb6 /autogen.sh | |
parent | 2ee4c34ff81b8e6df71d400eca569e9faa4bf121 (diff) |
up version of gettext
Original commit message from CVS:
up version of gettext
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 21410571a..9a861cfc2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -34,7 +34,7 @@ version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autocon version_check "automake" "$AUTOMAKE automake automake-1.7 automake17 automake-1.6" \ "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 libtoolize14" \ "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "pkg-config" "" \ |