From 96172f9e0241bb4adcd20adbf2bafb7f096e11e8 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sat, 22 Nov 2003 14:09:14 +0000 Subject: [PATCH] * tests/demo-hardcode.test: Call ./libtool not libtool. --- ChangeLog | 2 ++ tests/demo-hardcode.test | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 17e2fdfd9..f702fc6fd 100644 --- 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 diff --git a/tests/demo-hardcode.test b/tests/demo-hardcode.test index 3ab67eae7..4121938ed 100755 --- a/tests/demo-hardcode.test +++ b/tests/demo-hardcode.test @@ -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 -- 2.47.2