Skip to content

Commit 1d1504d

Browse files
authored
Call the regen-configure.sh script directly
1 parent df0a2a7 commit 1d1504d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ def bump(tag: Tag) -> None:
568568

569569
print("Bumped revision")
570570
if extra_work:
571-
if ask_question("configure.ac has changed; run 'make regen-configure'?"):
572-
run_cmd(["make", "regen-configure"])
571+
if ask_question("configure.ac has changed; run 'Tools/build/regen-configure.sh'?"):
572+
run_cmd(["Tools/build/regen-configure.sh"])
573573
else:
574574
print("configure.ac has changed; re-run autotools!")
575575
print("Please commit and use --tag")

0 commit comments

Comments
 (0)