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.2.10-78-g0f87df7


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-78-g0f87df7
Date: Mon, 09 Aug 2010 20:51:36 +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  0f87df7fa6ab6b5d3f7c7cb7218a4880881f9d71 (commit)
      from  b7b0e70e9863d4ddc2654614173d6a6d01556805 (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 0f87df7fa6ab6b5d3f7c7cb7218a4880881f9d71
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Aug 9 22:50:45 2010 +0200

    Fix another typo on "Add func_append_quoted and do..."
    
    * libltdl/config/ltmain.m4sh (func_mode_link): Fix regression in
    computation of finalize_rpath introduced in v2.2.10-40-g0da7d80,
    fixing several testsuite failures on AIX.
    Report by Rainer Tammer.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    8 ++++++++
 libltdl/config/ltmain.m4sh |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6d765d2..869897b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-09  Ralf Wildenhues  <address@hidden>
+
+       Fix another typo on "Add func_append_quoted and do..."
+       * libltdl/config/ltmain.m4sh (func_mode_link): Fix regression in
+       computation of finalize_rpath introduced in v2.2.10-40-g0da7d80,
+       fixing several testsuite failures on AIX.
+       Report by Rainer Tammer.
+
 2010-08-07  Ralf Wildenhues  <address@hidden>
 
        Avoid unwanted error message in configure output.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index fad2e64..e5065fb 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -7568,7 +7568,7 @@ EOF
              *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
                ;;
              *)
-               func_append hardcode_libdirs 
"_libdirs$hardcode_libdir_separator$libdir"
+               func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
                ;;
              esac
            fi


hooks/post-receive
-- 
GNU Libtool



reply via email to

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