libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4-11-g2ed5700


From: Paolo Bonzini
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-11-g2ed5700
Date: Sat, 09 Oct 2010 08:44:13 +0000

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  2ed5700993f997817ad5c164a4bbe4559e5bf66a (commit)
      from  b76bfa87f56ee9491b77a10ce6fcfd3ec09bd7c8 (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 2ed5700993f997817ad5c164a4bbe4559e5bf66a
Author: Paolo Bonzini <address@hidden>
Date:   Sat Oct 9 10:37:41 2010 +0200

    Add missing sysroot resolution.
    
    * libltdl/config/ltmain.m4sh (func_mode_link): Resolve sysroot
    when fetching the install directory of dependent libraries.
    Reported by Lionel Landwerlin <address@hidden>,
    patch by Khem Raj <address@hidden>.
    * THANKS: Reorder entries, add Khem and Lionel.

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

Summary of changes:
 ChangeLog                  |    9 +++++++++
 THANKS                     |    6 ++++--
 libltdl/config/ltmain.m4sh |    3 ++-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9caba84..bfcbc89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-09  Paolo Bonzini  <address@hidden>
+
+       Add missing sysroot resolution.
+       * libltdl/config/ltmain.m4sh (func_mode_link): Resolve sysroot
+       when fetching the install directory of dependent libraries.
+       Reported by Lionel Landwerlin <address@hidden>,
+       patch by Khem Raj <address@hidden>.
+       * THANKS: Reorder entries, add Khem and Lionel.
+
 2010-10-07  Roumen Petrov  <address@hidden>
 
        Add test case for 69e77671 (cwrapper PATH manipulation order)
diff --git a/THANKS b/THANKS
index ff3ab7d..5aa0c3c 100644
--- a/THANKS
+++ b/THANKS
@@ -42,6 +42,7 @@
   Christian Cornelssen         address@hidden            2002-11-05
   Jan Kratochvil               address@hidden 2003-01-28
   Raja R. Harinath             address@hidden            2003-02-25
+  Paolo Bonzini                        address@hidden                    
2003-03-01
   Richard Nicholas Somer Dawe  address@hidden    2003-03-12
   Peter O'Gorman               address@hidden                    2003-03-14
   Ralph Schleicher             address@hidden            2003-03-13
@@ -55,7 +56,6 @@
   Benjamin Reed                        address@hidden            2004-02-08
   Ralf Wildenhues              address@hidden            2004-02-12
   Nick Hudson                  address@hidden            2004-03-29
-  Paolo Bonzini                        address@hidden                    
2003-03-01
   Noah Jeffrey Misch           address@hidden            2004-07-05
   Thorsten Glaser              address@hidden                    2004-10-11
   Peter Rosin                  address@hidden            2005-04-12
@@ -118,11 +118,13 @@
   John Wolfe                   address@hidden
   Josh Hursey                  address@hidden
   Joseph Beckenbach III                address@hidden
-  Lennart Poettering           address@hidden
   Karl Berry                   address@hidden
   Kenneth Albanowski           address@hidden
   Kevin Ryde                   address@hidden
+  Khem Raj                      address@hidden
   Kurt D. Zeilenga             address@hidden
+  Lennart Poettering           address@hidden
+  Lionel Landwerlin             address@hidden
   Maciej Helminiak             address@hidden
   Maciej W. Rozycki            address@hidden
   Mahesh Narayanamurthi                address@hidden
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 1078e75..af46cb8 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -8478,7 +8478,8 @@ EOF
              *.la)
                func_basename "$deplib"
                name="$func_basename_result"
-               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+               func_resolve_sysroot "$deplib"
+               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' 
$func_resolve_sysroot_result`
                test -z "$libdir" && \
                  func_fatal_error "\`$deplib' is not a valid libtool archive"
                func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"


hooks/post-receive
-- 
GNU Libtool



reply via email to

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