Libtoolize - Generate Libtool Files | Online Free DevTools by Hexmos
Generate libtool files with Libtoolize for seamless project integration. Prepare your autotools project for libtool using this command-line tool. Free online tool, no registration required.
libtoolize
An
autotoolstool to prepare a package for usinglibtool. It performs various tasks, including generating necessary files and directories to integratelibtoolseamlessly into a project. More information: https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtoolize.
- Initialize a project for
libtoolby copying necessary files (avoiding symbolic links) and overwriting existing files if needed:
libtoolize {{[-cf|--copy --force]}}
