Next: Programming language support, Previous: Tests in configure.ac, Up: Top [Contents][Index]
Autoconf generates a configure script for the end user to run. configure is in charge of examining your system, and appears to do everything itself, but it actually runs another program, config.status, which does the actual outputting based on the results of configure. This output can be any of the following:
configure
additionally outputs a log file, config.log.
The flowchart below shows these steps.
(Note that we omitted the config.status
step before in
System overview.)
• Configuration Actions | ||
• Setting Output Variables | ||
• Defining Symbols | ||
• Configuration Commands | ||
• Configuration Links | ||
• Caching Results |