Skip to content

Commit a87ce78

Browse files
committed
Run './configure' before 'make regen-configure'
1 parent e09c9a7 commit a87ce78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run_release.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@ def prepare_pydoc_topics(db: DbfilenameShelf) -> None:
411411

412412

413413
def run_autoconf(db: DbfilenameShelf) -> None:
414+
# Need to call configure first before running make.
415+
subprocess.check_call(
416+
["./configure"], cwd=db["git_repo"],
417+
)
414418
subprocess.check_call(
415419
["make", "regen-configure"], cwd=db["git_repo"],
416420
)

0 commit comments

Comments
 (0)