stdbit: don’t assume -DHAVE_CONFIG_H
[gnulib.git] / modules / asinl
blobaf0ba38daeee9505ec4cedc506c759c668d3c2ba
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 gl_CONDITIONAL([GL_COND_OBJ_ASINL], [test $HAVE_ASINL = 0])
17 gl_MATH_MODULE_INDICATOR([asinl])
19 Makefile.am:
20 if GL_COND_OBJ_ASINL
21 lib_SOURCES += asinl.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(ASINL_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 Paolo Bonzini