From: Gary V. Vaughan Date: Sun, 11 Jan 2004 23:24:02 +0000 (+0000) Subject: * libtoolize.in (func_copy_all_files): s/xfunc_copy/Xfunc_copy. X-Git-Tag: release-1-9b~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cda059e52c40e467b7709a985353423c16e0305;p=thirdparty%2Flibtool.git * libtoolize.in (func_copy_all_files): s/xfunc_copy/Xfunc_copy. Now the test can actually succeed sometimes. --- diff --git a/ChangeLog b/ChangeLog index 2ec9a070e..a26b7034f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 Gary V. Vaughan + + * libtoolize.in (func_copy_all_files): s/xfunc_copy/Xfunc_copy. + Now the test can actually succeed sometimes. + 2004-01-09 Gary V. Vaughan * libtoolize.in: Break out of the command argument parse loop when diff --git a/libtoolize.in b/libtoolize.in index 6de3d0b5d..ff1c79243 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -246,7 +246,7 @@ func_copy_all_files () 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"