Configure script: Difference between revisions

Content deleted Content added
The diagram of autotools is only loosely related to this article (a configure script can be created/used without using autotools)
Kuromedayo (talk | contribs)
m delete unnecessary newline
 
Line 1:
{{Short description|Shell script for generating build configuration files on a Unix-like environment}}
{{Lowercase title}}
 
When installing a package on a [[Unix]] or [[Unix-like]] environment, a '''configure script''' is a [[shell script]] that generates [[software build|build]] configuration files for a [[codebase]] to facilitate cross-platform support. It generates files tailoring for the host system {{endash}} the environment on which the codebase is built and run.