summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-04-24 23:14:23 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-04-25 22:09:41 +0200
commitf5a4e279bcd368ebb7ce6cf2fea13d6ff3c67868 (patch)
tree71de20690b28ffe9c16dc9d33a97a08551204f4f /configure.ac
parent571447afe8e54253ac48fb9bd743f826474feb26 (diff)
downloadbison-f5a4e279bcd368ebb7ce6cf2fea13d6ff3c67868.tar.gz
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.
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 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])