Commit 80b09d49 authored by Matthias Klose's avatar Matthias Klose

Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510).

parent bada4c39
...@@ -1140,8 +1140,8 @@ recheck: ...@@ -1140,8 +1140,8 @@ recheck:
# Rebuild the configure script from configure.in; also rebuild pyconfig.h.in # Rebuild the configure script from configure.in; also rebuild pyconfig.h.in
autoconf: autoconf:
(cd $(srcdir); autoconf) (cd $(srcdir); autoconf -Wall)
(cd $(srcdir); autoheader) (cd $(srcdir); autoheader -Wall)
# Create a tags file for vi # Create a tags file for vi
tags:: tags::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment