LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

libtoolize

prepares a package for using libtool by copying necessary auxiliary files into

TLDR

Initialize project for libtool with copy and force
$ libtoolize --copy --force
copy

SYNOPSIS

libtoolize [options]

DESCRIPTION

libtoolize prepares a package for using libtool by copying necessary auxiliary files (ltmain.sh, config.guess, etc.) into the project directory. It integrates libtool seamlessly into autotools-based build systems.

PARAMETERS

-c, --copy

Copy files instead of creating symbolic links
-f, --force
Overwrite existing files
-i, --install
Install libtool support files
-n, --dry-run
Show what would be done without doing it
--automake
Work silently with automake
--ltdl
Install libltdl support files

INSTALL

sudo dnf install libtool
copy
sudo pacman -S libtool
copy
sudo apk add libtool
copy
sudo zypper install libtool
copy
brew install libtool
copy
nix profile install nixpkgs#libtool
copy

CAVEATS

Should be run before autoreconf or aclocal when setting up autotools projects. Creates or modifies m4 macro files.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid