[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.68 and 1.69

version 1.68, 2011/06/20 12:11:27 version 1.69, 2011/07/08 18:57:41
Line 41 
Line 41 
         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.25; # pretend to be this version of pkgconfig  my $version = 0.26; # pretend to be this version of pkgconfig
   
 my %configs = ();  my %configs = ();
 setup_self();  setup_self();

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69