roundl-ieee: Make it work on OSF/1 5.1 with cc.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 11:57:46 +0000 (12:57 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 11:57:46 +0000 (12:57 +0100)
* modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee.

ChangeLog
modules/roundl-ieee

index 8785d16..441724b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-12-25  Bruno Haible  <bruno@clisp.org>
 
+       roundl-ieee: Make it work on OSF/1 5.1 with cc.
+       * modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee.
+
+2010-12-25  Bruno Haible  <bruno@clisp.org>
+
        truncl-ieee: Make it work on OSF/1 5.1 with cc.
        * doc/posix-functions/truncl.texi: Mention the OSF/1 5.1 bug.
        * m4/truncl.m4 (gl_FUNC_TRUNCL): If gl_FUNC_TRUNCL_IEEE is also used,
index e206259..8788f30 100644 (file)
@@ -8,6 +8,8 @@ m4/signbit.m4
 
 Depends-on:
 roundl
+floorl-ieee
+ceill-ieee
 
 configure.ac:
 gl_FUNC_ROUNDL_IEEE