diff --git a/pages/linux/libtoolize.md b/pages/linux/libtoolize.md new file mode 100644 index 000000000..d1820c5a0 --- /dev/null +++ b/pages/linux/libtoolize.md @@ -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: . + +- Initialize a project for `libtool` by copying necessary files (avoiding symbolic links) and overwriting existing files if needed: + +`libtoolize --copy --force`