From f5a4e279bcd368ebb7ce6cf2fea13d6ff3c67868 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 24 Apr 2019 23:14:23 +0200 Subject: build: use gettext-h We were using the gnulib's gettext module with tricks in bootstrap.conf to avoid useless files. Instead, use gnulib's gettext-h module. * .travis.yml: Force Gettext 0.18.3 on Trusty. * bootstrap.conf: Use gettext-h instead of gettext. (excluded_files): Remove. * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7520ab38..38c5683c 100644 --- a/configure.ac +++ b/configure.ac @@ -249,7 +249,7 @@ AM_WITH_DMALLOC # We use gnulib, which is only guaranteed to work properly with the # latest Gettext. AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.18]) +AM_GNU_GETTEXT_VERSION([0.19]) BISON_I18N AC_CONFIG_FILES([gnulib-po/Makefile.in]) -- cgit v1.2.1