]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: fix description of func_sort_ver to match recent sort change
authorPeter Rosin <peda@lysator.liu.se>
Mon, 10 Feb 2014 13:51:07 +0000 (14:51 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 10 Feb 2014 13:53:36 +0000 (14:53 +0100)
gl/build-aux/funclib.sh: Update comment to match reality.
bootstrap: Regenerate.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
bootstrap
gl/build-aux/funclib.sh

index feb20a188da136ab81d79a4c01b303b809ff3861..eecab2c3639fee348d795f9989f16fe2dfedd928 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1499,7 +1499,7 @@ func_warning ()
 # -----------------------
 # 'sort -V' is not generally available.
 # Note this deviates from the version comparison in automake
-# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
+# in that it treats 1.5 < 1.5.0, and treats 1.4-p12a < 1.4-p3a
 # but this should suffice as we won't be specifying old
 # version formats or redundant trailing .0 in bootstrap.conf.
 # If we did want full compatibility then we should probably
index 9cb02ff68b5dada8dd2467c76adb859a23f43be4..fe535052d580f6372e6cd4f8b76992411ab1608c 100644 (file)
@@ -1,5 +1,5 @@
 # Set a version string for this script.
-scriptversion=2014-01-03.01; # UTC
+scriptversion=2014-02-10.13; # UTC
 
 # General shell script boiler plate, and helper functions.
 # Written by Gary V. Vaughan, 2004
@@ -1268,7 +1268,7 @@ func_warning ()
 # -----------------------
 # 'sort -V' is not generally available.
 # Note this deviates from the version comparison in automake
-# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
+# in that it treats 1.5 < 1.5.0, and treats 1.4-p12a < 1.4-p3a
 # but this should suffice as we won't be specifying old
 # version formats or redundant trailing .0 in bootstrap.conf.
 # If we did want full compatibility then we should probably