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-165-g383b2e2


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-165-g383b2e2
Date: Sat, 11 Sep 2010 15:16:44 +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  383b2e2954834fbf145fe5c86a2db8fc6d465f7b (commit)
      from  7db93c02180c1206b203ddc7247c234c404a2efd (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 383b2e2954834fbf145fe5c86a2db8fc6d465f7b
Author: Charles Wilson <address@hidden>
Date:   Sat Sep 11 01:02:29 2010 -0400

    Correct typo: $sharedlib_from_linklib_cmd missing '_cmd'
    
    * libltdl/config/ltmain.m4sh (func_generate_dlsyms): Fix obvious
    typo, $sharedlib_from_linklib_cmd missing '_cmd'.
    
    Signed-off-by: Charles Wilson <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 564589d..dc34553 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-11  Charles Wilson  <address@hidden>
+
+       Correct typo: $sharedlib_from_linklib_cmd missing '_cmd'
+
+       * libltdl/config/ltmain.m4sh (func_generate_dlsyms): Fix obvious
+       typo, $sharedlib_from_linklib_cmd missing '_cmd'.
+
 2010-09-10  Peter Rosin  <address@hidden>
 
        Convert file name to toolchain format when invoking $NM.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 2b829d3..d8e0fe1 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -2571,7 +2571,7 @@ extern \"C\" {
                    dlprefile_dlbasename="$func_basename_result"
                  else
                    # no lafile. user explicitly requested -dlpreopen <import 
library>.
-                   $sharedlib_from_linklib "$dlprefile"
+                   $sharedlib_from_linklib_cmd "$dlprefile"
                    dlprefile_dlbasename=$sharedlib_from_linklib_result
                  fi
                fi


hooks/post-receive
-- 
GNU Libtool



reply via email to

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