/[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.11 by gary, Thu Mar 10 20:20:40 2005 UTC revision 1.21.2.12 by rwild, Sun Apr 17 06:52:11 2005 UTC
# Line 294  for file in $ltdlfiles; do Line 294  for file in $ltdlfiles; do
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 2>/dev/null && $tar chf - $file 2> /dev/null; ) \    elif { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
297        | ( umask 0 && $tar xf - > /dev/null 2>&1; ) } ; then :        | ( umask 0 && $tar xf - > /dev/null 2>&1; ); } ; then :
298    elif $cp $pkgdatadir/$file $file; then :    elif $cp $pkgdatadir/$file $file; then :
299    else    else
300      echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2      echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2
# Line 313  if test "x$ltdl_tar" = x"yes"; then Line 313  if test "x$ltdl_tar" = x"yes"; then
313      ltdlfiles=`cd $pkgdatadir && ls libltdl/*`      ltdlfiles=`cd $pkgdatadir && ls libltdl/*`
314      for file in $ltdlfiles; do      for file in $ltdlfiles; do
315        if { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \        if { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
316            | ( umask 0 && $tar xf - > /dev/null 2>&1; ) } ; then :            | ( umask 0 && $tar xf - > /dev/null 2>&1; ); } ; then :
317        elif $cp $pkgdatadir/$file $file; then :        elif $cp $pkgdatadir/$file $file; then :
318        else        else
319          echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2          echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2
# Line 323  if test "x$ltdl_tar" = x"yes"; then Line 323  if test "x$ltdl_tar" = x"yes"; then
323      done      done
324      for file in $files; do      for file in $files; do
325        if { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \        if { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
326            | ( umask 0 && cd libltdl 2>/dev/null && $tar xf - > /dev/null 2>&1; ) } ; then :            | ( umask 0 && cd libltdl 2>/dev/null && $tar xf - > /dev/null 2>&1; ); } ; then :
327        elif $cp $pkgdatadir/$file libltdl/$file; then :        elif $cp $pkgdatadir/$file libltdl/$file; then :
328        else        else
329          echo "$progname: cannot copy \`$pkgdatadir/$file' to \`libltdl/$file'" 1>&2          echo "$progname: cannot copy \`$pkgdatadir/$file' to \`libltdl/$file'" 1>&2
# Line 352  for file in $files; do Line 352  for file in $files; do
352    $rm $file    $rm $file
353    if test -n "$ln_s" && $ln_s $pkgdatadir/$file $file; then :    if test -n "$ln_s" && $ln_s $pkgdatadir/$file $file; then :
354    elif { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \    elif { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
355        | ( umask 0 && $tar xf - > /dev/null 2>&1; ) } ; then :        | ( umask 0 && $tar xf - > /dev/null 2>&1; ); } ; then :
356    elif $cp $pkgdatadir/$file $file; then :    elif $cp $pkgdatadir/$file $file; then :
357    else    else
358      echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2      echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2

Legend:
Removed from v.1.21.2.11  
changed lines
  Added in v.1.21.2.12

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