added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / logb
1 Description:
2 logb() function: get exponent.
3
4 Files:
5 m4/logb.m4
6 m4/mathfunc.m4
7
8 Depends-on:
9 math
10
11 configure.ac:
12 gl_FUNC_LOGB
13 gl_MATH_MODULE_INDICATOR([logb])
14
15 Makefile.am:
16
17 Include:
18 <math.h>
19
20 Link:
21 $(LOGB_LIBM)
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible