fmodl-ieee: Work around test failures on OSF/1, MSVC 9.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 13:19:01 +0000 (14:19 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 13:19:01 +0000 (14:19 +0100)
commitf7689fa092730638d75ad42b055aa8572ee92907
treee01f27e507e46cad28e865da2d60d7792230997c
parent6a43f7b2199b69e39f804fd7b432f86f10c66e0e
fmodl-ieee: Work around test failures on OSF/1, MSVC 9.

* m4/fmodl-ieee.m4: New file.
* m4/fmodl.m4 (gl_FUNC_FMODL): If gl_FUNC_FMODL_IEEE is present, test
whether fmodl works with zero arguments. Replace it if not.
* modules/fmodl-ieee (Files): Add m4/fmodl-ieee.m4.
(Depends-on): Add fmod-ieee.
(configure.ac): Invoke gl_FUNC_FMODL_IEEE.
* doc/posix-functions/fmodl.texi: Mention the fmodl-ieee module.
ChangeLog
doc/posix-functions/fmodl.texi
m4/fmodl-ieee.m4 [new file with mode: 0644]
m4/fmodl.m4
modules/fmodl-ieee