summaryrefslogtreecommitdiff
path: root/libtoolize.in
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2004-01-11 23:24:02 +0000
committerGary V. Vaughan <gary@gnu.org>2004-01-11 23:24:02 +0000
commit1cda059e52c40e467b7709a985353423c16e0305 (patch)
tree3f6a8c67a79260a9936c18ae74f962d20e15ae28 /libtoolize.in
parenta905ce0f280ec4228cd3ade95bde544e3b7f3c6e (diff)
downloadlibtool-1cda059e52c40e467b7709a985353423c16e0305.tar.gz
* libtoolize.in (func_copy_all_files): s/xfunc_copy/Xfunc_copy.
Now the test can actually succeed sometimes.
Diffstat (limited to 'libtoolize.in')
-rw-r--r--libtoolize.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtoolize.in b/libtoolize.in
index 6de3d0b5..ff1c7924 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"