/[libtool]/libtool/libtoolize.in
ViewVC logotype

Diff of /libtool/libtoolize.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21.2.9 by gary, Thu Feb 24 12:06:02 2005 UTC revision 1.21.2.10 by gary, Wed Mar 2 15:58:12 2005 UTC
# Line 293  for file in $ltdlfiles; do Line 293  for file in $ltdlfiles; do
293    
294    $rm $file    $rm $file
295    if test -n "$ln_s" && $ln_s $pkgdatadir/$file $file; then :    if test -n "$ln_s" && $ln_s $pkgdatadir/$file $file; then :
296    elif { ( cd $pkgdatadir && $tar cf - $file 2> /dev/null; ) \    elif { ( cd $pkgdatadir && $tar chof - $file 2> /dev/null; ) \
297        | $tar xf - > /dev/null 2>&1; } ; then :        | $tar xf - > /dev/null 2>&1; } ; then :
298    elif $cp $pkgdatadir/$file $file; then :    elif $cp $pkgdatadir/$file $file; then :
299    else    else

Legend:
Removed from v.1.21.2.9  
changed lines
  Added in v.1.21.2.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26