[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.24 and 1.25

version 1.24, 2009/06/21 21:30:46 version 1.25, 2010/09/18 09:27:51
Line 39 
Line 39 
         defined $ENV{PKG_CONFIG_DISABLE_UNINSTALLED} ? 0 : 1;          defined $ENV{PKG_CONFIG_DISABLE_UNINSTALLED} ? 0 : 1;
 my $found_uninstalled = 0;  my $found_uninstalled = 0;
   
 my $version = 0.21; # pretend to be this version of pkgconfig  my $version = 0.22; # pretend to be this version of pkgconfig
   
 my %configs = ();  my %configs = ();
 my %mode = ();  my %mode = ();

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25