roundl: Fix a link error on Linux/powerpc64le.
commitcb1827fbd622802299a0956a33836d4df1732654
authorBruno Haible <bruno@clisp.org>
Fri, 5 Apr 2024 14:04:59 +0000 (5 16:04 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 5 Apr 2024 14:04:59 +0000 (5 16:04 +0200)
tree122dd6e8f42408cfd1d8c4064607062e87a5f874
parentbf89ba2f41559a48fa3ea4f9e544fec8f6d35241
roundl: Fix a link error on Linux/powerpc64le.

* m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Accept an additional TYPE
argument.
* m4/isfinite.m4 (gl_ISFINITE): Use the type 'double'.
* m4/isinf.m4 (gl_ISINF): Likewise.
* m4/round.m4 (gl_FUNC_ROUND): Likewise.
* m4/roundf.m4 (gl_FUNC_ROUNDF): Use the type 'float'.
* m4/roundl.m4 (gl_FUNC_ROUNDL): Use the type 'long double'.
ChangeLog
m4/check-math-lib.m4
m4/isfinite.m4
m4/isinf.m4
m4/round.m4
m4/roundf.m4
m4/roundl.m4