Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
[[Image:Autoconf.svg|thumb|300px|Flow diagram including [[Configure (computing)|configure]], [[autoconf]] and [[automake]], three tools in the GNU build system]]
[[Configure (computing)|configure]] scripts are
Because of the platform independence and broad developer experience with the [[Configure (computing)|configure]] script interface, many popular pieces of [[Free Software]] and [[Proprietary Software]] use this system during their system detection and [[Makefile]] generation phase. After [[Configure (computing)|configure]] scripts have been created, building software that makes use of them is as simple as
<code>./configure && make && make install </code>
=== Free Software that uses [[Configure (computing)|configure]] ===
|