In the past, if you were a source code package developer and wanted to take advantage of the power of shared libraries, you needed to write custom support code for each platform on which your package ran. You also had to design a configuration interface so that the package installer could choose what sort of libraries were built.
GNU Libtool simplifies your job by encapsulating both the platform-specific dependencies, and the user interface,...