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


Including libtool with your package

In order to use libtool, you need to include the following files with your package:

`config.guess'
Attempt to guess a canonical system name.
`config.sub'
Canonical system name validation subroutine script.
`ltconfig'
Generate a libtool script for a given system.
`ltmain.sh'
A generic script implementing basic libtool functionality.

Note that the libtool script itself should not be included with your package. See section Configuring libtool.

You should use the libtoolize program, rather than manually copying these files into your package.


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