6.23.2. Contents of Libtool
Installed programs:
libtool and libtoolize
Installed libraries:
libltdl.so
The Libtool package contains the GNU generic library support script. It wraps the complexity of using shared libraries in a consistent, portable interface.
User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/libtool
Prepare Libtool for compilation:
./configure --prefix=/usr --disable-static
Compile the package:
make
To test the results, issue: make
check.
Install the package:
make install