warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / remainder
blob6c5432bdbfcfea1fc5019650b87aaf90e84ca99d
1 Description:
2 remainder() function: floating-point remainder function.
4 Files:
5 lib/remainder.c
6 m4/remainder.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 isfinite        [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
12 signbit         [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
13 fabs            [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
14 fmod            [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
15 isnand          [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
16 isinf           [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
18 configure.ac:
19 gl_FUNC_REMAINDER
20 if test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1; then
21   AC_LIBOBJ([remainder])
23 gl_MATH_MODULE_INDICATOR([remainder])
25 Makefile.am:
27 Include:
28 <math.h>
30 Link:
31 $(REMAINDER_LIBM)
33 License:
34 LGPL
36 Maintainer:
37 all