2025-03-14 21:59:59 -06:00
|
|
|
# libtoolize
|
|
|
|
|
|
|
|
|
|
> An `autotools` tool to prepare a package for using `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:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`libtoolize {{[-cf|--copy --force]}}`
|