From: Ralf Wildenhues Date: Sun, 17 Apr 2005 06:52:11 +0000 (+0000) Subject: * libtoolize.in: Fix syntax typos. X-Git-Tag: release-1-5-16~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f25085e7fa994a62db2602b273ee5d22c8849f;p=thirdparty%2Flibtool.git * libtoolize.in: Fix syntax typos. --- diff --git a/ChangeLog b/ChangeLog index 285617959..e1b80eb99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2004-04-15 Maciej W. Rozycki +2005-04-17 Ralf Wildenhues (tiny change) + + * libtoolize.in: Fix syntax typos. + +2005-04-15 Maciej W. Rozycki * libtool.m4 (AC_LIBTOOL_LANG_GCJ_CONFIG): Add old_archive_cmds definition. diff --git a/libtoolize.in b/libtoolize.in index 9a386cd58..4644c3773 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -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