mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* libtoolize.in (func_copy_all_files): s/test "x/test "X/ to keep
tests/sh.test happy.
This commit is contained in:
parent
c4e30f595b
commit
4ed4bf98cf
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user