Sortix cross-nightly manual
This manual documents Sortix cross-nightly. You can instead view this document in the latest official manual.
| LIBTOOLIZE(1) | User Commands | LIBTOOLIZE(1) |
NAME
libtoolize - Prepare a package to use libtoolSYNOPSIS
libtoolize [ ,OPTION/]...DESCRIPTION
Prepare a package to use libtool.OPTIONS
- -c, --copy
- copy files rather than symlinking them
- --debug
- enable verbose shell tracing
- -n, --dry-run
- print commands rather than running them
- -f, --force
- replace existing files
- -i, --install
- copy missing auxiliary files
- --ltdl[=,DIR/]
- install libltdl sources [default: libltdl]
- --no-warnings
- equivalent to '-Wnone'
- --nonrecursive
- prepare ltdl for non-recursive make
- -q, --quiet
- work silently
- --recursive
- prepare ltdl for recursive make
- --subproject
- prepare ltdl to configure and build independently
- -v, --verbose
- verbosely report processing
- --version
- print version information and exit
- -W, --warnings=,CATEGORY/
- report the warnings falling in CATEGORY [all]
- -h, --help
- print short or long help message
Warning categories include:
- 'all'
- show all warnings
- 'none'
- turn off all the warnings
- 'error'
- warnings are treated as fatal errors
- 'environment'
- show warnings about LIBTOOLIZE_OPTIONS content
- 'file'
- show warnings about file copying and linking
- --debug
- enable verbose shell tracing
- --no-warnings
- don't display warning messages
- --quiet
- work silently
- --verbose
- verbosely report processing
- host-triplet:
- x86_64-pc-linux-gnu
- version:
- libtoolize (GNU libtool) 2.5.4
- automake:
- automake (GNU automake) 1.17
- autoconf:
- autoconf (GNU Autoconf) 2.72e
AUTHOR
Written by Gary V. Vaughan <gary@gnu.org>, 2003REPORTING BUGS
Report bugs to <bug-libtool@gnu.org>.COPYRIGHT
Copyright © 2024 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>SEE ALSO
The full documentation for libtoolize is maintained as a Texinfo manual. If the info and libtoolize programs are properly installed at your site, the command- info libtoolize
| November 2024 | GNU libtool 2.5.4 |