]> Savannah Git Hosting - gnulib.git/commit
roundl: Fix a link error on Linux/powerpc64le.
authorBruno Haible <bruno@clisp.org>
Fri, 5 Apr 2024 14:04:59 +0000 (16:04 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 8 Apr 2024 11:18:06 +0000 (13:18 +0200)
commit829aec1e2f23504b12cd982e6d13dd6eef52e8b1
treebc1648853aa2033d91482a67e4ca815f82cbb84c
parentabedf15f5f88d4618e65cba99f22c2ceea825a3d
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