]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: reduce gettext dependency to 0.19.2
authorPádraig Brady <P@draigBrady.com>
Mon, 27 Apr 2015 09:14:14 +0000 (10:14 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 27 Apr 2015 09:18:16 +0000 (10:18 +0100)
* bootstrap.conf: 0.19.2 is available on openSUSE-13.2,
Debian-8.0, and Ubuntu-14.10.  Given there were issues
with earlier 0.19 gettext releases, set this as the new minimum.
* configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
Reported by Bernhard Voelker

bootstrap.conf
configure.ac

index 75df5de0a73cb76647a37619770137aada61fa46..a16bd7cd633965861a91a2e799bc45620c5a38bb 100644 (file)
@@ -319,9 +319,9 @@ gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\
 buildreq="\
 autoconf   2.64
 automake   1.11.2
-autopoint  0.19.4
+autopoint  0.19.2
 bison      -
-gettext    0.19.4
+gettext    0.19.2
 git        1.4.4
 gperf      -
 gzip       -
index 7959bf4089491656831513766d72750e6de36e98..cac9ab2c59b3c87f39d83f238efedb1cde20691d 100644 (file)
@@ -590,7 +590,7 @@ AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes])
 # As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in
 # translatable strings, we must use need-formatstring-macros here.
 AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION([0.19.4])
+AM_GNU_GETTEXT_VERSION([0.19.2])
 
 # For a test of uniq: it uses the $LOCALE_FR envvar.
 gt_LOCALE_FR