warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fmodf
blob2d65f4378587c19a6b3bc7b702d9648194a5b551
1 Description:
2 fmodf() function: floating-point remainder function.
4 Files:
5 lib/fmodf.c
6 m4/fmodf.m4
8 Depends-on:
9 math
10 extensions
11 fmod            [test $HAVE_FMODF = 0 || test $REPLACE_FMODF = 1]
13 configure.ac:
14 gl_FUNC_FMODF
15 if test $HAVE_FMODF = 0 || test $REPLACE_FMODF = 1; then
16   AC_LIBOBJ([fmodf])
18 gl_MATH_MODULE_INDICATOR([fmodf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(FMODF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all