Commit graph

4 commits

Author SHA1 Message Date
Sébastien Wilmet
ba6dc53d24 guide: add references to autoconf-archive, CMake and Meson
The guide already contains information for use with Autotools.

Nowadays autoconf-archive contains additional macros for pkg-config
(don't list them all, because the list could change, just a link to the
autoconf-archive project should be enough).

Add also information about CMake and Meson.

In alphabetical order:
- Autotools
- CMake
- Meson
2023-01-03 16:00:00 +01:00
Dan Nicholson
b51cd2165d m4: Add PKG_PREREQ version checking macro
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
2015-09-26 15:02:36 -07:00
Dan Nicholson
29cddacd30 Update overlinking URL in guide
The Mandriva wiki is just being archived now, so point to the active
OpenMandriva article instead.
2014-09-22 12:25:16 -07:00
Dan Nicholson
b0fb05420c Include an introductory guide to pkg-config
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.
2010-05-08 22:30:33 +02:00