Configure script: Difference between revisions

Content deleted Content added
m Usage: <source lang="sh">
.nothing
Line 1:
{{Lowercase title}}
[[ImageFile:Autoconf-automake-processTerra Deva.svgjpg|thumb|400px400x400px|Flow diagram including configure, [[autoconf]] and [[automake]], three tools in the GNU Build System]]
A '''configure script''' is an executable script designed to aid in developing a [[computer program|program]] to be run on a wide number of different computers. It matches the [[Library (computer science)|libraries]] on the user's computer, with those required by the program beforebyefore [[compiler|compiling]] it from its [[source code]].
 
As a common practice, all configure scripts are named "configure". Usually, configure scripts are written for the [[Bourne shell]], but they may be written for execution in any desired shell.