X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fremainder;h=721707f0d3f9559b274e88e3541c119a58046474;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=36d75bdc160c81dbcaa85466e017a06612d98653;hpb=692679fcbebba0095bae0f1f1a99bd1f0f5a0476;p=gnulib.git diff --git a/modules/remainder b/modules/remainder index 36d75bdc1..721707f0d 100644 --- a/modules/remainder +++ b/modules/remainder @@ -2,12 +2,25 @@ Description: remainder() function: floating-point remainder function. Files: +lib/remainder.c +m4/remainder.m4 m4/mathfunc.m4 Depends-on: +math +isfinite [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1] +signbit [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1] +fabs [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1] +fmod [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1] +isnand [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1] +isinf [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1] configure.ac: -gl_COMMON_DOUBLE_MATHFUNC([remainder]) +gl_FUNC_REMAINDER +if test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1; then + AC_LIBOBJ([remainder]) +fi +gl_MATH_MODULE_INDICATOR([remainder]) Makefile.am: