From 7e978a7b2d2d2088543f6d7370a7b19ff28771c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 May 2010 10:31:21 +0200 Subject: [PATCH] build: record the gettext-0.18 requirement also in configure.ac * configure.ac: Require gettext-0.18 here, too. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b07a52bf51..e7037a1a3e 100644 --- a/configure.ac +++ b/configure.ac @@ -432,7 +432,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) # As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in # translatable strings, we must use need-formatstring-macros here. AM_GNU_GETTEXT([external], [need-formatstring-macros]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18]) # For a test of uniq: it uses the $LOCALE_FR envvar. gt_LOCALE_FR -- 2.47.3