expl: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / expl
1 Description:
2 expl() function: exponential function with long double argument.
3
4 Files:
5 lib/expl.c
6 m4/expl.m4
7
8 Depends-on:
9 math
10 extensions
11 float           [test $HAVE_EXPL = 0]
12 floorl          [test $HAVE_EXPL = 0]
13
14 configure.ac:
15 gl_FUNC_EXPL
16 if test $HAVE_EXPL = 0; then
17   AC_LIBOBJ([expl])
18 fi
19 gl_MATH_MODULE_INDICATOR([expl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(EXPL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Paolo Bonzini