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  581d90bacaec6c20d5a5f776bdcdd9512f724192 (commit)
      from  8886f3b473da66de42c2f7aa43db7e8789018cca (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 581d90bacaec6c20d5a5f776bdcdd9512f724192
Author: Gary V. Vaughan <g...@gnu.org>
Date:   Thu Jan 2 13:04:31 2014 +1300

    bootstrap: push Peter's version sort fix back into funclib.sh.
    
    Peter's a7462c5 fix was applied to the generated bootstrap script
    instead of the funclib.sh source, and had have been overwritten
    the next time bootstrap was regenerated.
    * gl/build-aux/funclib.sh (func_sort_ver): Sort numerically on the
    non-primary keys as well.
    * bootstrap: Regenerate, with the change applied.
    
    Signed-off-by: Gary V. Vaughan <g...@gnu.org>

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

Summary of changes:
 bootstrap               |    4 ++--
 gl/build-aux/funclib.sh |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap
index 6b4cc6d..18323eb 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1327,8 +1327,8 @@ func_sort_ver ()
 {
     $debug_cmd
 
-    printf '%s\n%s\n' "$1" "$2" |
-    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
+    printf '%s\n%s\n' "$1" "$2" \
+      | 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
diff --git a/gl/build-aux/funclib.sh b/gl/build-aux/funclib.sh
index 73b3e26..3bd2ab8 100644
--- a/gl/build-aux/funclib.sh
+++ b/gl/build-aux/funclib.sh
@@ -1317,8 +1317,8 @@ 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
+    printf '%s\n%s\n' "$1" "$2" \
+      | 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