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 | 1d78066bdc1a71d8c06c4b1c25912291369849a6 (patch) | |
tree | 62e49102d8f472c37cad59f891a79d1f7e12102d /autogen.sh | |
parent | ff387293094408d34a50c043d50180aa99ba582e (diff) | |
download | gstreamer-plugins-bad-1d78066bdc1a71d8c06c4b1c25912291369849a6.tar.gz |
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" "" \ |