summaryrefslogtreecommitdiff
path: root/bootstrap.conf
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 /bootstrap.conf
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 'bootstrap.conf')
-rw-r--r--bootstrap.conf19
1 files changed, 1 insertions, 18 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 6d1f9a44..0d379797 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -24,7 +24,7 @@ gnulib_modules='
dirname
error extensions fdl fopen-safer
getopt-gnu
- gettext git-version-gen gitlog-to-changelog
+ gettext-h git-version-gen gitlog-to-changelog
gpl-3.0 hash inttypes isnan javacomp-script
javaexec-script
ldexpl
@@ -68,23 +68,6 @@ XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
--keyword=YY_ \\\
'
-# Gettext supplies these files, but we don't need them since
-# we don't have an intl subdirectory.
-excluded_files='
- m4/glibc2.m4
- m4/intdiv0.m4
- m4/intl.m4
- m4/intldir.m4
- m4/intmax.m4
- m4/lcmessage.m4
- m4/lock.m4
- m4/longdouble.m4
- m4/signed.m4
- m4/uintmax_t.m4
- m4/ulonglong.m4
- m4/visibility.m4
-'
-
gnulib_tool_option_extras='--symlink --conditional-dependencies --makefile-name=gnulib.mk --po-base=gnulib-po --po-domain=bison'
bootstrap_post_import_hook()