Skip to content

Commit db4b4ff

Browse files
committed
bpo-33485: autoconf target behaves correctly in more cases
1 parent 23db935 commit db4b4ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile.pre.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,10 +1628,7 @@ recheck:
16281628
# Regenerate configure and pyconfig.h.in
16291629
.PHONY: autoconf
16301630
autoconf:
1631-
# Regenerate the configure script from configure.ac using autoconf
1632-
(cd $(srcdir); autoconf -Wall)
1633-
# Regenerate pyconfig.h.in from configure.ac using autoheader
1634-
(cd $(srcdir); autoheader -Wall)
1631+
(cd "$(srcdir)" && autoreconf --force --verbose --install -Wall)
16351632

16361633
# Create a tags file for vi
16371634
tags::

0 commit comments

Comments
 (0)