Let's not redirect stdout to null when sending tar output to a
pipe.
-2005-02-21 Gary V. Vaughan <gary@gnu.org>
+2005-02-22 Gary V. Vaughan <gary@gnu.org>
+
+ * libtoolize.m4sh (func_copy_cb): self.leg->shoot_off() :-/
+ Let's not redirect stdout to null when sending tar output to a
+ pipe.
+
+2005-02-22 Gary V. Vaughan <gary@gnu.org>
Using `libtoolize --copy --ltdl' was not preserving timestamps, so
parts of the autoconf bootstrap would be rerun spuriously after
if $opt_link && $LN_S "$my_srcdir/$my_file" "$my_destdir/$my_file"; then
$opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
copy_return_status=0
- elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" > /dev/null 2>&1; ) \
+ elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" 2>/dev/null; ) \
| ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then
$opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
copy_return_status=0