CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Imported core-cross ports from 2.5
[crossrootfs.git] / libtool / libtoolize.1
CommitLineData
6dca1d21
JB
1.TH LIBTOOLIZE 1 "August 2003" "Library Support" "User Manuals"
2.SH NAME
3libtoolize \- add libtool support to your package
4.SH SYNOPSIS
5.B libtoolize
6.I "[OPTION]..."
7.SH "DESCRIPTION"
8The `libtoolize' program provides a standard way to add libtool
9support to your package. In the future, it may implement better usage
10checking, or other features to make libtool even easier to use.
11.SH "OPTIONS"
12libtoolize accepts the following options:
13.TP
14.B \-\-automake
15Work silently, and assume that Automake libtool support is used.
16
17`libtoolize --automake' is used by Automake to add libtool files to
18your package, when `AC_PROG_LIBTOOL' appears in your `configure.in'.
19.TP
20.B \-\-copy, \-c
21Copy files from the libtool data directory rather than creating
22symlinks.
23.TP
24.B \-\-debug
25Enable verbose shell tracing
26.TP
27.B \-\-dry-run, \-n
28Don't run any commands that modify the file system, just print them
29out.
30.TP
31.B \-\-force, \-f
32Replace existing libtool files. By default, `libtoolize' won't
33overwrite existing files.
34.TP
35.B \-\-help
36Display a help message and exit.
37.TP
38.B \-\-ltdl
39Install libltdl in a subdirectory of your package.
40.TP
41.B \-\-ltdl\-tar
42Add the file `libltdl.tar.gz' to your package.
43.TP
44.B \-\-version
45Print `libtoolize' version information and exit.
46
47If `libtoolize' detects an explicit call to `AC_CONFIG_AUX_DIR'
48in your `configure.in', it will put the files in the specified directory.
49
50`libtoolize' displays hints for adding libtool support to your
51package, as well.
52
53.SH "SEE ALSO"
54.BR libtool (1),
55.BR automake (1)
56.br
57`libtool', `libtoolize' and `automake' are fully documented via the
58Info system.
59.SH AUTHOR
60This manual page was written by Frederic Lepied <Lepied@debian.org>,
61for the Debian GNU/Linux system (but may be used by others).
62It was updated by Ossama Othman <ossama@debian.org> and updated for
63Libtool 1.5 by Scott James Remnant <scott@netsplit.com>.