Next: , Previous: , Up: Integrating libtool   [Contents][Index]


5.5 Including libtool in 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.

install-sh

BSD-compatible install replacement script.

ltmain.sh

A generic script implementing basic libtool functionality.

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

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