-
Notifications
You must be signed in to change notification settings - Fork 142
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
Add autogen.sh for new developers #742
base: master
Are you sure you want to change the base?
Conversation
I’m not an autotools expert (or even user in fact), the scripts are not from me. What is this supposed to do exactly? Replace this part of the process: If so, could you:
Thanks! |
Maybe @bluca could answer that too? |
AFAIK it's very common practice to provide an autogen.sh when using autotools, as the one-stop-shop to initialise the build system. As you guessed, it basically replaces doing autoreconf -f -i, and it has the added benefit that if you need something else done, you just add it to the script and it's transparent for users. |
OK, nice to know. @drwilco Could you just rebase this against |
It is doing the equivalent of |
👍 from me, personally I expect autotools-based projects to provide an autogen script |
OK, I agree to merge this if the README is updated and the PR made against the |
I totally missed the I can make the |
OK. So, please make a new PR against |
@drwilco If you don’t do it yourself by next saturday, I’ll end up doing it myself (crediting you in the commit message). |
For convenience, let's have all the autotools in a script.