libtoolize: add page (#11455)

pull/23/head
Sebastiaan Speck 2023-11-11 16:36:35 +01:00 committed by GitHub
parent 2c9dc2caa3
commit 83d1ae712b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# 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 integrate `libtool` 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`