warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / ceilf
blobfc04351d0e26a2f0bdbcd5b79f009a3ecc93882c
1 Description:
2 ceilf() function: round towards positive infinity.
4 Files:
5 lib/ceilf.c
6 lib/ceil.c
7 m4/ceilf.m4
9 Depends-on:
10 math
11 extensions
12 float           [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
14 configure.ac:
15 gl_FUNC_CEILF
16 if test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1; then
17   AC_LIBOBJ([ceilf])
19 gl_MATH_MODULE_INDICATOR([ceilf])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(CEILF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all