Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 3:
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]].
As a common practice, all configure scripts are named
== Usage ==
|