]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/demo-hardcode.test: Call ./libtool not libtool.
authorPeter O'Gorman <peter@pogma.com>
Sat, 22 Nov 2003 14:09:14 +0000 (14:09 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sat, 22 Nov 2003 14:09:14 +0000 (14:09 +0000)
ChangeLog
tests/demo-hardcode.test

index 17e2fdfd9d516ced420a571e7debcab5864d3ccb..f702fc6fdb29c2145805324721fb50ae1eeb46cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 3ab67eae7a24baadfd2664694dcc681c01a8bf5e..4121938eda94112e79185d45707ded16aa706eb5 100755 (executable)
@@ -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