-
-
Notifications
You must be signed in to change notification settings - Fork 370
configure: update to and require use of autoconf 2.72 #6533
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
Follow up to the de facto update with commit: ec42cfa
|
Do we have to bump up autoconf requirement? The fact that |
We don’t have to, but using different versions lead to unrelated changes (cluttered history). The version is only of importance for us devs, as it now stands, so whichever is more convenient. |
|
Since you are modifying the build system: Did you notice that current builds show up with |
Yes, that is a regression. LFS detection works, but reporting – doesn't. Here's a PR with the fix: #6537 |
I was more thinking of downstream packagers as on some distros they discard our shipped |
|
@nilason Would you want to rerun the autoreconf again, since the LFS fix up PR was merged? |
Browsing on repology.org, the platforms delivering 8.4 all are accompanied by autoconf 2.72, so this shouldn't be a problem for 8.5. |
There wouldn't be any need for it (as it has been run by 2.72), but I tested to be sure. |
Follow up to the de facto update with commit: ec42cfa.
Run with
autoreconf -vfi.(What version we use is only of importance for developers updating the configure scripts, not users/builders which use the generated
configurescript anyway.)