summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-13 17:51:21 +0100
committerJim Meyering <meyering@redhat.com>2009-11-13 17:54:07 +0100
commit49741b61b735ab9a1cc85c27cc19b71e828c03e8 (patch)
tree688c949206180dcdb758741d1f5ed1416a75d2e8
parent9a91b2a928914793fe48b6378dc30272e04fc001 (diff)
downloadcoreutils-49741b61b735ab9a1cc85c27cc19b71e828c03e8.tar.xz
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.
-rw-r--r--THANKS1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index e5fecb2ce..7955da76c 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 fb963ee98..71548519c 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.