warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / expm1
blobef647333200e3827c8530ff0d16d1785ed203ac9
1 Description:
2 expm1() function: exponential function minus one.
4 Files:
5 lib/expm1.c
6 m4/expm1.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 isnand          [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
13 exp             [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
14 round           [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
15 ldexp           [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
17 configure.ac:
18 gl_FUNC_EXPM1
19 if test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1; then
20   AC_LIBOBJ([expm1])
22 gl_MATH_MODULE_INDICATOR([expm1])
24 Makefile.am:
26 Include:
27 <math.h>
29 Link:
30 $(EXPM1_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 all