warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / acosl
blob2ca9ebe8759d409305df7d06055bbe5035cf391d
1 Description:
2 acosl() function: inverse cosine function with long double argument.
4 Files:
5 lib/acosl.c
6 m4/acosl.m4
8 Depends-on:
9 math
10 extensions
11 acos            [test $HAVE_ACOSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 asinl           [test $HAVE_ACOSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 sqrtl           [test $HAVE_ACOSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_ACOSL
17 if test $HAVE_ACOSL = 0; then
18   AC_LIBOBJ([acosl])
20 gl_MATH_MODULE_INDICATOR([acosl])
22 Makefile.am:
24 Include:
25 <math.h>
27 Link:
28 $(ACOSL_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 Paolo Bonzini