warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / rintf
blob2b89142d2cf7406e60ca2bbf06d6fb575ea953ba
1 Description:
2 rintf() function: round according to the current rounding mode.
4 Files:
5 lib/rintf.c
6 lib/rint.c
7 m4/rintf.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
14 configure.ac:
15 gl_FUNC_RINTF
16 if test $HAVE_RINTF = 0; then
17   AC_LIBOBJ([rintf])
19 gl_MATH_MODULE_INDICATOR([rintf])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(RINTF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all