summaryrefslogtreecommitdiff
path: root/pkg-config-guide.html
Commit message (Collapse)AuthorAgeFilesLines
* m4: Add PKG_PREREQ version checking macroDan Nicholson2015-09-261-0/+4
| | | | | | | | | | While PKG_PROG_PKG_CONFIG checks the version of pkg-config available at build time, it doesn't check the version of the pkg-config macros being used. PKG_PREREQ (like AC_PREREQ or LT_PREREQ) can be used to check the version of the macros in use when configure is being generated by the developer. https://bugs.freedesktop.org/show_bug.cgi?id=89267
* Update overlinking URL in guideDan Nicholson2014-09-221-2/+2
| | | | | The Mandriva wiki is just being archived now, so point to the active OpenMandriva article instead.
* Include an introductory guide to pkg-configDan Nicholson2010-05-081-0/+420
The pkg-config(1) manual includes a lot of details behind pkg-config, but not the background and usage patterns. This guide tries to provide users and developers with a starting point for pkg-config.