Applied these trivial patches, all branches.

Regards,
Ralf

2005-04-17  Ralf Wildenhues  <[EMAIL PROTECTED]>  (tiny change)

        * libtoolize.m4sh (func_copy_cb): Fix syntax typo.

2005-04-17  Ralf Wildenhues  <[EMAIL PROTECTED]>  (tiny change)

        * libtoolize.m4sh (func_copy_cb): Fix syntax typo.

Index: libtoolize.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.m4sh,v
retrieving revision 1.26
diff -u -r1.26 libtoolize.m4sh
--- libtoolize.m4sh     4 Apr 2005 17:30:46 -0000       1.26
+++ libtoolize.m4sh     17 Apr 2005 06:44:18 -0000
@@ -232,7 +232,7 @@
       $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
       copy_return_status=0
     elif { ( cd "$my_srcdir" 2>/dev/null && $TAR chf - "$my_file" 2>/dev/null; 
) \
-        | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 
2>&1; ) } ; then
+        | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 
2>&1; ); } ; then
       $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
       copy_return_status=0
     elif $CP -p "$my_srcdir/$my_file" "$my_destdir/$my_file"; then
2005-04-17  Ralf Wildenhues  <[EMAIL PROTECTED]>  (tiny change)

        * libtoolize.m4sh (func_copy_cb): Fix syntax typo.

Index: libtoolize.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.m4sh,v
retrieving revision 1.1.2.20
diff -u -r1.1.2.20 libtoolize.m4sh
--- libtoolize.m4sh     4 Apr 2005 17:38:14 -0000       1.1.2.20
+++ libtoolize.m4sh     17 Apr 2005 06:43:45 -0000
@@ -233,7 +233,7 @@
       $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
       copy_return_status=0
     elif { ( cd "$my_srcdir" 2>/dev/null && $TAR chf - "$my_file" 2> 
/dev/null; ) \
-        | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 
2>&1; ) }
+        | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 
2>&1; ); }
     then
       $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
       copy_return_status=0
2005-04-17  Ralf Wildenhues  <[EMAIL PROTECTED]>  (tiny change)

        * libtoolize.in: Fix syntax typos.

Index: libtoolize.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtoolize.in,v
retrieving revision 1.21.2.11
diff -u -r1.21.2.11 libtoolize.in
--- libtoolize.in       10 Mar 2005 20:20:40 -0000      1.21.2.11
+++ libtoolize.in       17 Apr 2005 06:39:44 -0000
@@ -294,7 +294,7 @@
   $rm $file
   if test -n "$ln_s" && $ln_s $pkgdatadir/$file $file; then :
   elif { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
-      | ( umask 0 && $tar xf - > /dev/null 2>&1; ) } ; then :
+      | ( umask 0 && $tar xf - > /dev/null 2>&1; ); } ; then :
   elif $cp $pkgdatadir/$file $file; then :
   else
     echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2
@@ -313,7 +313,7 @@
     ltdlfiles=`cd $pkgdatadir && ls libltdl/*`
     for file in $ltdlfiles; do
       if { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
-          | ( umask 0 && $tar xf - > /dev/null 2>&1; ) } ; then :
+          | ( umask 0 && $tar xf - > /dev/null 2>&1; ); } ; then :
       elif $cp $pkgdatadir/$file $file; then :
       else
        echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2
@@ -323,7 +323,7 @@
     done
     for file in $files; do
       if { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
-          | ( 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 :
       elif $cp $pkgdatadir/$file libltdl/$file; then :
       else
        echo "$progname: cannot copy \`$pkgdatadir/$file' to \`libltdl/$file'" 
1>&2
@@ -352,7 +352,7 @@
   $rm $file
   if test -n "$ln_s" && $ln_s $pkgdatadir/$file $file; then :
   elif { ( cd $pkgdatadir 2>/dev/null && $tar chf - $file 2> /dev/null; ) \
-      | ( umask 0 && $tar xf - > /dev/null 2>&1; ) } ; then :
+      | ( umask 0 && $tar xf - > /dev/null 2>&1; ); } ; then :
   elif $cp $pkgdatadir/$file $file; then :
   else
     echo "$progname: cannot copy \`$pkgdatadir/$file' to \`$file'" 1>&2

Reply via email to