mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* tests/demo-hardcode.test: Call ./libtool not libtool.
This commit is contained in:
parent
65021963c3
commit
96172f9e02
@ -3,6 +3,8 @@
|
||||
* ltmain.in: Check for module_cmds if max_cmd_len is exceeded too.
|
||||
|
||||
* ltmain.in: Move eval to after command separation to allow ~ in paths.
|
||||
|
||||
* tests/demo-hardcode.test: Call ./libtool not libtool.
|
||||
|
||||
2003-11-22 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
|
@ -44,7 +44,7 @@ func_msg "Finding libtool.m4's guesses at hardcoding values"
|
||||
func_get_config 'hardcode_direct
|
||||
hardcode_minus_L
|
||||
hardcode_shlibpath_var
|
||||
hardcode_libdir_flag_spec' "libtool --config" ": fatal"
|
||||
hardcode_libdir_flag_spec' "./libtool --config" ": fatal"
|
||||
|
||||
echo "= Searching for hardcoded library directories in each program"
|
||||
for file in hc-*; do
|
||||
|
Loading…
Reference in New Issue
Block a user