]> granicus.if.org Git - python/commitdiff
Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510).
authorMatthias Klose <doko@ubuntu.com>
Sun, 25 Apr 2010 21:23:32 +0000 (21:23 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sun, 25 Apr 2010 21:23:32 +0000 (21:23 +0000)
Makefile.pre.in

index a5e8787ccbd0e089a32bee5832513c8f83def4c3..745c4a7c7b50670e3dbb7e3f8fdcd851118e702b 100644 (file)
@@ -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::