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