remainderl: Don't override undeclared system function on IRIX 6.5.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 02:21:38 +0000 (03:21 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 02:21:38 +0000 (03:21 +0100)
commitdf8a96fcfa9c99e4de7329f55365b6a3c36feba7
tree0d7f89f6532df563fedc48146e27b0f2ff81fbe3
parente660a47d371278b8d4ba7f227c5df451984cfe5b
remainderl: Don't override undeclared system function on IRIX 6.5.

* lib/math.in.h (remainderl): Test HAVE_DECL_REMAINDERL, not
HAVE_REMAINDERL.
* m4/remainderl.m4 (gl_FUNC_REMAINDERL): Don't assume remainderl() is
declared when it exists. Set HAVE_DECL_REMAINDERL.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_REMAINDERL,
not HAVE_REMAINDERL.
* modules/math (Makefile.am): Substitute HAVE_DECL_REMAINDERL, not
HAVE_REMAINDERL.
* doc/posix-functions/remainderl.texi: Mention missing declaration
problem.
ChangeLog
doc/posix-functions/remainderl.texi
lib/math.in.h
m4/math_h.m4
m4/remainderl.m4
modules/math