posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / ceill
blob49a5e765b930efd1b7a46c7fe4c552c2bcd2250d
1 Description:
2 ceill() function: round towards positive infinity.
4 Files:
5 lib/ceill.c
6 lib/ceil.c
7 m4/ceill.m4
9 Depends-on:
10 math
11 extensions
12 ceil            [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 float           [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_CEILL
17 if test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; then
18   AC_LIBOBJ([ceill])
20 gl_MATH_MODULE_INDICATOR([ceill])
22 Makefile.am:
24 Include:
25 <math.h>
27 Link:
28 $(CEILL_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all