mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
499 B
499 B
libtoolize
A tool used in the autotools build system to prepare a package for the use of
libtool. 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 --copy --force