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.4-28-g7a0ab75


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-28-g7a0ab75
Date: Thu, 07 Aug 2008 05:28:04 +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  7a0ab75b49ab7906ec3a45f1aa823953dc7e1de4 (commit)
      from  355091804cac610f16d961d7702cc93e91d33267 (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 7a0ab75b49ab7906ec3a45f1aa823953dc7e1de4
Author: DJ Delorie <address@hidden>
Date:   Thu Aug 7 07:26:53 2008 +0200

    Fix typo in tpf library_names_spec setting.
    
    * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf]
    <library_names_spec>: Fix typo in variable name.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    5 +++++
 libltdl/m4/libtool.m4 |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0014fc9..32418c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-07  DJ Delorie  <address@hidden>
+
+       * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf]
+       <library_names_spec>: Fix typo in variable name.
+
 2008-08-06  Steve Ellcey  <address@hidden>
 
        Use -fPIC with GCC on HP-UX/ia64.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 7f59698..b9d0fc9 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2660,7 +2660,7 @@ tpf*)
   version_type=linux
   need_lib_prefix=no
   need_version=no
-  library_name_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major $libname${shared_ext}'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
   hardcode_into_libs=yes


hooks/post-receive
--
GNU Libtool




reply via email to

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