summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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.