Fix the Autotools building
This applies a couple of fixes to the Autotools build system:
- Revert !124 (merged). The
LT_INIT
macro is expanded by theACX_USE_LIBTOOL_CONFIGURATION
after the required monkey patches. - Add a dummy expansion of the
LT_INIT
macro to suppress thelibtoolize
warning. - Revert !116 (merged). First,
CMakeLists.txt
normally require more files to work correctly (e.g. the contents of thecmake
directory). Second, the build systems are supposed to be fully independent and not know about each other. Those who want to build with CMake should not use the Autotools-generated release tarballs (i.e. the result ofmake dist
). Instead, they should fetch the tarball directly from GitLab (for examplecdi-2.5.1.1
).