changeset 14023:e9ece819f6cd

roundl-ieee: Make it work on OSF/1 5.1 with cc. * modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee.
author Bruno Haible <bruno@clisp.org>
date Sat, 25 Dec 2010 12:57:46 +0100
parents d7ccab3aa576
children 872c921488fd
files ChangeLog modules/roundl-ieee
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
--- a/modules/roundl-ieee
+++ b/modules/roundl-ieee
@@ -8,6 +8,8 @@
 
 Depends-on:
 roundl
+floorl-ieee
+ceill-ieee
 
 configure.ac:
 gl_FUNC_ROUNDL_IEEE