summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2017-03-20 06:46:51 -0500
committerDan Nicholson <dbn.lists@gmail.com>2017-03-20 06:48:14 -0500
commit99ef6fd55a5735bd800c9e5ed0393eac9047362d (patch)
tree59fc6974e03bbeffe29330e811471a1648c895c4
parentf88710d3e13a4854d19e683b8f969e89b41983dd (diff)
man: Fix PKG_CHECK_EXISTS comment about PKG_PROG_PKG_CONFIG
The sentence is clearly referring to the issue of running PKG_PROG_PKG_CONFIG from outside of a conditional. Thanks to Reuben Thomas for the suggestion. https://bugs.freedesktop.org/show_bug.cgi?id=99885
-rw-r--r--pkg-config.17
1 files changed, 4 insertions, 3 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index 241da03..e4bc757 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -479,9 +479,10 @@ PKG_CHECK_MODULES.
Check to see whether a particular set of modules exists. Similar
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.
+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_PROG_PKGCONFIG
+manually.
+
.TP
.I "PKG_INSTALLDIR(DIRECTORY)"