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).
This commit is contained in:
Paolo Bonzini
2008-11-11 13:37:36 +01:00
parent 7ed73f82ad
commit b5775a81c1
9 changed files with 33 additions and 28 deletions

View File

@@ -58,6 +58,7 @@ unistd-safer.m4
unistd_h.m4
unlocked-io.m4
warning.m4
warnings.m4
wchar.m4
wchar_t.m4
wctype.m4

1
m4/.gitignore vendored
View File

@@ -58,6 +58,7 @@
/unistd_h.m4
/unlocked-io.m4
/warning.m4
/warnings.m4
/wchar.m4
/wchar_t.m4
/wctype.m4