summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-11-08 20:01:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-11-08 20:01:48 +0000
commitac564be451362c738a89ff742b84408cfd2e704b (patch)
tree8a05634839125e876eca193d2f502aa0c6cbe140 /bootstrap.conf
parent17bd8a736a491f4867176b3885e39e74dc07f854 (diff)
downloadbison-ac564be451362c738a89ff742b84408cfd2e704b.tar.gz
* bootstrap (runtime-po/Makevars): Derive from po/Makevars
instead of from the template, to simplify configuration a bit. * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4 and m4/wint_t.m4, as they are needed with the latest gnulib.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 28e1894b..0bc4e54e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -47,7 +47,6 @@ XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
# Gettext supplies these files, but we don't need them since
# we don't have an intl subdirectory.
excluded_files='
- m4/codeset.m4
m4/glibc2.m4
m4/glibc21.m4
m4/intdiv0.m4
@@ -62,6 +61,5 @@ excluded_files='
m4/uintmax_t.m4
m4/ulonglong.m4
m4/visibility.m4
- m4/wint_t.m4
m4/xsize.m4
'