Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bada4c3 commit 80b09d4Copy full SHA for 80b09d4
1 file changed
Makefile.pre.in
@@ -1140,8 +1140,8 @@ recheck:
1140
1141
# Rebuild the configure script from configure.in; also rebuild pyconfig.h.in
1142
autoconf:
1143
- (cd $(srcdir); autoconf)
1144
- (cd $(srcdir); autoheader)
+ (cd $(srcdir); autoconf -Wall)
+ (cd $(srcdir); autoheader -Wall)
1145
1146
# Create a tags file for vi
1147
tags::
0 commit comments