1 .TH LIBTOOLIZE 1 "August 2003" "Library Support" "User Manuals"
3 libtoolize \- add libtool support to your package
8 The `libtoolize' program provides a standard way to add libtool
9 support to your package. In the future, it may implement better usage
10 checking, or other features to make libtool even easier to use.
12 libtoolize accepts the following options:
15 Work silently, and assume that Automake libtool support is used.
17 `libtoolize --automake' is used by Automake to add libtool files to
18 your package, when `AC_PROG_LIBTOOL' appears in your `configure.in'.
21 Copy files from the libtool data directory rather than creating
25 Enable verbose shell tracing
28 Don't run any commands that modify the file system, just print them
32 Replace existing libtool files. By default, `libtoolize' won't
33 overwrite existing files.
36 Display a help message and exit.
39 Install libltdl in a subdirectory of your package.
42 Add the file `libltdl.tar.gz' to your package.
45 Print `libtoolize' version information and exit.
47 If `libtoolize' detects an explicit call to `AC_CONFIG_AUX_DIR'
48 in your `configure.in', it will put the files in the specified directory.
50 `libtoolize' displays hints for adding libtool support to your
57 `libtool', `libtoolize' and `automake' are fully documented via the
60 This manual page was written by Frederic Lepied <Lepied@debian.org>,
61 for the Debian GNU/Linux system (but may be used by others).
62 It was updated by Ossama Othman <ossama@debian.org> and updated for
63 Libtool 1.5 by Scott James Remnant <scott@netsplit.com>.