Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80b09d4

Browse files
committed
Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510).
1 parent bada4c3 commit 80b09d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,8 @@ recheck:
11401140

11411141
# Rebuild the configure script from configure.in; also rebuild pyconfig.h.in
11421142
autoconf:
1143-
(cd $(srcdir); autoconf)
1144-
(cd $(srcdir); autoheader)
1143+
(cd $(srcdir); autoconf -Wall)
1144+
(cd $(srcdir); autoheader -Wall)
11451145

11461146
# Create a tags file for vi
11471147
tags::

0 commit comments

Comments
 (0)