]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in (func_copy_all_files): s/xfunc_copy/Xfunc_copy.
authorGary V. Vaughan <gary@gnu.org>
Sun, 11 Jan 2004 23:24:02 +0000 (23:24 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 11 Jan 2004 23:24:02 +0000 (23:24 +0000)
Now the test can actually succeed sometimes.

ChangeLog
libtoolize.in

index 2ec9a070ef231989bcde7b6c95e3d15dada21929..a26b7034ff02e3a43abb31199f0017fa15a86a26 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/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
index 6de3d0b5df4a2bc2ee850a30bf04a0515a5c0b8b..ff1c792430af2bf656a2ea0fff401ca4b5603483 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"