]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in: Fix syntax typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 17 Apr 2005 06:52:11 +0000 (06:52 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 17 Apr 2005 06:52:11 +0000 (06:52 +0000)
ChangeLog
libtoolize.in

index 285617959fc3a02eb65769ce471c9cac24bf6b68..e1b80eb99b0072467d10a40d2dcaa39cdb25148c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2004-04-15  Maciej W. Rozycki  <macro@linux-mips.org>
+2005-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
+
+       * libtoolize.in: Fix syntax typos.
+
+2005-04-15  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * libtool.m4 (AC_LIBTOOL_LANG_GCJ_CONFIG): Add old_archive_cmds
        definition.
index 9a386cd58ecd847f9486a0afb22bad045474a5bd..4644c37734700e8a126320d054bf3f2921bfaf40 100644 (file)
@@ -294,7 +294,7 @@ for file in $ltdlfiles; do
   $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 @@ if test "x$ltdl_tar" = x"yes"; then
     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 @@ if test "x$ltdl_tar" = x"yes"; then
     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 @@ for file in $files; do
   $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