GNU autoconf is a package for generating configure scripts. These scripts are present in a large number of free software packages and are used to detect system features at compilation time. Autoconf is mostly needed by people producing packages that r...
NU libtool is a generic library support script. Libtool hides the complexity of using shared and static libraries behind a consistent, portable interface. Libtool supports building static libraries on all platforms.
The makeheaders program is a simple utility that will automatically generate all the ``.h'' files for large programming project based on information gleaned from the ``.c'' or ``.cpp'' source files. It operates by scanning the C and/or C++ source code...