From: Peter O'Gorman Date: Sat, 22 Nov 2003 14:09:14 +0000 (+0000) Subject: * tests/demo-hardcode.test: Call ./libtool not libtool. X-Git-Tag: release-1-9b~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96172f9e0241bb4adcd20adbf2bafb7f096e11e8;p=thirdparty%2Flibtool.git * tests/demo-hardcode.test: Call ./libtool not libtool. --- 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