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.6-128-g6769a76


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-128-g6769a76
Date: Sun, 14 Jun 2009 09:46:08 +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  6769a76d6bbcc55b70b1c7279b7226aaa33d65b5 (commit)
      from  8a08afac5d4f560a0fdd53611e9db680a3a5145c (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 6769a76d6bbcc55b70b1c7279b7226aaa33d65b5
Author: Mike Gorchak <address@hidden>
Date:   Sun Jun 14 11:42:09 2009 +0200

    Fix versioning computation for QNX.
    
    * libltdl/config/ltmain.m4sh (func_mode_link): Set `$current'
    and `$age' properly for version_type `qnx'.
    
    Signed-off-by: Ralf Wildenhues <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 fbc3537..d898619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-14  Mike Gorchak  <address@hidden>  (tiny change)
+           Ralf Wildenhues  <address@hidden>
+
+       Fix versioning computation for QNX.
+       * libltdl/config/ltmain.m4sh (func_mode_link): Set `$current'
+       and `$age' properly for version_type `qnx'.
+
 2009-06-14  Ralf Wildenhues  <address@hidden>
 
        Avoid spurious localization testsuite failure on HP-UX/ia64.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 02f4d21..6f44d35 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -5928,7 +5928,7 @@ func_mode_link ()
            age="$number_minor"
            revision="$number_revision"
            ;;
-         freebsd-aout|freebsd-elf|sunos)
+         freebsd-aout|freebsd-elf|qnx|sunos)
            current="$number_major"
            revision="$number_minor"
            age="0"


hooks/post-receive
-- 
GNU Libtool




reply via email to

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