libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-151


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-151
Date: Wed, 1 Sep 2004 09:53:24 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBNY4EFRMICSmD1gYRAgQaAKCIZ+l27DU06n8XB6s+mt3W49KaPgCgn8S2
CrPwWNyMLCu8E5mrIyoK+WM=
=chUB
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-150 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-150
M  ChangeLog
M  libltdl/ltdl.c

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * libltdl/ltdl.c (try_dlopen, lt_dlforeachfile): Use correct cpp
        macro name, LT_DLSEARCH_PATH.

--- orig/libltdl/ltdl.c
+++ mod/libltdl/ltdl.c
@@ -1063,7 +1063,7 @@
                file = find_file (search_path, base_name, &dir);
            }
 #endif
-#if defined(LT_SYS_DLSEARCH_PATH)
+#if defined(LT_DLSEARCH_PATH)
          if (!file && sys_dlsearch_path)
            {
              file = find_file (sys_dlsearch_path, base_name, &dir);
@@ -1260,7 +1260,7 @@
                   && !find_handle (getenv (LT_MODULE_PATH_VAR), base_name,
                                    &newhandle)
 #endif
-#if defined(LT_SYS_DLSEARCH_PATH)
+#if defined(LT_DLSEARCH_PATH)
                   && !find_handle (sys_dlsearch_path, base_name, &newhandle)
 #endif
                   )))
@@ -1627,7 +1627,7 @@
                                       foreachfile_callback, func, data);
        }
 #endif
-#if defined(LT_SYS_DLSEARCH_PATH)
+#if defined(LT_DLSEARCH_PATH)
       if (!is_done && sys_dlsearch_path)
        {
          is_done = foreach_dirinpath (sys_dlsearch_path, 0,




reply via email to

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