We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0a2a7 commit 1d1504dCopy full SHA for 1d1504d
1 file changed
release.py
@@ -568,8 +568,8 @@ def bump(tag: Tag) -> None:
568
569
print("Bumped revision")
570
if extra_work:
571
- if ask_question("configure.ac has changed; run 'make regen-configure'?"):
572
- run_cmd(["make", "regen-configure"])
+ if ask_question("configure.ac has changed; run 'Tools/build/regen-configure.sh'?"):
+ run_cmd(["Tools/build/regen-configure.sh"])
573
else:
574
print("configure.ac has changed; re-run autotools!")
575
print("Please commit and use --tag")
0 commit comments