warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / acosf
blob647b05ec77849f89256de8c87ad3636e9e891d61
1 Description:
2 acosf() function: inverse cosine function.
4 Files:
5 lib/acosf.c
6 m4/acosf.m4
8 Depends-on:
9 math
10 extensions
11 acos            [test $HAVE_ACOSF = 0]
13 configure.ac:
14 gl_FUNC_ACOSF
15 if test $HAVE_ACOSF = 0; then
16   AC_LIBOBJ([acosf])
18 gl_MATH_MODULE_INDICATOR([acosf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(ACOSF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all