summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2014-02-10 14:51:07 +0100
committerPeter Rosin <peda@lysator.liu.se>2014-02-10 14:53:36 +0100
commitc18b2d494e03ed15407c65b1de4b2231d733fb75 (patch)
treef89b97ae4d8d4f0d91936ff3854e82348a4029cb
parentfa83d293d95e2e3bdfbfe739fc12e5c3a6307b64 (diff)
downloadlibtool-c18b2d494e03ed15407c65b1de4b2231d733fb75.tar.gz
bootstrap: fix description of func_sort_ver to match recent sort change
gl/build-aux/funclib.sh: Update comment to match reality. bootstrap: Regenerate. Signed-off-by: Peter Rosin <peda@lysator.liu.se>
-rwxr-xr-xbootstrap2
-rw-r--r--gl/build-aux/funclib.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index feb20a18..eecab2c3 100755
--- 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
diff --git a/gl/build-aux/funclib.sh b/gl/build-aux/funclib.sh
index 9cb02ff6..fe535052 100644
--- a/gl/build-aux/funclib.sh
+++ b/gl/build-aux/funclib.sh
@@ -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