X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Froundl;h=22486ab7791930e3fd06bdb3cca5cf8e9fa0a032;hb=a2d14e0a98bd1ccaed9f860c4988e59581293a0b;hp=516ee0b5dfca292d8032a3dc034e0eca22f8bcb4;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/roundl b/modules/roundl index 516ee0b5d..22486ab77 100644 --- a/modules/roundl +++ b/modules/roundl @@ -12,10 +12,14 @@ m4/ceill.m4 Depends-on: math extensions -float [test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1] +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: