warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / logbf
blobc7eb47683b7bd172407680ddcc468ed6facd6e73
1 Description:
2 logbf() function: get exponent.
4 Files:
5 lib/logbf.c
6 lib/logb.c
7 m4/logbf.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 isfinite        [test $HAVE_LOGBF = 0 || test $REPLACE_LOGBF = 1]
14 frexpf          [test $HAVE_LOGBF = 0 || test $REPLACE_LOGBF = 1]
15 isnanf          [test $HAVE_LOGBF = 0 || test $REPLACE_LOGBF = 1]
17 configure.ac:
18 gl_FUNC_LOGBF
19 if test $HAVE_LOGBF = 0 || test $REPLACE_LOGBF = 1; then
20   AC_LIBOBJ([logbf])
22 gl_MATH_MODULE_INDICATOR([logbf])
24 Makefile.am:
26 Include:
27 <math.h>
29 Link:
30 $(LOGBF_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 all