posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / log2l
blob8cc342786ee6efede1acedec6d69d8e515386f86
1 Description:
2 log2() function: base 2 logarithm.
4 Files:
5 lib/log2l.c
6 m4/log2l.m4
8 Depends-on:
9 math
10 extensions
11 log2            [{ test $HAVE_LOG2L = 0 || test $REPLACE_LOG2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isnanl          [{ test $HAVE_LOG2L = 0 || test $REPLACE_LOG2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 frexpl          [{ test $HAVE_LOG2L = 0 || test $REPLACE_LOG2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 logl            [{ test $HAVE_LOG2L = 0 || test $REPLACE_LOG2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 configure.ac:
17 gl_FUNC_LOG2L
18 if test $HAVE_LOG2L = 0 || test $REPLACE_LOG2L = 1; then
19   AC_LIBOBJ([log2l])
21 gl_MATH_MODULE_INDICATOR([log2l])
23 Makefile.am:
25 Include:
26 <math.h>
28 Link:
29 $(LOG2L_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all