maint.mk: use more readable (yet functionally equivalent) quoting
[gnulib.git] / modules / rintf
1 Description:
2 rintf() function: round according to the current rounding mode.
3
4 Files:
5 lib/rintf.c
6 lib/rint.c
7 m4/rintf.m4
8 m4/mathfunc.m4
9
10 Depends-on:
11 math
12
13 configure.ac:
14 gl_FUNC_RINTF
15 if test $HAVE_RINTF = 0; then
16   AC_LIBOBJ([rintf])
17 fi
18 gl_MATH_MODULE_INDICATOR([rintf])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(RINTF_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible