From: Matthias Klose Date: Sun, 25 Apr 2010 21:23:32 +0000 (+0000) Subject: Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510). X-Git-Tag: v3.2a1~1006 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80b09d49c147e202f5e2a82b6b30ddb8454d10e9;p=python Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510). --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a5e8787ccb..745c4a7c7b 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::