From c3744b25f2854628ffadb35c57305257f6144352 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Nov 2009 17:53:06 +0100 Subject: [PATCH] build: require gettext-0.17 * configure.ac: Require gettext-0.17; it was released two years ago. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 71548519c0..8f019b67d6 100644 --- a/configure.ac +++ b/configure.ac @@ -430,7 +430,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) ############################################################################ AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.15]) +AM_GNU_GETTEXT_VERSION([0.17]) # For a test of uniq: it uses the $LOCALE_FR envvar. gt_LOCALE_FR -- 2.47.3