From 83d1ae712bd7cc9462e1106ec4932dd8c0afd248 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sat, 11 Nov 2023 16:36:35 +0100 Subject: [PATCH] libtoolize: add page (#11455) --- pages/linux/libtoolize.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/linux/libtoolize.md 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`