summaryrefslogtreecommitdiff
path: root/gnulib
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-05 21:50:52 +0000
committerColin Watson <cjwatson@debian.org>2008-01-05 21:50:52 +0000
commit31e310144685ffce08cde24fa64e7c3d1f26ba7b (patch)
tree8bb5d558f7b8ed22b170e7e85ea251fc32601e78 /gnulib
parenta9af8313057126620a1bc51259890021912e6a93 (diff)
* m4/man-gcc-warning.m4: New file.
* configure.ac: Test whether each -W option (other than -Wall) that we want to add is supported, rather than adding it unconditionally. Reported by Peter Breitenlohner.
Diffstat (limited to 'gnulib')
-rw-r--r--gnulib/lib/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnulib/lib/Makefile.in b/gnulib/lib/Makefile.in
index bf9e1837..0b01744d 100644
--- a/gnulib/lib/Makefile.in
+++ b/gnulib/lib/Makefile.in
@@ -154,6 +154,7 @@ am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/alloca.m4 \
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/lock.m4 \
$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/man-bdb.m4 \
$(top_srcdir)/m4/man-check-progs.m4 \
+ $(top_srcdir)/m4/man-gcc-warning.m4 \
$(top_srcdir)/m4/man-gnu-nroff.m4 \
$(top_srcdir)/m4/man-strsignal.m4 \
$(top_srcdir)/m4/man-trans-subst.m4 $(top_srcdir)/m4/nls.m4 \