summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-11-11 13:37:36 +0100
committerPaolo Bonzini <bonzini@gnu.org>2008-11-12 15:55:01 +0100
commitb5775a81c150086df5ecc746628bc90849381f55 (patch)
tree35f79802e24dc227449016b4202ed91481cd1239 /bootstrap.conf
parent7ed73f82ad0d54be945b9d5146e343c8e89bf81f (diff)
downloadbison-b5775a81c150086df5ecc746628bc90849381f55.tar.gz
Replace m4/warning.m4 with warnings module.
* bootstrap.conf: Replace m4/warning.m4 with warnings module. * configure.ac: Adjust usage. * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS). * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS). * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf9
1 files changed, 2 insertions, 7 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 89d7db5d..bcab1b89 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -21,13 +21,8 @@ gnulib_modules='
dirname error extensions fopen-safer getopt gettext git-version-gen
gnumakefile hash inttypes javacomp-script javaexec-script malloc
mbswidth obstack quote quotearg stdbool stpcpy strerror strtoul
- strverscmp unistd unistd-safer unlocked-io unsetenv verify xalloc
- xalloc-die xstrndup
-'
-
-# Any gnulib files needed that are not in modules.
-gnulib_files='
- m4/warning.m4
+ strverscmp unistd unistd-safer unlocked-io unsetenv verify
+ warnings xalloc xalloc-die xstrndup
'
# Additional xgettext options to use. Use "\\\newline" to break lines.