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.
`ltmain.sh'
A generic script implementing basic libtool functionality.
Note that the libtool script itself should _not_ be included with
your package. Note:Configuring.
You should use the `libtoolize' program, rather than manually
copying these files into your package.