Make build system compatible with autotools 2.71.
The autotools 2.7 suite is starting to be used (Ubuntu and Fedora) and has many incompatible changes for our build system. This MR attempts to resolve those and remain compatible with the earlier and more widely used 2.69.
Works for me on Ubuntu 20.02/2.71 and with Centos/2.69 and Ubuntu/2.69.
Rather than worry about 2.7, it would seem a good idea to make sure 2.69 is still working for all the configure combinations we can. Access to less obvious OSes would also be useful tests.
Also closes #536 (closed).
Edited by Peter W. Draper
Merge request reports
Activity
added Configuration enhancement feature request labels
assigned to @pdraper
Issue #536 (closed) might be partially addressed or fully solved by this as well.
added 1 commit
- 067e9a56 - One too many AC_PROG_CC references are not allowed
added 28 commits
-
067e9a56...eb22731a - 27 commits from branch
master
- 017743f0 - Merge branch 'master' into autoconf-2.71
-
067e9a56...eb22731a - 27 commits from branch
requested review from @bvandenbroucke
added 1 commit
- a65af802 - Fixes issue with headers that cannot be compiled, but are present. This...
- Resolved by Peter W. Draper
- Resolved by Peter W. Draper
Please register or sign in to reply