Configure script: Difference between revisions

Content deleted Content added
CrashDavi (talk | contribs)
m linked autoconf to relevant article
m Has gained or simply gained but no apostrophy.
Line 29:
 
== 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. Before pkg-config's gained popularity, separate m4 macros were created to locate files known to be included in the distribution of libraries depended upon.
 
== History ==