autoconf: The GNU Build System

1 
1 2 The GNU Build System
1 **********************
1 
1 Autoconf solves an important problem--reliable discovery of
1 system-specific build and runtime information--but this is only one
1 piece of the puzzle for the development of portable software.  To this
1 end, the GNU project has developed a suite of integrated utilities to
1 finish the job Autoconf started: the GNU build system, whose most
1 important components are Autoconf, Automake, and Libtool.  In this
1 chapter, we introduce you to those tools, point you to sources of more
1 information, and try to convince you to use the entire GNU build system
1 for your software.
1 

Menu