2023-11-11 16:36:35 +01:00
|
|
|
# libtoolize
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> An `autotools` tool to prepare a package for using `libtool`.
|
2023-11-11 16:36:35 +01:00
|
|
|
> 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-03-26 02:30:50 +02:00
|
|
|
`libtoolize {{[-c|--copy]}} {{[-f|--force]}}`
|