]> Savannah Git Hosting - gnulib.git/commitdiff
totalorder, totalorderf, totalorderl: Fix some typos.
authorBruno Haible <bruno@clisp.org>
Mon, 2 Oct 2023 11:25:12 +0000 (13:25 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 2 Oct 2023 11:25:12 +0000 (13:25 +0200)
* m4/totalorder.m4 (gl_FUNC_TOTALORDERF): Assign TOTALORDERF_LIBM, not
TOTALORDER_LIBM.
* modules/totalorder (Description): Fix copy&paste mistake.
(Depends-on): Fix conditions.
* modules/totalorderf (Depends-on): Likewise.
* modules/totalorderl (Depends-on): Likewise.

ChangeLog
m4/totalorder.m4
modules/totalorder
modules/totalorderf
modules/totalorderl

index 19e1a21d72a49c38f77c30158cdc0969937e7c32..0472570f49f55995cc3e498179d08f06459d13a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2023-10-02  Bruno Haible  <bruno@clisp.org>
+
+       totalorder, totalorderf, totalorderl: Fix some typos.
+       * m4/totalorder.m4 (gl_FUNC_TOTALORDERF): Assign TOTALORDERF_LIBM, not
+       TOTALORDER_LIBM.
+       * modules/totalorder (Description): Fix copy&paste mistake.
+       (Depends-on): Fix conditions.
+       * modules/totalorderf (Depends-on): Likewise.
+       * modules/totalorderl (Depends-on): Likewise.
+
 2023-10-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        totalorder, totalorderf, totalorderl: new modules
index 4d065dc0eb0c96eb2f9457a4a3e17792ec2766c2..0bbd2526750088588d06f7626276310c79c76961 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([gl_FUNC_TOTALORDERF],
      else
        REPLACE_TOTALORDERF=1
      fi
-     TOTALORDER_LIBM='$(ISNANF_LIBM)'])
+     TOTALORDERF_LIBM='$(ISNANF_LIBM)'])
   AC_SUBST([TOTALORDERF_LIBM])
 ])
 
index c74fa383b2911f02bcf88b632dc1a5feda230206..00f190c42ef78dfa800981d547e97606c4a147f5 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-totalorder function: total order on float
+totalorder function: total order on double
 
 Files:
 lib/totalorder.c
@@ -9,8 +9,8 @@ m4/totalorder.m4
 Depends-on:
 math
 extensions
-isnand          [test $HAVE_TOTALORDER = 0 || test $REPLACE_TOTALORDER = 0]
-signbit         [test $HAVE_TOTALORDER = 0 || test $REPLACE_TOTALORDER = 0]
+isnand          [test $HAVE_TOTALORDER = 0 || test $REPLACE_TOTALORDER = 1]
+signbit         [test $HAVE_TOTALORDER = 0 || test $REPLACE_TOTALORDER = 1]
 
 configure.ac:
 gl_FUNC_TOTALORDER
index b3fb5d99e2fdce20451fa8c100fc7274a2045ff9..ab1569c9ccde4c635cf033886f10f6bbff126f1b 100644 (file)
@@ -9,8 +9,8 @@ m4/totalorder.m4
 Depends-on:
 math
 extensions
-isnanf          [test $HAVE_TOTALORDERF = 0 || test $REPLACE_TOTALORDERF = 0]
-signbit         [test $HAVE_TOTALORDERF = 0 || test $REPLACE_TOTALORDERF = 0]
+isnanf          [test $HAVE_TOTALORDERF = 0 || test $REPLACE_TOTALORDERF = 1]
+signbit         [test $HAVE_TOTALORDERF = 0 || test $REPLACE_TOTALORDERF = 1]
 
 configure.ac:
 gl_FUNC_TOTALORDERF
index 407b243bb3a6c2c8cda009df428229d7639cd0ad..d684c8c69cc46f1cad658f932487c57b325d029e 100644 (file)
@@ -9,9 +9,9 @@ m4/totalorder.m4
 Depends-on:
 math
 extensions
-stdbool         [test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 0]
-isnanl          [test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 0]
-signbit         [test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 0]
+stdbool         [test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1]
+isnanl          [test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1]
+signbit         [test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1]
 
 configure.ac:
 gl_FUNC_TOTALORDERL