Now the test can actually succeed sometimes.
+2004-01-08 Gary V. Vaughan <gary@gnu.org>
+
+ * libtoolize.in (func_copy_all_files): s/xfunc_copy/Xfunc_copy.
+ Now the test can actually succeed sometimes.
+
2004-01-09 Gary V. Vaughan <gary@gnu.org>
* libtoolize.in: Break out of the command argument parse loop when
fi
if test -f "$my_srcdir/$my_filename"; then
- if test "X$my_copy_cb" = xfunc_copy; then
+ if test "X$my_copy_cb" = Xfunc_copy; then
$force_opt || if test -f "$my_destdir/$my_filename"; then
$quiet_opt \
|| func_error "\`$my_destdir/$my_filename' exists: use \`--force' to overwrite"