From 4a1527908b992f721fc99991b0e89d8d355f924c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 11 Aug 2011 11:42:03 -0700 Subject: bootstrap: use latest gnulib bootstrap, gettext * bootstrap: Sync from gnulib. This removes an obsolescent gettext.m4 patch, along with some other changes that do not seem to affect coreutils. * bootstrap.conf (gnulib_modules): Use gettext, not gettext-h. Current gnulib gettext seems to work without needing special hacking. * configure.ac (AM_GNU_GETTEXT_VERSION): Now 0.18.1, not 0.17. * gnulib: Update to latest. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 41b2f0099..291b19e5c 100644 --- a/configure.ac +++ b/configure.ac @@ -452,7 +452,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) # 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.17]) +AM_GNU_GETTEXT_VERSION([0.18.1]) # For a test of uniq: it uses the $LOCALE_FR envvar. gt_LOCALE_FR -- cgit v1.2.3-54-g00ecf