Actions
Feature #736
closedMove generating arith.h from build time to configuration time under Autoconf
Start date:
2017-03-23
Due date:
% Done:
100%
Estimated time:
Module:
Autoconf, CMake
Operating System:
Compiler:
Description
To ensure arith.h always reflects the latest configuration settings, generating it was choosen to be at build time for Autoconf, as the author was unable to implement the required logic that exists in CMake as m4 scripts. It turns out the resulting problems exceed the benefits, therefore, generating arith.h should also happen during the configuration phase for Autoconf.
Updated by Marco Eichelberg over 1 year ago
- Status changed from New to Closed
- Assignee changed from Jan Schlamelcher to Marco Eichelberg
- % Done changed from 0 to 100
- Module changed from Autoconf to Autoconf, CMake
Closed by commit #867ec0cf3. arith.h is not required and not generated anymore.
Actions