mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 06:48:09 +00:00
Update cheatsheets
This commit is contained in:
14
linux/libtoolize
Normal file
14
linux/libtoolize
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 --copy --force`
|
||||
Reference in New Issue
Block a user