Fix the Autotools building
This applies a couple of fixes to the Autotools build system:
- Revert !124 (merged). The
LT_INITmacro is expanded by theACX_USE_LIBTOOL_CONFIGURATIONafter the required monkey patches. - Add a dummy expansion of the
LT_INITmacro to suppress thelibtoolizewarning. - Revert !116 (merged). First,
CMakeLists.txtnormally require more files to work correctly (e.g. the contents of thecmakedirectory). 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).