warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / rint
bloba40b1457e141d998a2a99a915efb742a3ac3f3cc
1 Description:
2 rint() function: round according to the current rounding mode.
4 Files:
5 lib/rint.c
6 m4/rint.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
12 configure.ac:
13 gl_FUNC_RINT
14 if test $HAVE_RINT = 0; then
15   AC_LIBOBJ([rint])
17 gl_MATH_MODULE_INDICATOR([rint])
19 Makefile.am:
21 Include:
22 <math.h>
24 Link:
25 $(RINT_LIBM)
27 License:
28 LGPL
30 Maintainer:
31 all