October 2000
Intermediate to advanced
432 pages
9h 9m
English
A package constructed using Autoconf comes with a 'configure' script. Users who want to build and install the package must run this script to prepare their source tree for building on their particular system. The actual build is performed using the make program.
The 'configure' script tests system features. For example, it might test whether the C library defines the time_t data type for use by the time() C library function. The 'configure' script then makes the results of those tests available to the program while it is being built.
This chapter explains how to invoke a 'configure' script from the perspective of a user—someone who just wants to take your package ...
Read now
Unlock full access