Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / logb
blobbba96bb2b9b3b8bcfd0a743bd301465810af55a1
1 Description:
2 logb() function: get exponent.
4 Files:
5 lib/logb.c
6 m4/logb.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 isfinite        [test $HAVE_LOGB = 0 || test $REPLACE_LOGB = 1]
13 frexp           [test $HAVE_LOGB = 0 || test $REPLACE_LOGB = 1]
14 isnand          [test $HAVE_LOGB = 0 || test $REPLACE_LOGB = 1]
16 configure.ac:
17 gl_FUNC_LOGB
18 if test $HAVE_LOGB = 0 || test $REPLACE_LOGB = 1; then
19   AC_LIBOBJ([logb])
21 gl_MATH_MODULE_INDICATOR([logb])
23 Makefile.am:
25 Include:
26 <math.h>
28 Link:
29 $(LOGB_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all