]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename module math to math-h.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 22:14:22 +0000 (23:14 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 22:14:22 +0000 (23:14 +0100)
* modules/math-h: Renamed from modules/math.
* modules/math-h-tests: Renamed from modules/math-tests.
* modules/math-h-c++-tests: Renamed from modules/math-c++-tests.
* tests/test-math-h.c: Renamed from tests/test-math.c.
* tests/test-math-h-c++.cc: Renamed from tests/test-math-c++.cc.
* tests/test-math-h-c++2.cc: Renamed from tests/test-math-c++2.cc.
* doc/posix-headers/math.texi: Update.
* modules/* (Depends-on): Update.
* modules/math: New file.

132 files changed:
ChangeLog
doc/posix-headers/math.texi
modules/acosf
modules/acosl
modules/asinf
modules/asinl
modules/atan2f
modules/atanf
modules/atanl
modules/cbrt
modules/cbrtf
modules/cbrtl
modules/ceil
modules/ceilf
modules/ceill
modules/copysign
modules/copysignf
modules/copysignl
modules/cosf
modules/coshf
modules/cosl
modules/exp2
modules/exp2f
modules/exp2l
modules/expf
modules/expl
modules/expm1
modules/expm1f
modules/expm1l
modules/fabsf
modules/fabsl
modules/floor
modules/floorf
modules/floorl
modules/fma
modules/fmaf
modules/fmal
modules/fmod
modules/fmodf
modules/fmodl
modules/frexp
modules/frexp-nolibm
modules/frexpf
modules/frexpl
modules/frexpl-nolibm
modules/getpayload
modules/getpayloadf
modules/getpayloadl
modules/hypot
modules/hypotf
modules/hypotl
modules/ilogb
modules/ilogbf
modules/ilogbl
modules/isfinite
modules/isinf
modules/isnan
modules/isnand
modules/isnanf
modules/isnanl
modules/ldexp
modules/ldexpf
modules/ldexpl
modules/log
modules/log10
modules/log10f
modules/log10l
modules/log1p
modules/log1pf
modules/log1pl
modules/log2
modules/log2f
modules/log2l
modules/logb
modules/logbf
modules/logbl
modules/logf
modules/logl
modules/logp1
modules/logp1f
modules/logp1l
modules/math
modules/math-c++-tests [deleted file]
modules/math-h [new file with mode: 0644]
modules/math-h-c++-tests [new file with mode: 0644]
modules/math-h-tests [new file with mode: 0644]
modules/math-tests [deleted file]
modules/modf
modules/modff
modules/modfl
modules/posixcheck
modules/powf
modules/printf-frexpl
modules/remainder
modules/remainderf
modules/remainderl
modules/rint
modules/rintf
modules/rintl
modules/round
modules/roundf
modules/roundl
modules/setpayload
modules/setpayloadf
modules/setpayloadl
modules/setpayloadsig
modules/setpayloadsigf
modules/setpayloadsigl
modules/signbit
modules/sinf
modules/sinhf
modules/sinl
modules/sqrtf
modules/sqrtl
modules/strtod
modules/strtof
modules/strtold
modules/tanf
modules/tanhf
modules/tanl
modules/totalorder
modules/totalorderf
modules/totalorderl
modules/totalordermag
modules/totalordermagf
modules/totalordermagl
modules/trunc
modules/truncf
modules/truncl
tests/test-math-h-c++.cc [moved from tests/test-math-c++.cc with 100% similarity]
tests/test-math-h-c++2.cc [moved from tests/test-math-c++2.cc with 100% similarity]
tests/test-math-h.c [moved from tests/test-math.c with 100% similarity]

index 23d806b2d741edc613c78365ba5237ee58dab697..7157d7d7b71b8d219dcc26d74dfe969dd7e71d9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2024-12-27  Bruno Haible  <bruno@clisp.org>
+
+       Rename module math to math-h.
+       * modules/math-h: Renamed from modules/math.
+       * modules/math-h-tests: Renamed from modules/math-tests.
+       * modules/math-h-c++-tests: Renamed from modules/math-c++-tests.
+       * tests/test-math-h.c: Renamed from tests/test-math.c.
+       * tests/test-math-h-c++.cc: Renamed from tests/test-math-c++.cc.
+       * tests/test-math-h-c++2.cc: Renamed from tests/test-math-c++2.cc.
+       * doc/posix-headers/math.texi: Update.
+       * modules/* (Depends-on): Update.
+       * modules/math: New file.
+
 2024-12-27  Bruno Haible  <bruno@clisp.org>
 
        Rename module locale to locale-h.
index f96ae85e7ec2541b79ba603e8a2cb33708c67d9c..4e163e8a686e633162ce9280ef04bfc047d3aee2 100644 (file)
@@ -3,8 +3,8 @@
 
 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/math.h.html}
 
-Gnulib module: math
-@mindex math
+Gnulib module: math-h
+@mindex math-h
 
 Portability problems fixed by Gnulib:
 @itemize
index 77589dc012097cf4d42cb27dc83fb4bc68ea5bf4..76a88260199e193635b127447695419b40ea38ee 100644 (file)
@@ -6,7 +6,7 @@ lib/acosf.c
 m4/acosf.m4
 
 Depends-on:
-math
+math-h
 extensions
 acos            [test $HAVE_ACOSF = 0]
 
index 5ea80c6fdea1848365d89f76a9e5091bf033c2cd..897d69b8ec36fd9d48866340ece837a19dd2248d 100644 (file)
@@ -6,7 +6,7 @@ lib/acosl.c
 m4/acosl.m4
 
 Depends-on:
-math
+math-h
 extensions
 acos            [test $HAVE_ACOSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 asinl           [test $HAVE_ACOSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index ed04fbc402589c59a433d2006428230196213406..8637adaafdd3030388474ef629b934571a6b671d 100644 (file)
@@ -6,7 +6,7 @@ lib/asinf.c
 m4/asinf.m4
 
 Depends-on:
-math
+math-h
 extensions
 asin            [test $HAVE_ASINF = 0]
 
index af0ba38daeee9505ec4cedc506c759c668d3c2ba..ac9c74efde970aeb497d6830f6510ebe7c285bf0 100644 (file)
@@ -6,7 +6,7 @@ lib/asinl.c
 m4/asinl.m4
 
 Depends-on:
-math
+math-h
 extensions
 asin            [test $HAVE_ASINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 sqrtl           [test $HAVE_ASINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index fe1c9b8520c6a1cf0801c47c9e3691ccb2140413..d40adc4405efdb1f1e7a6c7ddbd8c1d8d892865b 100644 (file)
@@ -6,7 +6,7 @@ lib/atan2f.c
 m4/atan2f.m4
 
 Depends-on:
-math
+math-h
 extensions
 atan2           [test $HAVE_ATAN2F = 0]
 
index c3caffc134948e5af8795061e38909c686ba8964..88e882f42b1bc62eb3a089a2d46aeee2d69d26d9 100644 (file)
@@ -6,7 +6,7 @@ lib/atanf.c
 m4/atanf.m4
 
 Depends-on:
-math
+math-h
 extensions
 atan            [test $HAVE_ATANF = 0]
 
index b17201a8da017e653a20f725a425fbe837b59e14..4445fb87c8b01474a39a2c0f579274ad851c9639 100644 (file)
@@ -6,7 +6,7 @@ lib/atanl.c
 m4/atanl.m4
 
 Depends-on:
-math
+math-h
 extensions
 atan            [test $HAVE_ATANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl          [test $HAVE_ATANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index f77bd23b8d8d5cf3fad00294348fedf42f3bc81b..aa6c30c53ad57942238b75651399310b7b8ed560 100644 (file)
@@ -7,7 +7,7 @@ m4/cbrt.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isfinite        [test $HAVE_CBRT = 0]
 fabs            [test $HAVE_CBRT = 0]
index 0a46424adf21018b82e692a3781152a77df24321..0656c679991f9abe2c8307ed5472b3cee3af14ca 100644 (file)
@@ -8,7 +8,7 @@ m4/cbrt.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isfinite        [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
 fabsf           [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
index 92755d799ca9c78c766f8213e556bc5af9d74b92..caa6cd6efc0d9799d5a330cd373d198dbdf9dbf2 100644 (file)
@@ -8,7 +8,7 @@ m4/cbrt.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 cbrt            [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 2e8c033d64ba5fcc600a899637ead8034a287303..1b5705c7f855f5529f62f805da3ced58f7660ff1 100644 (file)
@@ -6,7 +6,7 @@ lib/ceil.c
 m4/ceil.m4
 
 Depends-on:
-math
+math-h
 float-h         [test $REPLACE_CEIL = 1]
 
 configure.ac:
index b4cec775f07046873eb2f89d40ec85ce759e85ce..ff31de013c149d47666e1de508034117a6959c33 100644 (file)
@@ -7,7 +7,7 @@ lib/ceil.c
 m4/ceilf.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
 
index 7f2f868a41f1689c124a807e73c711eb77d267b9..bb0dc794f89466e486d5ecd6113ec18355aec6af 100644 (file)
@@ -7,7 +7,7 @@ lib/ceil.c
 m4/ceill.m4
 
 Depends-on:
-math
+math-h
 extensions
 ceil            [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 6c0a06126d9b96c249dd04d3aa1dc6ff429db9cb..39a7842e92a28e4a6f8d6d357578c4e67fcc7c2b 100644 (file)
@@ -7,7 +7,7 @@ m4/copysign.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 signbit         [test $HAVE_COPYSIGN = 0]
 
 configure.ac:
index b30215afeda27391085d5df3c7d80ad473af0b9e..5ef8e4af02729a275ef17e90106d858afd79b79f 100644 (file)
@@ -7,7 +7,7 @@ m4/copysignf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 signbit         [test $HAVE_COPYSIGNF = 0]
 
index d1c80583d744cd4f20b0e28bc0409e81639779a9..55278fb6df4cb9fd79c4a093c52b3c0e729dacfa 100644 (file)
@@ -7,7 +7,7 @@ m4/copysignl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 copysign        [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 signbit         [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 3adf1d6885e2ac592dd56fa181153775632a67bc..b59deed70b3e11729d7915823b0a33a4a3dc6d0d 100644 (file)
@@ -6,7 +6,7 @@ lib/cosf.c
 m4/cosf.m4
 
 Depends-on:
-math
+math-h
 extensions
 cos             [test $HAVE_COSF = 0]
 
index 8af4caac5e3c5aff12d489df728144d63a8cd636..96f367b53f62079005f05edcdadf125b9eca1a36 100644 (file)
@@ -6,7 +6,7 @@ lib/coshf.c
 m4/coshf.m4
 
 Depends-on:
-math
+math-h
 extensions
 cosh            [test $HAVE_COSHF = 0]
 
index 8c277606cb88c0d0c0d95c22ad219c2a2a3305c2..15da4ac70c378d430e55679c69cb1860126f7692 100644 (file)
@@ -9,7 +9,7 @@ lib/trigl.c
 m4/cosl.m4
 
 Depends-on:
-math
+math-h
 extensions
 cos             [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index ca373f17c218d48fb62dad45589f070dc728e2b0..65ddd0e27f7ce6d07e6ff2c8210b70ef5fb9d6eb 100644 (file)
@@ -7,7 +7,7 @@ m4/exp2.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isnand          [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
 round           [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
index 708ac7cefaa8f0481eee9542ac3fa78e4b6e7c1a..1d644a26c9386a84be03f3aa951faeec3219b119 100644 (file)
@@ -6,7 +6,7 @@ lib/exp2f.c
 m4/exp2f.m4
 
 Depends-on:
-math
+math-h
 extensions
 exp2            [test $HAVE_EXP2F = 0]
 
index bc7f299c3a68bcd7ba693212df10ba9d9d5c1121..154926dd8f22c4eea5785938f98ab285caaffe4a 100644 (file)
@@ -7,7 +7,7 @@ lib/expl-table.c
 m4/exp2l.m4
 
 Depends-on:
-math
+math-h
 extensions
 exp2            [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 46acd2ea1d2e9f6e3e641980447b91b537a5a704..4e4e747cca0335843ec8196695d3aa60d7cd82cf 100644 (file)
@@ -6,7 +6,7 @@ lib/expf.c
 m4/expf.m4
 
 Depends-on:
-math
+math-h
 extensions
 exp             [test $HAVE_EXPF = 0]
 
index 6cbb4e2d33511f1ce41bacdb2df24f8ac29e4a3d..3744dbe95e8b5a628a7c18036647a88d834b6ba5 100644 (file)
@@ -7,7 +7,7 @@ lib/expl-table.c
 m4/expl.m4
 
 Depends-on:
-math
+math-h
 extensions
 exp             [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index f351c1c4b220c2824770506aaf15ace63cd75639..02d7ff7e7ff9177f8b0cb26e64e905b3675e07be 100644 (file)
@@ -7,7 +7,7 @@ m4/expm1.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isnand          [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
 exp             [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
index 77de66f4a2f804f6ae82f6fa6ee14d7f9fbb553a..8c9aed6d76a8f24980b2206dfe12900e1ed49102 100644 (file)
@@ -6,7 +6,7 @@ lib/expm1f.c
 m4/expm1f.m4
 
 Depends-on:
-math
+math-h
 extensions
 expm1           [test $HAVE_EXPM1F = 0 || test $REPLACE_EXPM1F = 1]
 
index 7087f99fdd6918b612b0c9021ae7c5f6f87119b8..89d9d40b6c251fe5ca5b6f5bed7398f3d04f1666 100644 (file)
@@ -6,7 +6,7 @@ lib/expm1l.c
 m4/expm1l.m4
 
 Depends-on:
-math
+math-h
 extensions
 expm1           [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index ce9fbcbc368ad56e4a0506f7e8be17d34b7ac4e5..24d7f88f57ce37fe41eee8e3c59b1fb2d6a352a5 100644 (file)
@@ -7,7 +7,7 @@ m4/fabsf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 fabs            [test $HAVE_FABSF = 0]
 
index 9dab45ea1fbe80744798f7e5e8f8825e38950b1e..fbfaa96f6b8c3049dbf7ab248cf8ede54e39327e 100644 (file)
@@ -7,7 +7,7 @@ m4/fabsl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 fabs            [{ test $HAVE_FABSL = 0 || test $REPLACE_FABSL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 signbit         [{ test $HAVE_FABSL = 0 || test $REPLACE_FABSL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 29ed3eb633719ba5e33b17f7512335960e1d8831..4fbba7c48addad2c58de8ff5c73ede66c08015f4 100644 (file)
@@ -6,7 +6,7 @@ lib/floor.c
 m4/floor.m4
 
 Depends-on:
-math
+math-h
 float-h         [test $REPLACE_FLOOR = 1]
 
 configure.ac:
index 203e9d455b96362d989ee01c7941229177d24b23..80b91c3add9ca8a45479ee9035d5c5ac0f1f5196 100644 (file)
@@ -7,7 +7,7 @@ lib/floor.c
 m4/floorf.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
 
index a337c91fbc4a9445cd4d2f6dc0de2c141dddb68f..d9852f2bafee86d97aafc75e0ad24109c85b02c7 100644 (file)
@@ -7,7 +7,7 @@ lib/floor.c
 m4/floorl.m4
 
 Depends-on:
-math
+math-h
 extensions
 floor           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index f71e98ed03b64a6f3d277c957b0158bf7f795ae1..c84e9b263824a56a8c904519d10e5ca1cd265a39 100644 (file)
@@ -9,7 +9,7 @@ m4/fegetround.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 float-h         [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
 stdbool         [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
 assert-h        [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
index 1abab686e94a6e0e7485c36e1e40412e3f91bb1f..697b12e5968e44575a67b7d9ae10c9ec67d5a116 100644 (file)
@@ -10,7 +10,7 @@ m4/fegetround.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
 stdbool         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
index caab5c0e73dbb5070336ac59c19e1a8ee6e5da3f..48b31c2ba329caa67e7a262e8873571c64366939 100644 (file)
@@ -10,7 +10,7 @@ m4/fegetround.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 fma             [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 1711d2916437d9a82a8897d2c11c10a5bde9fac6..4b0c24f32d1ec120489a3eb8ad151236089eb317 100644 (file)
@@ -7,7 +7,7 @@ m4/fmod.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 isfinite        [test $REPLACE_FMOD = 1]
 signbit         [test $REPLACE_FMOD = 1]
 fabs            [test $REPLACE_FMOD = 1]
index 5608ac2dfa76d07ef43f8a2eed10ce73c4634911..8cf669c2c83a3ad74cf2e4f137ef2ef9a001a1b9 100644 (file)
@@ -6,7 +6,7 @@ lib/fmodf.c
 m4/fmodf.m4
 
 Depends-on:
-math
+math-h
 extensions
 fmod            [test $HAVE_FMODF = 0 || test $REPLACE_FMODF = 1]
 
index 22b40a305f36590d0eb5412e458c1bcf264446bf..3e46f58d6915a69d3c7d367cf9f78c35c88befcd 100644 (file)
@@ -8,7 +8,7 @@ m4/fmodl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 fmod            [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index f1a4e4bb6a9ac8c51acd38f72940e6b24b98c51d..20be2197599178d6710355e68ed030e266fbd11e 100644 (file)
@@ -6,7 +6,7 @@ lib/frexp.c
 m4/frexp.m4
 
 Depends-on:
-math
+math-h
 isnand-nolibm   [test $gl_func_frexp != yes]
 
 configure.ac:
index 88adf597fb7bbb0aaf235076f0f17ce548f1dcd6..1be90767739b32c907b1dbcd04bdd077091a4147 100644 (file)
@@ -6,7 +6,7 @@ lib/frexp.c
 m4/frexp.m4
 
 Depends-on:
-math
+math-h
 isnand-nolibm   [test $gl_func_frexp_no_libm != yes]
 
 configure.ac:
index 60381d6c887b0e5f0b97ae5d3330c067174e71f3..7b39f0c1abf657cbf9d376112da5a37d204b6d6a 100644 (file)
@@ -7,7 +7,7 @@ m4/frexpf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 frexp           [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1]
 
index 5e9feba6af3e5e16b9516fedd3b5290f2729efa5..4086d9a479be0cea755c60f72b1d0826b24a1e62 100644 (file)
@@ -7,7 +7,7 @@ lib/frexp.c
 m4/frexpl.m4
 
 Depends-on:
-math
+math-h
 extensions
 frexp           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl-nolibm   [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 582013a4c1ab4a9b9b03b537b6a70e753265dd6e..fd83b0e175602c34d5959a1c0d39f2c915bad868 100644 (file)
@@ -8,7 +8,7 @@ lib/frexp.c
 m4/frexpl.m4
 
 Depends-on:
-math
+math-h
 frexp-nolibm    [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl-nolibm   [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fpucw           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 754b3df78e9aee47917f49008e42d3123ea13cc1..a7ea6435ef1ed6676c12c91113fe3054bfcffbe6 100644 (file)
@@ -7,7 +7,7 @@ m4/mathfunc.m4
 m4/getpayload.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
 stdint          [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
index 7803248212c5ebfa2c23ad42f20180e42c28d47b..83c598fa9f1b7d7e5491593e7b1fbd76e5de2e0f 100644 (file)
@@ -7,7 +7,7 @@ m4/mathfunc.m4
 m4/getpayload.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
 stdint          [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
index f9ef35e32e9493b7a8d93b876b7f28b3093e0194..89410bf200e7e037f5859833f1c542d1e7c65944 100644 (file)
@@ -8,7 +8,7 @@ m4/getpayload.m4
 m4/exponentl.m4
 
 Depends-on:
-math
+math-h
 extensions
 getpayload      [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 36ee7bbdefc3c6f12da5de1f757e78a2e5722c92..d12651c3c06111b91f6cccc02f4a9c7bace7d501 100644 (file)
@@ -7,7 +7,7 @@ m4/hypot.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isfinite        [test $REPLACE_HYPOT = 1]
 fabs            [test $REPLACE_HYPOT = 1]
index e5e34c45fcbebfeff2a7540d27b62fb60d907066..82077ba82941945a83260d513f941e9d27a3558e 100644 (file)
@@ -7,7 +7,7 @@ m4/hypotf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 hypot           [test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1]
 
index ff9b7e6ff958b8f4bef01ca500b64739fd07b0df..b1e334b330398c7bd0390420dd8004c042ea1056 100644 (file)
@@ -7,7 +7,7 @@ m4/hypotl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 hypot           [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 2e2b3eec42ef024b6df04d71b972bf7e892314a4..04884e26b06ecd38a16c8913140331158f49d45a 100644 (file)
@@ -7,7 +7,7 @@ m4/ilogb.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 isfinite        [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
 frexp           [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
 isnand          [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
index 8b9a4094eef39fcaf070be2299d8ed55fe9b0c35..eb01143711e74ffe7c8af72fd203c9c3394d9b1b 100644 (file)
@@ -8,7 +8,7 @@ m4/ilogbf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isfinite        [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
 frexpf          [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
index cf52a665a201d54d69d874fa0f35e5c5e099b160..ef3c54b3c8a5901c9dc06a90e65cb34b0958f8da 100644 (file)
@@ -8,7 +8,7 @@ m4/ilogbl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 ilogb           [{ test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_ILOGBL = 0 || test $REPLACE_ILOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 0e801457bd785aa0de2f382103e0ce68b2e4b72c..3039a588022cb182f7239a398ba9cee596c99150 100644 (file)
@@ -8,7 +8,7 @@ m4/check-math-lib.m4
 m4/exponentl.m4
 
 Depends-on:
-math
+math-h
 extensions
 isnanf-nolibm   [test $REPLACE_ISFINITE = 1]
 isnand-nolibm   [test $REPLACE_ISFINITE = 1]
index fd4c300bc002a7a25fb9c58039926faf0bc147c0..6a9800460f7d2bc4d114c62551d8009a80c6eb43 100644 (file)
@@ -7,7 +7,7 @@ m4/isinf.m4
 m4/check-math-lib.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $REPLACE_ISINF = 1]
 
index 5357f4845482bb1179d54823692b6651e0378e7b..d5dea9e6089072280d6114bdb68096cbba555bec 100644 (file)
@@ -8,7 +8,7 @@ Depends-on:
 isnanf
 isnand
 isnanl
-math
+math-h
 extensions
 
 configure.ac:
index 9b7295053d67a8f80bd8f61500f07480ec2db0bb..f35cc137edf8ee10c27daebacc7f81e57f345fdb 100644 (file)
@@ -9,7 +9,7 @@ m4/exponentd.m4
 m4/isnand.m4
 
 Depends-on:
-math
+math-h
 fpieee
 memcmp
 
index e99963b8dc35b4ac2f2fb963acd201ab3958f371..8ac111cd16f9c871c03a5ecdefc2c2919048c84b 100644 (file)
@@ -9,7 +9,7 @@ m4/exponentf.m4
 m4/isnanf.m4
 
 Depends-on:
-math
+math-h
 fpieee
 memcmp
 
index 032e82f8273a7facced8447e5ba197905ccb3b0f..9cee3534e23de04c6f0466489be188151427e783 100644 (file)
@@ -9,7 +9,7 @@ m4/exponentl.m4
 m4/isnanl.m4
 
 Depends-on:
-math
+math-h
 float-h
 fpieee
 memcmp
index 528efaad772d427136e94ab6c906da4ea07f87f2..a83575788359fcb4ce72e51442837e4d8239211a 100644 (file)
@@ -6,7 +6,7 @@ lib/ldexp.c
 m4/ldexp.m4
 
 Depends-on:
-math
+math-h
 isnand          [test $REPLACE_LDEXP = 1]
 stdbool         [test $REPLACE_LDEXP = 1]
 
index 559e5e5e583f4633c1be43101d5dfbf0a456658a..8297e4e0a52855bd990f1a2b46a1e50f896cd46d 100644 (file)
@@ -7,7 +7,7 @@ m4/ldexpf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 ldexp           [test $HAVE_LDEXPF = 0]
 
index 622cad6ef5e184e10d96a9301dee14bd6d558349..c06b15a8bfbf88b09b1ca6990d79db671ae6ef3d 100644 (file)
@@ -7,7 +7,7 @@ lib/ldexp.c
 m4/ldexpl.m4
 
 Depends-on:
-math
+math-h
 extensions
 ldexp           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl          [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 588c17c5452dcae571bbbbc31779d52ad316224a..ec5c977f6262dfb717a5c11ba9275f603062b972 100644 (file)
@@ -7,7 +7,7 @@ m4/log.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 
 configure.ac:
 AC_REQUIRE([gl_FUNC_LOG])
index 6e381c2dd8b881eb91f0958ee4518065364e6101..de681e938a5cb486fc6ff8edbbd69fe95e015188 100644 (file)
@@ -7,7 +7,7 @@ m4/log10.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 
 configure.ac:
 gl_FUNC_LOG10
index cf758e4313c0d66f38b8dc1beff680ec0f49b79a..37981abfd9b0a1d646430dbef34ef851289a51c5 100644 (file)
@@ -6,7 +6,7 @@ lib/log10f.c
 m4/log10f.m4
 
 Depends-on:
-math
+math-h
 extensions
 log10           [test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1]
 
index 259b6266bc6a4627a05aeed414012c866576c439..c5c861fe1c316428425583cba6a6b162f8e3cea1 100644 (file)
@@ -6,7 +6,7 @@ lib/log10l.c
 m4/log10l.m4
 
 Depends-on:
-math
+math-h
 extensions
 log10           [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index cae886abc4ef6e6dffd48428dc12475a6f706c42..f9d8d51033de3bbb530997c776044cb32ff2657d 100644 (file)
@@ -7,7 +7,7 @@ m4/log1p.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isnand          [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
 log             [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
index 2e14ff4a60915759245ede92f51df644029910b5..b3f135e18eda700fa7c6cb414832f23d85d1e96a 100644 (file)
@@ -6,7 +6,7 @@ lib/log1pf.c
 m4/log1pf.m4
 
 Depends-on:
-math
+math-h
 extensions
 log1p           [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1]
 
index c5c94be103dd0e8d7982e3fedadf5b62e3ea697f..7f0545b3e6c80af2cba9efc0c9b91736e0062ed7 100644 (file)
@@ -6,7 +6,7 @@ lib/log1pl.c
 m4/log1pl.m4
 
 Depends-on:
-math
+math-h
 extensions
 log1p           [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl          [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 344b7e2722d33691afbdd9ea37027d5eee70ca1f..6e3ebc039258d499e29fc288782148ea7b6e05de 100644 (file)
@@ -7,7 +7,7 @@ m4/log2.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isnand          [test $HAVE_LOG2 = 0 || test $REPLACE_LOG2 = 1]
 frexp           [test $HAVE_LOG2 = 0 || test $REPLACE_LOG2 = 1]
index 4770a0781b853d991bffcee590418e57d8a47cc9..b5f06262b586a962caa05fb89306ee1dbe1b49e2 100644 (file)
@@ -6,7 +6,7 @@ lib/log2f.c
 m4/log2f.m4
 
 Depends-on:
-math
+math-h
 extensions
 log2            [test $HAVE_LOG2F = 0 || test $REPLACE_LOG2F = 1]
 isnanf          [test $HAVE_LOG2F = 0 || test $REPLACE_LOG2F = 1]
index 166061d89af3a563ec86e145f89332039f0e3a2e..e57c49e9e46b8b6659b6f8a1e1f2b250df29af4e 100644 (file)
@@ -6,7 +6,7 @@ lib/log2l.c
 m4/log2l.m4
 
 Depends-on:
-math
+math-h
 extensions
 log2            [{ test $HAVE_LOG2L = 0 || test $REPLACE_LOG2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl          [{ test $HAVE_LOG2L = 0 || test $REPLACE_LOG2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 5b681a5c0899e62007710a7cf049469d0422b5aa..a7dcb2072eba6f8755cacf9694c8b07175251541 100644 (file)
@@ -7,7 +7,7 @@ m4/logb.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isfinite        [test $HAVE_LOGB = 0 || test $REPLACE_LOGB = 1]
 frexp           [test $HAVE_LOGB = 0 || test $REPLACE_LOGB = 1]
index eba909af4b4c595a551211675c5ccd1fcb115601..9e633c95dd8cc22b8a0824efe292addd2a6e74c2 100644 (file)
@@ -8,7 +8,7 @@ m4/logbf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 isfinite        [test $HAVE_LOGBF = 0 || test $REPLACE_LOGBF = 1]
 frexpf          [test $HAVE_LOGBF = 0 || test $REPLACE_LOGBF = 1]
index b4426213f9e685ce4179318b9bf75b9edbb93553..6b0609074624d229b9c56bbd371efcb6636d87a7 100644 (file)
@@ -8,7 +8,7 @@ m4/logbl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 logb            [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_LOGBL = 0 || test $REPLACE_LOGBL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index e63625b502996a0b3c7e98321b4e99992fdeb737..eabdc6cd65b2f0286fd6bb23cce6f9d376f9d308 100644 (file)
@@ -6,7 +6,7 @@ lib/logf.c
 m4/logf.m4
 
 Depends-on:
-math
+math-h
 extensions
 log             [test $HAVE_LOGF = 0 || test $REPLACE_LOGF = 1]
 
index 2933c4e455683f729020ed13610c5bff08ad8290..2334264d1092338f839532b34638464ecdf033dc 100644 (file)
@@ -6,7 +6,7 @@ lib/logl.c
 m4/logl.m4
 
 Depends-on:
-math
+math-h
 extensions
 log             [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 frexpl          [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 1d6b80bdc93b56de87367f0897fbd5c6adadbe61..a52b97d34d9fda96e19e32f32a3b33cf10837148 100644 (file)
@@ -7,7 +7,7 @@ m4/logp1.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 log1p           [test $HAVE_LOGP1 = 0]
 
 configure.ac:
index cf72c20eb9ddda30b34f60b534a4c52266f57ed9..5835c663512207ba20ffc9aada0548d9d0e57391 100644 (file)
@@ -13,7 +13,7 @@ m4/ceil.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 log1pf          [test $HAVE_LOGP1F = 0]
 
 configure.ac:
index 55c3ac060df3505c3a490298d0e5ac429df07b7d..874f56790145c3a2bc03f3ad37d7cf658d71800a 100644 (file)
@@ -13,7 +13,7 @@ m4/ceil.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 log1pl          [test $HAVE_LOGP1L = 0]
 
 configure.ac:
index 5ec7ed576bc79b6fdc25134379f5e33a55eb004a..9d01fab51baa16a958657c642d537ba3c63d02eb 100644 (file)
 Description:
 A GNU-like <math.h>.
 
+Status:
+deprecated
+
+Notice:
+This module is deprecated. Use the module 'math-h' instead.
+
 Files:
-lib/math.in.h
-lib/math.c
-m4/math_h.m4
 
 Depends-on:
-extern-inline
-gen-header
-include_next
-snippet/arg-nonnull
-snippet/c++defs
-snippet/warn-on-use
-float-h
+math-h
 
 configure.ac:
-gl_MATH_H
-gl_MATH_H_REQUIRE_DEFAULTS
-AC_PROG_MKDIR_P
 
 Makefile.am:
-BUILT_SOURCES += math.h
-lib_SOURCES += math.c
-
-# We need the following in order to create <math.h> when the system
-# doesn't have one that works with the given compiler.
-math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
-       $(gl_V_at)$(SED_HEADER_STDOUT) \
-             -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-             -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
-             -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-             -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-             -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
-             -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
-             -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
-             -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
-             -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
-             -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
-             -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
-             -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
-             -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
-             -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
-             -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
-             -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
-             -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
-             -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
-             -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
-             -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
-             -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
-             -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
-             -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
-             -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
-             -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
-             -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
-             -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
-             -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
-             -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
-             -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
-             -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
-             -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
-             -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
-             -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
-             -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
-             -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
-             -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
-             -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
-             -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
-             -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
-             -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
-             -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
-             -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
-             -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
-             -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
-             -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
-             -e 's/@''GNULIB_GETPAYLOAD''@/$(GNULIB_GETPAYLOAD)/g' \
-             -e 's/@''GNULIB_GETPAYLOADF''@/$(GNULIB_GETPAYLOADF)/g' \
-             -e 's/@''GNULIB_GETPAYLOADL''@/$(GNULIB_GETPAYLOADL)/g' \
-             -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
-             -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
-             -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
-             < $(srcdir)/math.in.h > $@-t1
-       $(AM_V_at)sed \
-             -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
-             -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
-             -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
-             -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
-             -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
-             -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
-             -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
-             -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
-             -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
-             -e 's/@''GNULIB_LDEXP''@/$(GNULIB_LDEXP)/g' \
-             -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
-             -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
-             -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
-             -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
-             -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
-             -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
-             -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
-             -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
-             -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
-             -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
-             -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
-             -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
-             -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
-             -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
-             -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
-             -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
-             -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
-             -e 's/@''GNULIB_LOGP1''@/$(GNULIB_LOGP1)/g' \
-             -e 's/@''GNULIB_LOGP1F''@/$(GNULIB_LOGP1F)/g' \
-             -e 's/@''GNULIB_LOGP1L''@/$(GNULIB_LOGP1L)/g' \
-             -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
-             -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
-             -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
-             -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
-             -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
-             -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
-             -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
-             -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
-             -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
-             -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
-             -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
-             -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
-             -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
-             -e 's/@''GNULIB_SETPAYLOAD''@/$(GNULIB_SETPAYLOAD)/g' \
-             -e 's/@''GNULIB_SETPAYLOADF''@/$(GNULIB_SETPAYLOADF)/g' \
-             -e 's/@''GNULIB_SETPAYLOADL''@/$(GNULIB_SETPAYLOADL)/g' \
-             -e 's/@''GNULIB_SETPAYLOADSIG''@/$(GNULIB_SETPAYLOADSIG)/g' \
-             -e 's/@''GNULIB_SETPAYLOADSIGF''@/$(GNULIB_SETPAYLOADSIGF)/g' \
-             -e 's/@''GNULIB_SETPAYLOADSIGL''@/$(GNULIB_SETPAYLOADSIGL)/g' \
-             -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
-             -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
-             -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
-             -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
-             -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
-             -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
-             -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
-             -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
-             -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
-             -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
-             -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
-             -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
-             -e 's/@''GNULIB_TOTALORDER''@/$(GNULIB_TOTALORDER)/g' \
-             -e 's/@''GNULIB_TOTALORDERF''@/$(GNULIB_TOTALORDERF)/g' \
-             -e 's/@''GNULIB_TOTALORDERL''@/$(GNULIB_TOTALORDERL)/g' \
-             -e 's/@''GNULIB_TOTALORDERMAG''@/$(GNULIB_TOTALORDERMAG)/g' \
-             -e 's/@''GNULIB_TOTALORDERMAGF''@/$(GNULIB_TOTALORDERMAGF)/g' \
-             -e 's/@''GNULIB_TOTALORDERMAGL''@/$(GNULIB_TOTALORDERMAGL)/g' \
-             -e 's/@''GNULIB_MDA_J0''@/$(GNULIB_MDA_J0)/g' \
-             -e 's/@''GNULIB_MDA_J1''@/$(GNULIB_MDA_J1)/g' \
-             -e 's/@''GNULIB_MDA_JN''@/$(GNULIB_MDA_JN)/g' \
-             -e 's/@''GNULIB_MDA_Y0''@/$(GNULIB_MDA_Y0)/g' \
-             -e 's/@''GNULIB_MDA_Y1''@/$(GNULIB_MDA_Y1)/g' \
-             -e 's/@''GNULIB_MDA_YN''@/$(GNULIB_MDA_YN)/g' \
-             < $@-t1 > $@-t2
-       $(AM_V_at)sed \
-             -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
-             -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
-             -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
-             -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
-             -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
-             -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
-             -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
-             -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
-             -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
-             -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
-             -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
-             -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
-             -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
-             -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
-             -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
-             -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
-             -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
-             -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
-             -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
-             -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
-             -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
-             -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
-             -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
-             -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
-             -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
-             -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
-             -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
-             -e 's|@''HAVE_GETPAYLOAD''@|$(HAVE_GETPAYLOAD)|g' \
-             -e 's|@''HAVE_GETPAYLOADF''@|$(HAVE_GETPAYLOADF)|g' \
-             -e 's|@''HAVE_GETPAYLOADL''@|$(HAVE_GETPAYLOADL)|g' \
-             -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
-             -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
-             -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
-             -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
-             -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
-             -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
-             -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
-             -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
-             -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
-             -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
-             -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
-             -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
-             -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
-             -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
-             -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
-             -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
-             -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
-             -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
-             -e 's|@''HAVE_LOGP1''@|$(HAVE_LOGP1)|g' \
-             -e 's|@''HAVE_LOGP1F''@|$(HAVE_LOGP1F)|g' \
-             -e 's|@''HAVE_LOGP1L''@|$(HAVE_LOGP1L)|g' \
-             -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
-             -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
-             -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
-             -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
-             -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
-             -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
-             -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
-             -e 's|@''HAVE_SETPAYLOAD''@|$(HAVE_SETPAYLOAD)|g' \
-             -e 's|@''HAVE_SETPAYLOADF''@|$(HAVE_SETPAYLOADF)|g' \
-             -e 's|@''HAVE_SETPAYLOADL''@|$(HAVE_SETPAYLOADL)|g' \
-             -e 's|@''HAVE_SETPAYLOADSIG''@|$(HAVE_SETPAYLOADSIG)|g' \
-             -e 's|@''HAVE_SETPAYLOADSIGF''@|$(HAVE_SETPAYLOADSIGF)|g' \
-             -e 's|@''HAVE_SETPAYLOADSIGL''@|$(HAVE_SETPAYLOADSIGL)|g' \
-             -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
-             -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
-             -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
-             -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
-             -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
-             -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
-             -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
-             -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
-             -e 's|@''HAVE_TOTALORDER''@|$(HAVE_TOTALORDER)|g' \
-             -e 's|@''HAVE_TOTALORDERF''@|$(HAVE_TOTALORDERF)|g' \
-             -e 's|@''HAVE_TOTALORDERL''@|$(HAVE_TOTALORDERL)|g' \
-             -e 's|@''HAVE_TOTALORDERMAG''@|$(HAVE_TOTALORDERMAG)|g' \
-             -e 's|@''HAVE_TOTALORDERMAGF''@|$(HAVE_TOTALORDERMAGF)|g' \
-             -e 's|@''HAVE_TOTALORDERMAGL''@|$(HAVE_TOTALORDERMAGL)|g' \
-             < $@-t2 > $@-t3
-       $(AM_V_at)sed \
-             -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
-             -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
-             -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
-             -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
-             -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
-             -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
-             -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
-             -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
-             -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
-             -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
-             -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
-             -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
-             -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
-             -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
-             -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
-             -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
-             -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
-             -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
-             -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
-             -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
-             -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
-             -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
-             -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
-             -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
-             -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
-             -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
-             -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
-             -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
-             -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
-             -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
-             -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
-             -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
-             -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
-             -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
-             -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
-             -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
-             < $@-t3 > $@-t4
-       $(AM_V_at)sed \
-             -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
-             -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
-             -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
-             -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
-             -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
-             -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
-             -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
-             -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
-             -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
-             -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
-             -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
-             -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
-             -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
-             -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
-             -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
-             -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
-             -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
-             -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
-             -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
-             -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
-             -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
-             -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
-             -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
-             -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
-             -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
-             -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
-             -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
-             -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
-             -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
-             -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
-             -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
-             -e 's|@''REPLACE_GETPAYLOAD''@|$(REPLACE_GETPAYLOAD)|g' \
-             -e 's|@''REPLACE_GETPAYLOADF''@|$(REPLACE_GETPAYLOADF)|g' \
-             -e 's|@''REPLACE_GETPAYLOADL''@|$(REPLACE_GETPAYLOADL)|g' \
-             -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
-             -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
-             -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
-             -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
-             -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
-             -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
-             -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
-             -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
-             -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
-             -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
-             -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
-             < $@-t4 > $@-t5
-       $(AM_V_at)sed \
-             -e 's|@''REPLACE_LDEXP''@|$(REPLACE_LDEXP)|g' \
-             -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
-             -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
-             -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
-             -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
-             -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
-             -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
-             -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
-             -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
-             -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
-             -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
-             -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
-             -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
-             -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
-             -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
-             -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
-             -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
-             -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
-             -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
-             -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
-             -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
-             -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
-             -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
-             -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
-             -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
-             -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
-             -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
-             -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
-             -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
-             -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
-             -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
-             -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
-             -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
-             -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
-             -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
-             -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
-             -e 's|@''REPLACE_TOTALORDER''@|$(REPLACE_TOTALORDER)|g' \
-             -e 's|@''REPLACE_TOTALORDERF''@|$(REPLACE_TOTALORDERF)|g' \
-             -e 's|@''REPLACE_TOTALORDERL''@|$(REPLACE_TOTALORDERL)|g' \
-             -e 's|@''REPLACE_TOTALORDERMAG''@|$(REPLACE_TOTALORDERMAG)|g' \
-             -e 's|@''REPLACE_TOTALORDERMAGF''@|$(REPLACE_TOTALORDERMAGF)|g' \
-             -e 's|@''REPLACE_TOTALORDERMAGL''@|$(REPLACE_TOTALORDERMAGL)|g' \
-             -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
-             -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
-             -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
-             -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-             -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-             -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
-             < $@-t5 > $@-t6
-       $(AM_V_at)rm -f $@-t1 $@-t2 $@-t3 $@-t4 $@-t5
-       $(AM_V_at)mv $@-t6 $@
-MOSTLYCLEANFILES += math.h math.h-t1 math.h-t2 math.h-t3 math.h-t4 math.h-t5 math.h-t6
 
 Include:
 <math.h>
@@ -383,4 +23,3 @@ License:
 LGPLv2+
 
 Maintainer:
-all
diff --git a/modules/math-c++-tests b/modules/math-c++-tests
deleted file mode 100644 (file)
index 796e3d1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Files:
-tests/test-math-c++.cc
-tests/test-math-c++2.cc
-tests/signature.h
-
-Status:
-c++-test
-
-Depends-on:
-ansi-c++-opt
-
-configure.ac:
-
-Makefile.am:
-if ANSICXX
-TESTS += test-math-c++
-check_PROGRAMS += test-math-c++
-test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
-# These link dependencies are needed on IRIX 6.5 with cc.
-test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
-endif
diff --git a/modules/math-h b/modules/math-h
new file mode 100644 (file)
index 0000000..5ec7ed5
--- /dev/null
@@ -0,0 +1,386 @@
+Description:
+A GNU-like <math.h>.
+
+Files:
+lib/math.in.h
+lib/math.c
+m4/math_h.m4
+
+Depends-on:
+extern-inline
+gen-header
+include_next
+snippet/arg-nonnull
+snippet/c++defs
+snippet/warn-on-use
+float-h
+
+configure.ac:
+gl_MATH_H
+gl_MATH_H_REQUIRE_DEFAULTS
+AC_PROG_MKDIR_P
+
+Makefile.am:
+BUILT_SOURCES += math.h
+lib_SOURCES += math.c
+
+# We need the following in order to create <math.h> when the system
+# doesn't have one that works with the given compiler.
+math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
+             -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
+             -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
+             -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
+             -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
+             -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
+             -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
+             -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
+             -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
+             -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
+             -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
+             -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
+             -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
+             -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
+             -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
+             -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
+             -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
+             -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
+             -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
+             -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
+             -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
+             -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
+             -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
+             -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
+             -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
+             -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
+             -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
+             -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
+             -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
+             -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
+             -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
+             -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
+             -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
+             -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
+             -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
+             -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
+             -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
+             -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
+             -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
+             -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
+             -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
+             -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
+             -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
+             -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
+             -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
+             -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
+             -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
+             -e 's/@''GNULIB_GETPAYLOAD''@/$(GNULIB_GETPAYLOAD)/g' \
+             -e 's/@''GNULIB_GETPAYLOADF''@/$(GNULIB_GETPAYLOADF)/g' \
+             -e 's/@''GNULIB_GETPAYLOADL''@/$(GNULIB_GETPAYLOADL)/g' \
+             -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
+             -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
+             -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
+             < $(srcdir)/math.in.h > $@-t1
+       $(AM_V_at)sed \
+             -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
+             -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
+             -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
+             -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
+             -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
+             -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
+             -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
+             -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
+             -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
+             -e 's/@''GNULIB_LDEXP''@/$(GNULIB_LDEXP)/g' \
+             -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
+             -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
+             -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
+             -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
+             -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
+             -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
+             -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
+             -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
+             -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
+             -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
+             -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
+             -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
+             -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
+             -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
+             -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
+             -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
+             -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
+             -e 's/@''GNULIB_LOGP1''@/$(GNULIB_LOGP1)/g' \
+             -e 's/@''GNULIB_LOGP1F''@/$(GNULIB_LOGP1F)/g' \
+             -e 's/@''GNULIB_LOGP1L''@/$(GNULIB_LOGP1L)/g' \
+             -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
+             -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
+             -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
+             -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
+             -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
+             -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
+             -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
+             -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
+             -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
+             -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
+             -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
+             -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
+             -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
+             -e 's/@''GNULIB_SETPAYLOAD''@/$(GNULIB_SETPAYLOAD)/g' \
+             -e 's/@''GNULIB_SETPAYLOADF''@/$(GNULIB_SETPAYLOADF)/g' \
+             -e 's/@''GNULIB_SETPAYLOADL''@/$(GNULIB_SETPAYLOADL)/g' \
+             -e 's/@''GNULIB_SETPAYLOADSIG''@/$(GNULIB_SETPAYLOADSIG)/g' \
+             -e 's/@''GNULIB_SETPAYLOADSIGF''@/$(GNULIB_SETPAYLOADSIGF)/g' \
+             -e 's/@''GNULIB_SETPAYLOADSIGL''@/$(GNULIB_SETPAYLOADSIGL)/g' \
+             -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
+             -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
+             -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
+             -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
+             -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
+             -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
+             -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
+             -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
+             -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
+             -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
+             -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
+             -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
+             -e 's/@''GNULIB_TOTALORDER''@/$(GNULIB_TOTALORDER)/g' \
+             -e 's/@''GNULIB_TOTALORDERF''@/$(GNULIB_TOTALORDERF)/g' \
+             -e 's/@''GNULIB_TOTALORDERL''@/$(GNULIB_TOTALORDERL)/g' \
+             -e 's/@''GNULIB_TOTALORDERMAG''@/$(GNULIB_TOTALORDERMAG)/g' \
+             -e 's/@''GNULIB_TOTALORDERMAGF''@/$(GNULIB_TOTALORDERMAGF)/g' \
+             -e 's/@''GNULIB_TOTALORDERMAGL''@/$(GNULIB_TOTALORDERMAGL)/g' \
+             -e 's/@''GNULIB_MDA_J0''@/$(GNULIB_MDA_J0)/g' \
+             -e 's/@''GNULIB_MDA_J1''@/$(GNULIB_MDA_J1)/g' \
+             -e 's/@''GNULIB_MDA_JN''@/$(GNULIB_MDA_JN)/g' \
+             -e 's/@''GNULIB_MDA_Y0''@/$(GNULIB_MDA_Y0)/g' \
+             -e 's/@''GNULIB_MDA_Y1''@/$(GNULIB_MDA_Y1)/g' \
+             -e 's/@''GNULIB_MDA_YN''@/$(GNULIB_MDA_YN)/g' \
+             < $@-t1 > $@-t2
+       $(AM_V_at)sed \
+             -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
+             -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
+             -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
+             -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
+             -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
+             -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
+             -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
+             -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
+             -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
+             -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
+             -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
+             -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
+             -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
+             -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
+             -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
+             -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
+             -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
+             -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
+             -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
+             -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
+             -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
+             -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
+             -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
+             -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
+             -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
+             -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
+             -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
+             -e 's|@''HAVE_GETPAYLOAD''@|$(HAVE_GETPAYLOAD)|g' \
+             -e 's|@''HAVE_GETPAYLOADF''@|$(HAVE_GETPAYLOADF)|g' \
+             -e 's|@''HAVE_GETPAYLOADL''@|$(HAVE_GETPAYLOADL)|g' \
+             -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
+             -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
+             -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
+             -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
+             -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
+             -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
+             -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
+             -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
+             -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
+             -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
+             -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
+             -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
+             -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
+             -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
+             -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
+             -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
+             -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
+             -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
+             -e 's|@''HAVE_LOGP1''@|$(HAVE_LOGP1)|g' \
+             -e 's|@''HAVE_LOGP1F''@|$(HAVE_LOGP1F)|g' \
+             -e 's|@''HAVE_LOGP1L''@|$(HAVE_LOGP1L)|g' \
+             -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
+             -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
+             -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
+             -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
+             -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
+             -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
+             -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
+             -e 's|@''HAVE_SETPAYLOAD''@|$(HAVE_SETPAYLOAD)|g' \
+             -e 's|@''HAVE_SETPAYLOADF''@|$(HAVE_SETPAYLOADF)|g' \
+             -e 's|@''HAVE_SETPAYLOADL''@|$(HAVE_SETPAYLOADL)|g' \
+             -e 's|@''HAVE_SETPAYLOADSIG''@|$(HAVE_SETPAYLOADSIG)|g' \
+             -e 's|@''HAVE_SETPAYLOADSIGF''@|$(HAVE_SETPAYLOADSIGF)|g' \
+             -e 's|@''HAVE_SETPAYLOADSIGL''@|$(HAVE_SETPAYLOADSIGL)|g' \
+             -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
+             -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
+             -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
+             -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
+             -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
+             -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
+             -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
+             -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
+             -e 's|@''HAVE_TOTALORDER''@|$(HAVE_TOTALORDER)|g' \
+             -e 's|@''HAVE_TOTALORDERF''@|$(HAVE_TOTALORDERF)|g' \
+             -e 's|@''HAVE_TOTALORDERL''@|$(HAVE_TOTALORDERL)|g' \
+             -e 's|@''HAVE_TOTALORDERMAG''@|$(HAVE_TOTALORDERMAG)|g' \
+             -e 's|@''HAVE_TOTALORDERMAGF''@|$(HAVE_TOTALORDERMAGF)|g' \
+             -e 's|@''HAVE_TOTALORDERMAGL''@|$(HAVE_TOTALORDERMAGL)|g' \
+             < $@-t2 > $@-t3
+       $(AM_V_at)sed \
+             -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
+             -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
+             -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
+             -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
+             -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
+             -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
+             -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
+             -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
+             -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
+             -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
+             -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
+             -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
+             -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
+             -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
+             -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
+             -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
+             -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
+             -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
+             -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
+             -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
+             -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
+             -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
+             -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
+             -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
+             -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
+             -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
+             -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
+             -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
+             -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
+             -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
+             -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
+             -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
+             -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
+             -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
+             -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
+             -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
+             < $@-t3 > $@-t4
+       $(AM_V_at)sed \
+             -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
+             -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
+             -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
+             -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
+             -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
+             -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
+             -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
+             -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
+             -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
+             -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
+             -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
+             -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
+             -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
+             -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
+             -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
+             -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
+             -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
+             -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
+             -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
+             -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
+             -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
+             -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
+             -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
+             -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
+             -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
+             -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
+             -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
+             -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
+             -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
+             -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
+             -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
+             -e 's|@''REPLACE_GETPAYLOAD''@|$(REPLACE_GETPAYLOAD)|g' \
+             -e 's|@''REPLACE_GETPAYLOADF''@|$(REPLACE_GETPAYLOADF)|g' \
+             -e 's|@''REPLACE_GETPAYLOADL''@|$(REPLACE_GETPAYLOADL)|g' \
+             -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
+             -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
+             -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
+             -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
+             -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
+             -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
+             -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
+             -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
+             -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
+             -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
+             -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
+             < $@-t4 > $@-t5
+       $(AM_V_at)sed \
+             -e 's|@''REPLACE_LDEXP''@|$(REPLACE_LDEXP)|g' \
+             -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
+             -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
+             -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
+             -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
+             -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
+             -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
+             -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
+             -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
+             -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
+             -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
+             -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
+             -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
+             -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
+             -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
+             -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
+             -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
+             -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
+             -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
+             -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
+             -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
+             -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
+             -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
+             -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
+             -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
+             -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
+             -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
+             -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
+             -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
+             -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
+             -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
+             -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
+             -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
+             -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
+             -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
+             -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
+             -e 's|@''REPLACE_TOTALORDER''@|$(REPLACE_TOTALORDER)|g' \
+             -e 's|@''REPLACE_TOTALORDERF''@|$(REPLACE_TOTALORDERF)|g' \
+             -e 's|@''REPLACE_TOTALORDERL''@|$(REPLACE_TOTALORDERL)|g' \
+             -e 's|@''REPLACE_TOTALORDERMAG''@|$(REPLACE_TOTALORDERMAG)|g' \
+             -e 's|@''REPLACE_TOTALORDERMAGF''@|$(REPLACE_TOTALORDERMAGF)|g' \
+             -e 's|@''REPLACE_TOTALORDERMAGL''@|$(REPLACE_TOTALORDERMAGL)|g' \
+             -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
+             -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
+             -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
+             -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
+             -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
+             -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
+             < $@-t5 > $@-t6
+       $(AM_V_at)rm -f $@-t1 $@-t2 $@-t3 $@-t4 $@-t5
+       $(AM_V_at)mv $@-t6 $@
+MOSTLYCLEANFILES += math.h math.h-t1 math.h-t2 math.h-t3 math.h-t4 math.h-t5 math.h-t6
+
+Include:
+<math.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all
diff --git a/modules/math-h-c++-tests b/modules/math-h-c++-tests
new file mode 100644 (file)
index 0000000..e955e2c
--- /dev/null
@@ -0,0 +1,21 @@
+Files:
+tests/test-math-h-c++.cc
+tests/test-math-h-c++2.cc
+tests/signature.h
+
+Status:
+c++-test
+
+Depends-on:
+ansi-c++-opt
+
+configure.ac:
+
+Makefile.am:
+if ANSICXX
+TESTS += test-math-h-c++
+check_PROGRAMS += test-math-h-c++
+test_math_h_c___SOURCES = test-math-h-c++.cc test-math-h-c++2.cc
+# These link dependencies are needed on IRIX 6.5 with cc.
+test_math_h_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
+endif
diff --git a/modules/math-h-tests b/modules/math-h-tests
new file mode 100644 (file)
index 0000000..8f5a5b9
--- /dev/null
@@ -0,0 +1,12 @@
+Files:
+tests/test-math-h.c
+tests/macros.h
+
+Depends-on:
+math-h-c++-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-math-h
+check_PROGRAMS += test-math-h
diff --git a/modules/math-tests b/modules/math-tests
deleted file mode 100644 (file)
index 6699945..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Files:
-tests/test-math.c
-tests/macros.h
-
-Depends-on:
-math-c++-tests
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-math
-check_PROGRAMS += test-math
index 58c1994e7f329d9c48405e596d8a53bf4eca92bf..2df0419acbb757507539e921ade8c2b4fedb37e5 100644 (file)
@@ -7,7 +7,7 @@ m4/modf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 isfinite        [test $REPLACE_MODF = 1]
 trunc           [test $REPLACE_MODF = 1]
 isinf           [test $REPLACE_MODF = 1]
index abee2456ca0964a496ebf3169fd2ffdd8e46b800..e5df893933306a0fd4bab8abfb1bac550860c8a9 100644 (file)
@@ -7,7 +7,7 @@ m4/modff.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 modf            [test $HAVE_MODFF = 0 || test $REPLACE_MODFF = 1]
 
index 3f33c87bfbc7ad8d26ff9bc478961d785634111c..c05304337a3561d58b9927875b8c7d1af2f133e9 100644 (file)
@@ -7,7 +7,7 @@ m4/modfl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 modf            [{ test $HAVE_MODFL = 0 || test $REPLACE_MODFL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_MODFL = 0 || test $REPLACE_MODFL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index ef52102c67760ffcede6e2fe36721d37edf63861..7e9c413dcb5fd9efc1ab6c92417c0cc5f198ce4b 100644 (file)
@@ -18,7 +18,7 @@ inttypes-h-incomplete
 langinfo-h
 locale-h
 malloc-h
-math
+math-h
 monetary
 netdb
 poll-h
index 548d488faae624f0dbfea2582593bdcc81934fcd..8fb66366d193f00a8c7a200ef3b099ff597a0c40 100644 (file)
@@ -6,7 +6,7 @@ lib/powf.c
 m4/powf.m4
 
 Depends-on:
-math
+math-h
 extensions
 pow             [test $HAVE_POWF = 0]
 
index 61758b94f181547ef1af2482cefd569b71154b44..5242858817970ec2b57a22701c3dfb9ba0e45f9d 100644 (file)
@@ -13,7 +13,7 @@ m4/ldexpl.m4
 Depends-on:
 printf-frexp    [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
-math            [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+math-h          [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fpucw           [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
 configure.ac:
index 08d7aacaabc01d989e650a17b5bb3348a326c815..e3a15830199fdb047f2f60be557895f38628e4ab 100644 (file)
@@ -7,7 +7,7 @@ m4/remainder.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 isfinite        [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
 signbit         [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
 fabs            [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
index 457619aa6e5b1922488cd744aab8be3f964d8509..e75bd1dc04bf27acbe8c8e066d3bcff8f4957ed8 100644 (file)
@@ -8,7 +8,7 @@ m4/remainderf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 remainder       [test $HAVE_REMAINDERF = 0 || test $REPLACE_REMAINDERF = 1]
 isfinite        [test $HAVE_REMAINDERF = 0 || test $REPLACE_REMAINDERF = 1]
index 27b58e69e3ec1d0aaaeed4b7cafc7eb17e31ceaf..44bcf065334583c28cf7398a6517cf396fc03d35 100644 (file)
@@ -8,7 +8,7 @@ m4/remainderl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 remainder       [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 887b3da8703937db95ea763617cb2f722193e765..6bdbbfe2323582bd765937dc7ef126f8f9c6030f 100644 (file)
@@ -7,7 +7,7 @@ m4/rint.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 
 configure.ac:
 gl_FUNC_RINT
index 85e8f7ad4398054e02dca3380870790c98337161..86d7a186f782fe9af0428673eec80047e5d2ba87 100644 (file)
@@ -8,7 +8,7 @@ m4/rintf.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 
 configure.ac:
index 3a03703afe79c8a6eb707ef52d29f85fe978a381..418466496aae3f7deb6fbfa701e787d7a03c39d7 100644 (file)
@@ -8,7 +8,7 @@ m4/rintl.m4
 m4/mathfunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 rint            [{ test $HAVE_RINTL = 0 || test $REPLACE_RINTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 
index dcefd48b72f74868506209363bae23e77108be01..c2178ff56dea3b3607cc5366aaab2591450c0201 100644 (file)
@@ -9,7 +9,7 @@ m4/floor.m4
 m4/ceil.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
 floor           [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
index 74adf5e690c8d90bd4c42935a8a0562c48dddc59..471fd20e0396d56d66e9c8be4c1b850768e4c352 100644 (file)
@@ -10,7 +10,7 @@ m4/floorf.m4
 m4/ceilf.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1]
 
index 7d394fb38e3d6d21c55c69a9e82320fff70a6460..4c8b2b4f5149ba3cc05ab97448f06b3decca541b 100644 (file)
@@ -10,7 +10,7 @@ m4/floorl.m4
 m4/ceill.m4
 
 Depends-on:
-math
+math-h
 extensions
 round           [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 032e5d4ba565aefb6659fb1e89a73932d7721817..8b09f9158a6194e1b06f953cbefb84b50cc6edf9 100644 (file)
@@ -8,7 +8,7 @@ m4/setpayload.m4
 m4/nan-mips.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_SETPAYLOAD = 0]
 stdint          [test $HAVE_SETPAYLOAD = 0]
index 5bbc78f21061c69e3974beea9662483cee89a02c..f6578544ccc68921036f8ec732863d43ed944898 100644 (file)
@@ -8,7 +8,7 @@ m4/setpayload.m4
 m4/nan-mips.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_SETPAYLOADF = 0]
 stdint          [test $HAVE_SETPAYLOADF = 0]
index 76309a0182184303d21ea26b91ee34be7af562ed..e30502771d6b508c92d407accfe6aa271302fe20 100644 (file)
@@ -9,7 +9,7 @@ m4/exponentl.m4
 m4/nan-mips.m4
 
 Depends-on:
-math
+math-h
 extensions
 setpayload      [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 5d3712645671949ba176dc00918d9684e19a3440..119c6ec9adb90e9d87cf7ea1797a6ee244fd5c85 100644 (file)
@@ -7,7 +7,7 @@ m4/mathfunc.m4
 m4/setpayloadsig.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_SETPAYLOADSIG = 0]
 stdint          [test $HAVE_SETPAYLOADSIG = 0]
index 266ec74fbe3d73546bbcc28f76b234f3998ec81c..469a84868c49c22c031510651e055120dd0bc3fd 100644 (file)
@@ -7,7 +7,7 @@ m4/mathfunc.m4
 m4/setpayloadsig.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_SETPAYLOADSIGF = 0]
 stdint          [test $HAVE_SETPAYLOADSIGF = 0]
index a051ed2e1c2dbf925e51681873b34088d047f64a..cee6a63a7e60eb38aca962fe1d9a89757cbfa475 100644 (file)
@@ -8,7 +8,7 @@ m4/setpayloadsig.m4
 m4/exponentl.m4
 
 Depends-on:
-math
+math-h
 extensions
 setpayloadsig   [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 1e7e9eaa3b37abc66978c8c3c521c03339691cf4..34649b7ec372c180616dd62a4170b12e6fc2205a 100644 (file)
@@ -9,7 +9,7 @@ lib/float+.h
 m4/signbit.m4
 
 Depends-on:
-math
+math-h
 float-h         [test $REPLACE_SIGNBIT = 1]
 isnanf-nolibm   [test $REPLACE_SIGNBIT = 1]
 isnand-nolibm   [test $REPLACE_SIGNBIT = 1]
index d7f2fe4eb9f9daaad30bc254c515d7d18c9a2cd2..818ce814e5c9a69b5bb6653c3d425bfb69af80ac 100644 (file)
@@ -6,7 +6,7 @@ lib/sinf.c
 m4/sinf.m4
 
 Depends-on:
-math
+math-h
 extensions
 sin             [test $HAVE_SINF = 0]
 
index bae16089c8601dbf8590df19015c53e989d0698b..ed2b6e408457ec5b8caa44834953fc8a49a10709 100644 (file)
@@ -6,7 +6,7 @@ lib/sinhf.c
 m4/sinhf.m4
 
 Depends-on:
-math
+math-h
 extensions
 sinh            [test $HAVE_SINHF = 0]
 
index 8ded48a22364dfa2d13b96a8950bdaf494c49300..f6a255067f01686ab8b292479dacfe5f7207ef65 100644 (file)
@@ -9,7 +9,7 @@ lib/trigl.c
 m4/sinl.m4
 
 Depends-on:
-math
+math-h
 extensions
 sin             [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 9ed57546abd4cd61793127e2ef9570fce0d12eb9..e0ac0dd3f17589d6be3101e57dacda6d4bcd0b00 100644 (file)
@@ -6,7 +6,7 @@ lib/sqrtf.c
 m4/sqrtf.m4
 
 Depends-on:
-math
+math-h
 extensions
 sqrt            [test $HAVE_SQRTF = 0]
 
index 59f2716fbf39a68187c2a224af4ecf679a7ec044..b89e88f5416f757cd602c0b339e7d53d4faadb3d 100644 (file)
@@ -6,7 +6,7 @@ lib/sqrtl.c
 m4/sqrtl.m4
 
 Depends-on:
-math
+math-h
 extensions
 sqrt            [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; }]
 float-h         [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 7fcea82a30b15da6a772385979dc7f3bf2626bb4..bd6ca7be3819258239e6c38287f05189b29e391b 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 stdlib
 strtod-obsolete
 c-ctype         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
-math            [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
+math-h          [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
 stdbool         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
 
 configure.ac:
index 12f5258366c56288c3f3944a2629c197d36ac10b..a19de194dda5413b90f415fa4369bcd73372ee8a 100644 (file)
@@ -10,7 +10,7 @@ m4/ldexpf.m4
 Depends-on:
 stdlib
 c-ctype         [test $HAVE_STRTOF = 0 || test $REPLACE_STRTOF = 1]
-math            [test $HAVE_STRTOF = 0 || test $REPLACE_STRTOF = 1]
+math-h          [test $HAVE_STRTOF = 0 || test $REPLACE_STRTOF = 1]
 stdbool         [test $HAVE_STRTOF = 0 || test $REPLACE_STRTOF = 1]
 
 configure.ac:
index ee637cb4644e4f5940dffce4941dca7c0d42515e..46f853c0754025e11855b9bbfd80e6575320fe1b 100644 (file)
@@ -11,7 +11,7 @@ m4/ldexpl.m4
 Depends-on:
 stdlib
 c-ctype         [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
-math            [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
+math-h          [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
 stdbool         [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
 strtod          [{ test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 
index 64b4cbcc7243f604d306a94ef1350bb258ba3cf3..e5576b4ba080c24be81773f751986d4585b67e6b 100644 (file)
@@ -6,7 +6,7 @@ lib/tanf.c
 m4/tanf.m4
 
 Depends-on:
-math
+math-h
 extensions
 tan             [test $HAVE_TANF = 0]
 
index 84a39162585f5ba3c8a0ced16d36b71933dc6f92..696fefbda3f905ca4316320526e184e7418b5a86 100644 (file)
@@ -6,7 +6,7 @@ lib/tanhf.c
 m4/tanhf.m4
 
 Depends-on:
-math
+math-h
 extensions
 tanh            [test $HAVE_TANHF = 0]
 
index e1c2a02ada4c1fefcbe630f3fcad3f06b474e7df..ac5182a3599582c6c1434225c3fca3f7bbf90090 100644 (file)
@@ -8,7 +8,7 @@ lib/trigl.c
 m4/tanl.m4
 
 Depends-on:
-math
+math-h
 extensions
 tan             [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index d21708e44e742814cc543f8db53e8c7907e1bfe4..b8f54963076e9398e876c5be0e571d404e7a0b19 100644 (file)
@@ -8,7 +8,7 @@ m4/totalorder.m4
 m4/nan-mips.m4
 
 Depends-on:
-math
+math-h
 extensions
 isnand          [test $HAVE_TOTALORDER = 0 || test $REPLACE_TOTALORDER = 1]
 signbit         [test $HAVE_TOTALORDER = 0 || test $REPLACE_TOTALORDER = 1]
index 7125c8a57c01638bf9b43c1c3c444da955736b6a..7918893af57632c676965967244891393f542cfb 100644 (file)
@@ -8,7 +8,7 @@ m4/totalorder.m4
 m4/nan-mips.m4
 
 Depends-on:
-math
+math-h
 extensions
 isnanf          [test $HAVE_TOTALORDERF = 0 || test $REPLACE_TOTALORDERF = 1]
 signbit         [test $HAVE_TOTALORDERF = 0 || test $REPLACE_TOTALORDERF = 1]
index 5a53536809bd6e945d8cdccb7c6b35842feb5a4a..d546d32267f2b3688e3b8311fd914f6e63db0d48 100644 (file)
@@ -9,7 +9,7 @@ m4/nan-mips.m4
 m4/signbit.m4
 
 Depends-on:
-math
+math-h
 extensions
 totalorder      [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index d5fbe620b5242e863c5aba7288dc4324579a2a85..d051a30e2536483273948958aa4b911a6967916d 100644 (file)
@@ -9,7 +9,7 @@ m4/nan-mips.m4
 m4/signbit.m4
 
 Depends-on:
-math
+math-h
 extensions
 verify          [test $HAVE_TOTALORDERMAG = 0 || test $REPLACE_TOTALORDERMAG = 1]
 isnand          [test $HAVE_TOTALORDERMAG = 0 || test $REPLACE_TOTALORDERMAG = 1]
index 0686bb4e01f4f34f2d318d4877fbd3b243d06dde..5c80c07b2b4dbb3cfa2fffb400d35b7254126b59 100644 (file)
@@ -9,7 +9,7 @@ m4/nan-mips.m4
 m4/signbit.m4
 
 Depends-on:
-math
+math-h
 extensions
 verify          [test $HAVE_TOTALORDERMAGF = 0 || test $REPLACE_TOTALORDERMAGF = 1]
 isnanf          [test $HAVE_TOTALORDERMAGF = 0 || test $REPLACE_TOTALORDERMAGF = 1]
index c21ff67e66ead1ef9d2283222f610b56d10021e7..feb1b7f3134dbd93bda0baf2c0328f94018ced17 100644 (file)
@@ -9,7 +9,7 @@ m4/nan-mips.m4
 m4/signbit.m4
 
 Depends-on:
-math
+math-h
 extensions
 totalordermag   [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 6861d792cb88b4e7b179f7e95079c80754fb0e86..2b9573d4a04c2f854e43c94a9c89cbcd7297673e 100644 (file)
@@ -6,7 +6,7 @@ lib/trunc.c
 m4/trunc.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1]
 
index f1bd9c9fede9f3feed346dcc9fda37c835abbb38..078a763a11bf9ecdb955790f0c8045d555c458ca 100644 (file)
@@ -7,7 +7,7 @@ lib/trunc.c
 m4/truncf.m4
 
 Depends-on:
-math
+math-h
 extensions
 float-h         [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
 
index 16ebd04798fee3102008127eb940e123faf219ec..5b9b8ca9bc8520824df8f3796fa84cb16447842e 100644 (file)
@@ -7,7 +7,7 @@ lib/trunc.c
 m4/truncl.m4
 
 Depends-on:
-math
+math-h
 extensions
 trunc           [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float-h         [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
similarity index 100%
rename from tests/test-math.c
rename to tests/test-math-h.c