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

Diff for /src/usr.bin/libtool/libtool between version 1.13 and 1.14

version 1.13, 2012/07/06 11:30:40 version 1.14, 2012/07/06 19:18:49
Line 225 
Line 225 
         if ($arg =~ /install([-.]sh)?$/) { last; }          if ($arg =~ /install([-.]sh)?$/) { last; }
 }  }
 tsay {"ltprog = \"@$ltprog\""};  tsay {"ltprog = \"@$ltprog\""};
   
   # XXX compat game to satisfy both libtool 1 and libtool 2
   # let libtool install work as both libtool 1 and libtool 2
   if (@$ltprog == 0 && defined $mode && $mode eq 'install') {
           $ltprog = [ $mode ];
   }
 if (@$ltprog == 0) { die "No libtool command given.\n" .  if (@$ltprog == 0) { die "No libtool command given.\n" .
                          "Use `libtool --help' for more information.\n" };                           "Use `libtool --help' for more information.\n" };
 # make ltprog a list of elements without whitespace (prevent exec errors)  # make ltprog a list of elements without whitespace (prevent exec errors)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14