From: Jim Meyering Date: Fri, 13 Nov 2009 19:35:58 +0000 (+0100) Subject: build: do use AM_GNU_GETTEXT's "need-formatstring-macros" option X-Git-Tag: v8.1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cf6fb3b128a4e01b7350e961b72297b5bf3c5ec;p=platform%2Fupstream%2Fcoreutils.git build: do use AM_GNU_GETTEXT's "need-formatstring-macros" option * configure.ac: Revert commit 49741b61 and add a comment. Reported by Eric Blake. --- diff --git a/configure.ac b/configure.ac index 8f019b6..a6d2310 100644 --- a/configure.ac +++ b/configure.ac @@ -429,7 +429,9 @@ CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/src/Makefile.am' AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) ############################################################################ -AM_GNU_GETTEXT([external], [need-ngettext]) +# 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]) # For a test of uniq: it uses the $LOCALE_FR envvar.