X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fremainder;h=721707f0d3f9559b274e88e3541c119a58046474;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=9d25419f623b1ab8302e954bdce7aefecf55f9ee;hpb=71c045ff3f67af2324da06ac4b676805590ed316;p=gnulib.git diff --git a/modules/remainder b/modules/remainder index 9d25419f6..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_MATHFUNC([remainder], [double], [(double, double)]) +gl_FUNC_REMAINDER +if test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1; then + AC_LIBOBJ([remainder]) +fi +gl_MATH_MODULE_INDICATOR([remainder]) Makefile.am: