]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/hardcode.test: Use libtool --config to collect the
authorGary V. Vaughan <gary@gnu.org>
Thu, 30 May 2002 20:35:43 +0000 (20:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 30 May 2002 20:35:43 +0000 (20:35 +0000)
variable values for the test, otherwise the tag values interfere
with a straight grep.

ChangeLog
tests/hardcode.test

index 6f943818ad28987e91452c009f32fb7649457d40..943a1829d918761cd01fbd54f2e1977dca8db7cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-30  Gary V. Vaughan  <gary@gnu.org>
+
+       * 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  <gary@gnu.org>
 
        Finally fix the annoying bug which always adds all tags to the
index 0da71bd201c735f258f2b2d440ebf9176c9203db..c01a0b3b64866f0474c011e865834b7443b25271 100755 (executable)
@@ -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