From 30245b2a8918de7cf3ed9e96fbb19e6a0c8cb2aa Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 8 Dec 2012 12:37:12 -0800 Subject: Document PKG*INSTALLDIR autoconf macros in manpage Freedesktop #54463 (https://bugs.freedesktop.org/show_bug.cgi?id=54463) --- pkg-config.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'pkg-config.1') diff --git a/pkg-config.1 b/pkg-config.1 index 6a1142a..e91a949 100644 --- a/pkg-config.1 +++ b/pkg-config.1 @@ -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, -- cgit v1.2.1