summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.pre.in4
1 files 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::