[BACK]Return to pkg-config.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkg-config

Diff for /src/usr.bin/pkg-config/pkg-config.1 between version 1.3 and 1.4

version 1.3, 2006/11/28 01:36:17 version 1.4, 2006/11/28 01:40:21
Line 74 
Line 74 
 .It Fl -errors-to-stdout  .It Fl -errors-to-stdout
 Direct error messages to stdout rather than stderr.  Direct error messages to stdout rather than stderr.
 .It Fl -atleast-pkgconfig-version Ar version  .It Fl -atleast-pkgconfig-version Ar version
 Exit with error if  Exit with error if the version of
 .Nm  .Nm
 is not new enough.  is greater than or equal to the specified version.
   
 .It Fl -cflags  .It Fl -cflags
 Return all compiler flags required to compile against the package.  Return all compiler flags required to compile against the package.
Line 100 
Line 100 
   
 .It Fl -exists  .It Fl -exists
 Return true if all the specified packages are installed.  Return true if all the specified packages are installed.
   This is the default if no other option is given.
 .It Fl -uninstalled  .It Fl -uninstalled
 Allow packages not controlled by  Allow packages not controlled by
 .Nm  .Nm
Line 107 
Line 108 
 .It Fl -static  .It Fl -static
 Return the compiler and/or linker flags required for static linking.  Return the compiler and/or linker flags required for static linking.
 .It Fl -atleast-version Ar version  .It Fl -atleast-version Ar version
 Exit with error if the specified package is not new enough  Exit with error if the specified package's version is not greater than
   or equal to the specified version.
 .It Fl -modversion  .It Fl -modversion
 Fetch package version.  Fetch package version.
 If no package is given,  If no package is given,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4