libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] add /etc/ld.so.conf contents to sys_lib_dlsearch_path_spec


From: Gary V. Vaughan
Subject: Re: [PATCH] add /etc/ld.so.conf contents to sys_lib_dlsearch_path_spec
Date: Mon, 10 Nov 2003 12:08:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

Scott James Remnant wrote:
+2003-11-07  Scott James Remnant  <address@hidden>
+
+       * m4/libtool.m4  (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [Linux]: Include
+       directories found in /etc/ld.so.conf in sys_lib_dlsearch_path_spec.

Looks good to me :-) Note that the [] delimited host part in libtool ChangeLogs has traditionally been a glob expression for (some part) of a config.guess triplet, that is [linux] in this case. (Got my pendantic head on today :-b).

+  if test -f /etc/ld.so.conf; then
+    ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' 
/etc/ld.so.conf`

Please use lt_ as a prefix for undocumented variables so we don't trash the users namespace.

Cheers,
        Gary.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|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]