Hash :
22abbd28
Author :
Date :
2011-05-21T11:36:27
expl: Move AC_LIBOBJ invocations to module description. * m4/expl.m4 (gl_FUNC_EXPL): Move AC_LIBOBJ invocation from here... * modules/expl (configure.ac): ... to here.
Description:
expl() function: exponential function with long double argument.
Files:
lib/expl.c
m4/expl.m4
Depends-on:
math
extensions
float [test $HAVE_EXPL = 0]
floorl [test $HAVE_EXPL = 0]
configure.ac:
gl_FUNC_EXPL
if test $HAVE_EXPL = 0; then
AC_LIBOBJ([expl])
fi
gl_MATH_MODULE_INDICATOR([expl])
Makefile.am:
Include:
<math.h>
Link:
$(EXPL_LIBM)
License:
LGPL
Maintainer:
Paolo Bonzini