Uh oh!
There was an error while loading. Please reload this page.
make regen-all now suggests running: make autoconf - #30893
Conversation
"make autoconf" also runs autoheader, whereas "autoconf" does not.
vstinner
commented
Jan 25, 2022
cc @tiran |
tiran
commented
Jan 25, 2022
|
vstinner
commented
Jan 25, 2022
Would you mind to change this in a separed PR? This PR remains correct, no? "make autoconf" is better than just running "autoconf", no? |
tiran
commented
Jan 25, 2022
IMHO it would make more sense to remove |
vstinner
commented
Jan 25, 2022
I don't understand how to do that in practice. Currently, the devguide suggests to run the |
vstinner
commented
Jan 26, 2022
I never recall how to regenerated files generated by configure.ac. IMO running If FYI a few days ago, I modified configure.ac and I ran |
bedevere-bot
commented
Jan 27, 2022
|
tiran
commented
Jan 27, 2022
|
"make autoconf" also runs autoheader, whereas "autoconf" does not.