maint.mk: avoid spurious failure of _sc_search_regexp-using tests
[gnulib.git] / modules / cbrtl
1 Description:
2 cbrtl() function: cube root.
3
4 Files:
5 lib/cbrtl.c
6 m4/cbrtl.m4
7 m4/cbrt.m4
8 m4/mathfunc.m4
9
10 Depends-on:
11 math
12 cbrt            [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 isfinite        [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 frexpl          [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 ldexpl          [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16
17 configure.ac:
18 gl_FUNC_CBRTL
19 if test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; then
20   AC_LIBOBJ([cbrtl])
21 fi
22 gl_MATH_MODULE_INDICATOR([cbrtl])
23
24 Makefile.am:
25
26 Include:
27 <math.h>
28
29 Link:
30 $(CBRTL_LIBM)
31
32 License:
33 LGPL
34
35 Maintainer:
36 Bruno Haible