]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in (func_copy_all_files): s/test "x/test "X/ to keep
authorGary V. Vaughan <gary@gnu.org>
Fri, 9 Jan 2004 10:22:51 +0000 (10:22 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 9 Jan 2004 10:22:51 +0000 (10:22 +0000)
tests/sh.test happy.

ChangeLog
libtoolize.in

index 54d5eca16e743f51a94574eb97b8ef204e5f657d..100d9b310165a448a7b87124751e71ae234c0f60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-08  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtoolize.in (func_copy_all_files): s/test "x/test "X/ to keep
+       tests/sh.test happy.
+
 2004-01-07  Gary V. Vaughan  <gary@gnu.org>
 
        * Makefile.am (aclocal_macros, aclocal_DATA): Removed.
index a1a6c0cb4dc7aace73aaab7a1da2f706446279a6..fd819276685f5ac199f5254b0c58fa8e94bc3f18 100644 (file)
@@ -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"