Configure script: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
{{Lowercase title}}
[[Image:Autoconf-automake-process.svg|thumb|320px280px|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 before [[compiler|compiling]] it from its [[source code]].