warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / asinl
blob8abb65b85ad2ab122f5e7a7538400b17e78b42c1
1 Description:
2 asinl() function: inverse sine function with long double argument.
4 Files:
5 lib/asinl.c
6 m4/asinl.m4
8 Depends-on:
9 math
10 extensions
11 asin            [test $HAVE_ASINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 sqrtl           [test $HAVE_ASINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 configure.ac:
15 gl_FUNC_ASINL
16 if test $HAVE_ASINL = 0; then
17   AC_LIBOBJ([asinl])
19 gl_MATH_MODULE_INDICATOR([asinl])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(ASINL_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 Paolo Bonzini