X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Froundl;h=22486ab7791930e3fd06bdb3cca5cf8e9fa0a032;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=1edce04b8b0c205a7cad417dc9f7c34cdc240d71;hpb=7094a1e0d56aa303077cc0bccaa559a28e613ade;p=gnulib.git diff --git a/modules/roundl b/modules/roundl index 1edce04b8..22486ab77 100644 --- a/modules/roundl +++ b/modules/roundl @@ -6,14 +6,20 @@ lib/round.c lib/roundl.c m4/check-math-lib.m4 m4/roundl.m4 +m4/floorl.m4 +m4/ceill.m4 Depends-on: -float math extensions +round [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +float [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_ROUNDL +if test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; then + AC_LIBOBJ([roundl]) +fi gl_MATH_MODULE_INDICATOR([roundl]) Makefile.am: