This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  e3095b37d09aa637c465b3099781bf5d69f9f059 (commit)
      from  2af6f65468e1890da42b32baeac3054a756c0e72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e3095b37d09aa637c465b3099781bf5d69f9f059
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Jun 7 09:01:12 2009 +0200

    Don't pick up double-quotes from /etc/ld.so.conf on Ubuntu.
    
    * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]
    <sys_lib_dlsearch_path_spec>: Remove embedded double quotes from
    paths picked up from /etc/ld.so.conf.  Fixes libltdl compile
    failure on Ubuntu 7.10.
    * THANKS: Update.
    Report by Camilo La Rota.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |   10 ++++++++++
 THANKS                |    1 +
 libltdl/m4/libtool.m4 |    2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e278549..8220712 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-06-07  Ralf Wildenhues  <[email protected]>
+
+       Don't pick up double-quotes from /etc/ld.so.conf on Ubuntu.
+       * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]
+       <sys_lib_dlsearch_path_spec>: Remove embedded double quotes from
+       paths picked up from /etc/ld.so.conf.  Fixes libltdl compile
+       failure on Ubuntu 7.10.
+       * THANKS: Update.
+       Report by Camilo La Rota.
+
 2009-06-06  Richard Sandiford  <[email protected]>
 
        Fix GNU nm invocation for AIX.
diff --git a/THANKS b/THANKS
index 9bf16db..51c99cc 100644
--- a/THANKS
+++ b/THANKS
@@ -76,6 +76,7 @@
   Brad Smith                   [email protected]
   Brian Barrett                        [email protected]
   Bruno Haible                 [email protected]
+  Camilo La Rota               [email protected]
   Carl D. Roth                 [email protected]
   Chris P. Ross                        [email protected]
   Christian Biesinger          [email protected]
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index a7d9bf5..0670980 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2416,7 +2416,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 


hooks/post-receive
-- 
GNU Libtool


Reply via email to