From: Peter Rosin Date: Mon, 10 Feb 2014 13:51:07 +0000 (+0100) Subject: bootstrap: fix description of func_sort_ver to match recent sort change X-Git-Tag: v2.4.3~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c18b2d494e03ed15407c65b1de4b2231d733fb75;p=thirdparty%2Flibtool.git 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 --- diff --git a/bootstrap b/bootstrap index feb20a188..eecab2c36 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 9cb02ff68..fe535052d 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