configure: update to and require use of autoconf 2.72 - #6533
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.)