Document PKG*INSTALLDIR autoconf macros in manpage

Freedesktop #54463 (https://bugs.freedesktop.org/show_bug.cgi?id=54463)
This commit is contained in:
Dan Nicholson 2012-12-08 12:37:12 -08:00
parent 69beecddb5
commit 30245b2a89

View file

@ -344,6 +344,21 @@ to PKG_CHECK_MODULES(), but does not set variables or print errors.
Similar to PKG_CHECK_MODULES, make sure that the first instance of
this or PKG_CHECK_MODULES is called, or make sure to call
PKG_CHECK_EXISTS manually.
.TP
.I "PKG_INSTALLDIR(DIRECTORY)"
Substitutes the variable pkgconfigdir as the location where a module
should install pkg-config .pc files. By default the directory is
$libdir/pkgconfig, but the default can be changed by passing DIRECTORY.
The user can override through the --with-pkgconfigdir parameter.
.TP
.I "PKG_NOARCH_INSTALLDIR(DIRECTORY)"
Substitutes the variable noarch_pkgconfigdir as the location where a
module should install arch-independent pkg-config .pc files. By default
the directory is $datadir/pkgconfig, but the default can be changed by
passing DIRECTORY. The user can override through the
--with-noarch-pkgconfigdir parameter.
.SH METADATA FILE SYNTAX
To add a library to the set of packages \fIpkg-config\fP knows about,