libtool: Distributing

1 
1 5.5 Including libtool in your package
1 =====================================
1 
1 In order to use libtool, you need to include the following files with
1 your package:
1 
1 'config.guess'
1      Attempt to guess a canonical system name.
1 
1 'config.sub'
1      Canonical system name validation subroutine script.
1 
1 'install-sh'
1      BSD-compatible 'install' replacement script.
1 
1 'ltmain.sh'
1      A generic script implementing basic libtool functionality.
1 
1    Note that the libtool script itself should _not_ be included with
1 your package.  ⇒Configuring.
1 
1    You should use the 'libtoolize' program, rather than manually copying
1 these files into your package.
1 

Menu