From: Gary V. Vaughan Date: Fri, 9 Jan 2004 10:22:51 +0000 (+0000) Subject: * libtoolize.in (func_copy_all_files): s/test "x/test "X/ to keep X-Git-Tag: release-1-9b~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed4bf98cf71bc073d8c375e3764ab84d27508f8;p=thirdparty%2Flibtool.git * libtoolize.in (func_copy_all_files): s/test "x/test "X/ to keep tests/sh.test happy. --- diff --git a/ChangeLog b/ChangeLog index 54d5eca16..100d9b310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 Gary V. Vaughan + + * libtoolize.in (func_copy_all_files): s/test "x/test "X/ to keep + tests/sh.test happy. + 2004-01-07 Gary V. Vaughan * Makefile.am (aclocal_macros, aclocal_DATA): Removed. diff --git a/libtoolize.in b/libtoolize.in index a1a6c0cb4..fd8192766 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"