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.
Actions