Go to the first, previous, next, last section, table of contents.


The AM_PROG_LIBTOOL macro

If you are using GNU Autoconf (or Automake), you should add a call to AM_PROG_LIBTOOL to your `configure.in' file. This macro offers seamless integration between the configure script and ltconfig:

Macro: AM_PROG_LIBTOOL
Add support for the `--enable-shared' and `--disable-shared' configure flags. Invoke ltconfig with the correct arguments to configure the package.(4)

When you invoke the libtoolize program (see section Invoking libtoolize), it will tell you where to find a definition of AM_PROG_LIBTOOL. If you use Automake, the aclocal program will automatically add AM_PROG_LIBTOOL support to your configure script.


Go to the first, previous, next, last section, table of contents.