getcwd: fix test failures on mingw
[gnulib.git] / modules / ceill
1 Description:
2 ceill() function: round towards positive infinity.
3
4 Files:
5 lib/ceill.c
6 lib/ceil.c
7 m4/ceill.m4
8
9 Depends-on:
10 math
11 extensions
12 float           [test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1]
13
14 configure.ac:
15 gl_FUNC_CEILL
16 if test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; then
17   AC_LIBOBJ([ceill])
18 fi
19 gl_MATH_MODULE_INDICATOR([ceill])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(CEILL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34