From: Gary V. Vaughan Date: Thu, 30 May 2002 20:35:43 +0000 (+0000) Subject: * tests/hardcode.test: Use libtool --config to collect the X-Git-Tag: release-1-5~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfa37ebe5675ce4d7f0b71bb6e12809a3b4c8974;p=thirdparty%2Flibtool.git * tests/hardcode.test: Use libtool --config to collect the variable values for the test, otherwise the tag values interfere with a straight grep. --- diff --git a/ChangeLog b/ChangeLog index 6f943818a..943a1829d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-05-30 Gary V. Vaughan + + * tests/hardcode.test: Use libtool --config to collect the + variable values for the test, otherwise the tag values interfere + with a straight grep. + 2002-05-30 Gary V. Vaughan Finally fix the annoying bug which always adds all tags to the diff --git a/tests/hardcode.test b/tests/hardcode.test index 0da71bd20..c01a0b3b6 100755 --- a/tests/hardcode.test +++ b/tests/hardcode.test @@ -48,7 +48,7 @@ hardcode_shlibpath_var=NONE hardcode_libdir_flag_spec=NONE # Suck in all the hardcode_* variable settings. -eval `egrep -e '^hardcode_' ./libtool 2>/dev/null` +eval `./libtool --config | egrep -e '^hardcode_' 2>/dev/null` if test "$hardcode_direct" = NONE; then echo "hardcode_direct not set in ../demo/libtool" 1>&2