]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: correct gettext configure-time support
authorJim Meyering <meyering@redhat.com>
Fri, 13 Nov 2009 16:51:21 +0000 (17:51 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 13 Nov 2009 16:54:07 +0000 (17:54 +0100)
* 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.

THANKS
configure.ac

diff --git a/THANKS b/THANKS
index e5fecb2cee65e58759761af5cf322429b281fb23..7955da76c3a3705cc017a6bb40246fb7d44c08f6 100644 (file)
--- 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
index fb963ee98e0ea782066b96cd889c358e44e3e30b..71548519c04f1b5987025cf327c676390a160d5e 100644 (file)
@@ -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.