ceill-ieee: Make it work on OSF/1 5.1 with cc.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 11:03:18 +0000 (12:03 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 11:03:18 +0000 (12:03 +0100)
commit5fa8dede5f9d5dfa45972829942ee0b3ee726779
treeaf62194b6247b6e9dd9a48e5f89d1e4f2df7810e
parent438d74b6b96ac7ccce6791556fe5e27f0e8f7ed8
ceill-ieee: Make it work on OSF/1 5.1 with cc.

* doc/posix-functions/ceill.texi: Mention the OSF/1 5.1 bug.
* m4/ceill.m4 (gl_FUNC_CEILL): If gl_FUNC_CEILL_IEEE is also used,
test whether ceill works according to ISO C 99 with IEC 60559.
* m4/ceill-ieee.m4: New file.
* modules/ceill-ieee (Files): Add it and m4/minus-zero.m4,
m4/signbit.m4.
(configure.ac): Invoke gl_FUNC_CEILL_IEEE.
ChangeLog
doc/posix-functions/ceill.texi
m4/ceill-ieee.m4 [new file with mode: 0644]
m4/ceill.m4
modules/ceill-ieee