HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

libtoolize — An `autotools` tool to prepare a package for using `libtool`. It performs various tasks, including g

Submitted by: @import:tldr-pages··
0
Viewed 0 times
preparecommandautotoolsclitoolpackagelibtoolizefor
linux

Problem

How to use the libtoolize command: 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>.

Solution

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:
libtoolize {{[-cf|--copy --force]}}

Code Snippets

Initialize a project for `libtool` by copying necessary files (avoiding symbolic links) and overwriting existing files if needed

libtoolize {{[-cf|--copy --force]}}

Context

tldr-pages: linux/libtoolize

Revisions (0)

No revisions yet.