From 80b09d49c147e202f5e2a82b6b30ddb8454d10e9 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 25 Apr 2010 21:23:32 +0000 Subject: Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510). --- Makefile.pre.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index a5e8787..745c4a7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1140,8 +1140,8 @@ recheck: # Rebuild the configure script from configure.in; also rebuild pyconfig.h.in autoconf: - (cd $(srcdir); autoconf) - (cd $(srcdir); autoheader) + (cd $(srcdir); autoconf -Wall) + (cd $(srcdir); autoheader -Wall) # Create a tags file for vi tags:: -- cgit v0.12