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

Diff for /src/usr.bin/pkg-config/pkg-config between version 1.7 and 1.8

version 1.7, 2006/11/28 01:54:14 version 1.8, 2006/11/28 01:59:42
Line 325 
Line 325 
 --help - this message  --help - this message
 --usage - this message  --usage - this message
 --list-all - show all packages that $0 can find  --list-all - show all packages that $0 can find
   --version - print version of pkgconfig
   --errors-to-stdout - direct error messages to stdout rather than stderr
   --print-errors - print error messages in case of error
   --silence-errors - don't print error messages in case of error
 --atleast-pkgconfig-version [version] - require a certain version of pkgconfig  --atleast-pkgconfig-version [version] - require a certain version of pkgconfig
 --variable var package - return the definition of <var> in <package>  
 --cflags package [versionspec] [package [versionspec]]  --cflags package [versionspec] [package [versionspec]]
 --cflags-only-I - only output -Iincludepath flags  --cflags-only-I - only output -Iincludepath flags
 --cflags-only-other - only output flags that are not -I  --cflags-only-other - only output flags that are not -I
Line 336 
Line 339 
 --libs-only-other - only output flags that are not -l or -L  --libs-only-other - only output flags that are not -l or -L
 --exists package [versionspec] [package [versionspec]]  --exists package [versionspec] [package [versionspec]]
 --uninstalled - allow for uninstalled versions to be used  --uninstalled - allow for uninstalled versions to be used
   --static - adjust output for static linking
   --atleast-version [version] - require a certain version of a package
   --modversion [package] - query the version of a package
   --variable var package - return the definition of <var> in <package>
 EOF  EOF
 ;  ;
         exit 1;          exit 1;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8