-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.
$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
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
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
$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