CMake has it's own equivalent to Autoconf that is used to generate header files https://cmake.org/cmake/help/latest/command/configure_file.html
While the original focus of this repo was purely autoconf, it would still be very useful to be able to reuse check results and render these CMake files. Some research is needed into the differences between CMake and Autoconf and then some design is needed.
CMake has it's own equivalent to Autoconf that is used to generate header files https://cmake.org/cmake/help/latest/command/configure_file.html
While the original focus of this repo was purely autoconf, it would still be very useful to be able to reuse check results and render these CMake files. Some research is needed into the differences between CMake and Autoconf and then some design is needed.