From bde0ffb4446d75ac22bcb4c04d76d9da3fc3c33d Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 10 May 2012 07:56:07 -0700 Subject: Document a couple more pkg-config options --- pkg-config.1 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'pkg-config.1') diff --git a/pkg-config.1 b/pkg-config.1 index 58df6d0..aba3758 100644 --- a/pkg-config.1 +++ b/pkg-config.1 @@ -9,7 +9,8 @@ pkg-config \- Return metainformation about installed libraries .SH SYNOPSIS .PP .B pkg-config -[\-\-modversion] [\-\-help] [\-\-print-errors] [\-\-silence-errors] +[\-\-modversion] [\-\-version] [\-\-help] [\-\-print-errors] +[\-\-silence-errors] [\-\-errors-to-stdout] [\-\-debug] [\-\-cflags] [\-\-libs] [\-\-libs-only-L] [\-\-libs-only-l] [\-\-cflags-only-I] [\-\-variable=VARIABLENAME] @@ -65,6 +66,11 @@ exits successfully. If one or more libraries is unknown, .I pkg-config exits with a nonzero code, and the contents of stdout are undefined. .TP +.I "--version" +Displays the version of +.I pkg-config +and terminates. +.TP .I "--help" Displays a help message and terminates. .TP @@ -93,6 +99,11 @@ environment variable overrides this option. .TP .I "--errors-to-stdout" If printing errors, print them to stdout rather than the default stderr +.TP +.I "--debug" +Print debugging information. This is slightly different than the +PKG_CONFIG_DEBUG_SPEW environment variable, which also enable +"--print-errors". .PP The following options are used to compile and link programs: -- cgit v1.2.1