libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 31-gary-hardcode-test-with-libtool-config.patch


From: Gary V. Vaughan
Subject: FYI: 31-gary-hardcode-test-with-libtool-config.patch
Date: Thu, 30 May 2002 21:40:34 +0000
User-agent: Mutt/1.2.5i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * 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  <address@hidden>

Index: tests/hardcode.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/hardcode.test,v
retrieving revision 1.4
diff -u -p -u -r1.4 hardcode.test
--- tests/hardcode.test 6 Sep 2000 17:31:09 -0000 1.4
+++ tests/hardcode.test 30 May 2002 20:34:49 -0000
@@ -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

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]