From 10f25085e7fa994a62db2602b273ee5d22c8849f Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 17 Apr 2005 06:52:11 +0000 Subject: [PATCH] * libtoolize.in: Fix syntax typos. --- ChangeLog | 6 +++++- libtoolize.in | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) 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 -- 2.47.3