summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-03-28 11:06:43 +0100
committerColin Watson <cjwatson@debian.org>2011-03-28 11:06:43 +0100
commite1596e5efe1020db2d571959d6b378c8d6c50963 (patch)
tree88ca9cad011117b1ed94864d2229e22ddc241c74 /manual
parentb2554a18ed31506aea08786c9c5361f39f635ef0 (diff)
* m4/man-gcc-warning.m4: Remove.
* gnulib: Import warnings module. * configure.ac: Replace MAN_GCC_WARNING with gl_WARN_ADD.
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/Makefile.in b/manual/Makefile.in
index cc8d03ce..3f2a50f5 100644
--- a/manual/Makefile.in
+++ b/manual/Makefile.in
@@ -40,7 +40,6 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/man-bdb.m4 \
$(top_srcdir)/m4/man-check-progs.m4 \
$(top_srcdir)/m4/man-compress-lib.m4 \
- $(top_srcdir)/m4/man-gcc-warning.m4 \
$(top_srcdir)/m4/man-gnu-nroff.m4 \
$(top_srcdir)/m4/man-heirloom-nroff.m4 \
$(top_srcdir)/m4/man-linguas.m4 $(top_srcdir)/m4/man-po4a.m4 \
@@ -186,6 +185,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/man-bdb.m4 \
$(top_srcdir)/gnulib/m4/vasprintf.m4 \
$(top_srcdir)/gnulib/m4/vsnprintf.m4 \
$(top_srcdir)/gnulib/m4/warn-on-use.m4 \
+ $(top_srcdir)/gnulib/m4/warnings.m4 \
$(top_srcdir)/gnulib/m4/wchar_h.m4 \
$(top_srcdir)/gnulib/m4/wchar_t.m4 \
$(top_srcdir)/gnulib/m4/wcrtomb.m4 \
@@ -944,6 +944,7 @@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
WINT_T_SUFFIX = @WINT_T_SUFFIX@
XGETTEXT = @XGETTEXT@