From: Jim Meyering Date: Fri, 13 Nov 2009 16:51:21 +0000 (+0100) Subject: build: correct gettext configure-time support X-Git-Tag: v8.1~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49741b61b735ab9a1cc85c27cc19b71e828c03e8;p=platform%2Fupstream%2Fcoreutils.git build: correct gettext configure-time support * configure.ac: Use AM_GNU_GETTEXT([external], [need-ngettext]), rather than AM_GNU_GETTEXT([external], [need-formatstring-macros]). Reported by Martin Jacobs in http://thread.gmane.org/gmane.comp.parsers.bison.bugs/3181 * THANKS: Add his name. --- diff --git a/THANKS b/THANKS index e5fecb2..7955da7 100644 --- a/THANKS +++ b/THANKS @@ -371,6 +371,7 @@ Martin martin@dresden.nacamar.de Martin Buck martin.buck@ascom.ch Martin Gallant martyg@goodbit.net Martin Hippe martin.hippe@schlund.de +Martin Jacobs martin.jacobs@arcor.de Martin Michlmayr tbm@cyrius.com Martin Mitchell martin@debian.org Martin P.J. Zinser zinser@decus.de diff --git a/configure.ac b/configure.ac index fb963ee..7154851 100644 --- a/configure.ac +++ b/configure.ac @@ -429,7 +429,7 @@ CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/src/Makefile.am' AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) ############################################################################ -AM_GNU_GETTEXT([external], [need-formatstring-macros]) +AM_GNU_GETTEXT([external], [need-ngettext]) AM_GNU_GETTEXT_VERSION([0.15]) # For a test of uniq: it uses the $LOCALE_FR envvar.