Content deleted Content added
m Date/fix maintenance tags |
No edit summary |
||
Line 7:
<code>./configure && make && make install </code>
=== Free Software that uses [[Configure (computing)|configure]] ===
Line 26 ⟶ 24:
* [[NcFTPD]] {{Fact|date=March 2007}}
=== Dependency Checking ===
In new development, library dependency checking has been done in great part using [[pkg-config]] via the [[M4_(computer_language)|m4]] macro, PKG_CHECK_MODULES. Prior to pkg-config's popularity, separate m4 macros were created to locate files known to be included in the distribution of libraries depended upon.
{{compu-prog-stub}}
|