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.2.418-10-ga7462c5


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2.418-10-ga7462c5
Date: Wed, 20 Nov 2013 07:01:29 +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  a7462c5563e124e06f4f61ce2a9cea26cf8be390 (commit)
      from  397f71725630cd6d97fe69104f170861f441507a (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 a7462c5563e124e06f4f61ce2a9cea26cf8be390
Author: Peter Rosin <address@hidden>
Date:   Tue Nov 19 11:54:27 2013 +0100

    bootstrap: fix version sort
    
    Reported by Ozkan Sezer who suffered from makeinfo 4.13 being detected
    as lesser than the required makeinfo 4.8.
    
    * bootstrap (func_sort_ver): Sort numerically on the non-primary keys
    as well.

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

Summary of changes:
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootstrap b/bootstrap
index 1b16d95..852efd5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1323,7 +1323,7 @@ func_sort_ver ()
     $debug_cmd
 
     printf '%s\n%s\n' "$1" "$2" |
-    sort -t. -k1n -k1 -k2n -k2 -k3n -k3 -k4n -k4 -k5n -k5 -k6n -k6 -k7n -k7 
-k8n -k8 -k9n -k9
+    sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n 
-k 9,9n
 }
 
 # func_lt_ver PREV CURR


hooks/post-receive
-- 
GNU Libtool



reply via email to

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