Skip to content

Ask about regen-configure#385

Open
zware wants to merge 2 commits intomainfrom
regen-configure
Open

Ask about regen-configure#385
zware wants to merge 2 commits intomainfrom
regen-configure

Conversation

@zware
Copy link
Copy Markdown
Member

@zware zware commented May 7, 2026

No description provided.

@StanFromIreland

This comment was marked as resolved.

@StanFromIreland

This comment was marked as resolved.

Comment thread release.py
Comment on lines +571 to +572
if ask_question("configure.ac has changed; run 'make regen-configure'?"):
run_cmd(["make", "regen-configure"])
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what state the repository should be in at this point, so we might need to either make -f Makefile.pre.in regen-configure or just call Tools/build/regen-configure.sh directly:

Suggested change
if ask_question("configure.ac has changed; run 'make regen-configure'?"):
run_cmd(["make", "regen-configure"])
if ask_question("configure.ac has changed; run 'make regen-configure'?"):
run_cmd(["make", "-f", "Makefile.pre.in", "regen-configure"])
Suggested change
if ask_question("configure.ac has changed; run 'make regen-configure'?"):
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"])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants