mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 12:42:07 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
472 B
472 B
libtoolize
An
autotools
tool to prepare a package for usinglibtool
. It performs various tasks, including generating necessary files and directories to integratelibtool
seamlessly into a project. More information: https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtoolize.
- Initialize a project for
libtool
by copying necessary files (avoiding symbolic links) and overwriting existing files if needed:
libtoolize --copy --force