-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
make regen-all now suggests running: make autoconf #30893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
"make autoconf" also runs autoheader, whereas "autoconf" does not.
cc @tiran |
|
Would you mind to change this in a separed PR? This PR remains correct, no? "make autoconf" is better than just running "autoconf", no? |
IMHO it would make more sense to remove |
I don't understand how to do that in practice. Currently, the devguide suggests to run the |
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 |
|
|
"make autoconf" also runs autoheader, whereas "autoconf" does not.