From: Bruno Haible Date: Sat, 25 Dec 2010 11:57:46 +0000 (+0100) Subject: roundl-ieee: Make it work on OSF/1 5.1 with cc. X-Git-Tag: v0.1~3464 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9e587fbb7b888126ecdf62a2ed968343215df2d0;hp=dcfdd254dc3d43139dc4058521287a48753b7db3;p=gnulib.git roundl-ieee: Make it work on OSF/1 5.1 with cc. * modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee. --- diff --git a/ChangeLog b/ChangeLog index 8785d1680..441724be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-12-25 Bruno Haible + 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 + 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, diff --git a/modules/roundl-ieee b/modules/roundl-ieee index e20625907..8788f3068 100644 --- a/modules/roundl-ieee +++ b/modules/roundl-ieee @@ -8,6 +8,8 @@ m4/signbit.m4 Depends-on: roundl +floorl-ieee +ceill-ieee configure.ac: gl_FUNC_ROUNDL_IEEE