| Estimated build time: 1.5 SBU Estimated required disk space: 20 MB | 
GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.
Installed programs: libtool and libtoolize
Installed libraries: libltdl.[a,so].
Libtool depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, Sed.
Prepare Libtool for compilation:
| ./configure --prefix=/usr | 
Compile the package:
| make | 
This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:
| make check | 
And install the package:
| make install |