GNU Autoconf, Automake, and Libtool
by Gary V. Vaughan, Ben Elliston, Tom Tromey, Ian Lance Taylor
1.4. Automake Development
By 1994, Autoconf was a solid framework for handling the differences between Unix variants. However, program developers still had to write large 'Makefile.in' files to use it. The 'configure' script generated by autoconf would transform the 'Makefile.in' file into a 'Makefile' used by the make program.
A 'Makefile.in' file has to describe how to build the program. In the Imake equivalent of a 'Makefile.in', known as an 'Imakefile', it is only necessary to describe which source files are used to build the program. When Imake generates a 'Makefile', it adds the rules for how to build the program itself. Later versions of the BSD make program also include rules for building a program.
Because most programs are built in ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access