posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / round
blobc057822221cbce808da28df2e71cc62fa62fd84e
1 Description:
2 round() function: round toward nearest, breaking ties away from zero.
4 Files:
5 lib/round.c
6 m4/check-math-lib.m4
7 m4/round.m4
8 m4/floor.m4
9 m4/ceil.m4
11 Depends-on:
12 math
13 extensions
14 float           [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
15 floor           [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
17 configure.ac:
18 gl_FUNC_ROUND
19 if test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1; then
20   AC_LIBOBJ([round])
22 gl_MATH_MODULE_INDICATOR([round])
24 Makefile.am:
26 Include:
27 <math.h>
29 Link:
30 $(ROUND_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 Ben Pfaff