Configure Script - Generating configure

Generating configure

Software developers simplify the challenge of cross-platform software development by using GNU's Autotools. These scripts query the system on which they run for: environment settings, platform architecture, and the existence and location of required build and runtime dependencies. They store the gathered information in configure.in or configure.ac to be read by configure during the installation phase.

Read more about this topic:  Configure Script