Next: , Previous: , Up: Top   [Contents][Index]

9 What to do with results of tests

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.)

pictures/configstatus