Hash :
fd666d4a
Author :
Date :
2011-05-21T11:45:16
cosl: Move AC_LIBOBJ invocations to module description. * m4/cosl.m4 (gl_FUNC_COSL): Move AC_LIBOBJ invocations from here... * modules/cosl (configure.ac): ... to here.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Description:
cosl() function: cosine function with long double argument.
Files:
lib/cosl.c
lib/trigl.h
lib/sincosl.c
lib/trigl.c
m4/cosl.m4
Depends-on:
math
extensions
float [test $HAVE_COSL = 0]
isnanl [test $HAVE_COSL = 0]
floor [test $HAVE_COSL = 0]
floorl [test $HAVE_COSL = 0]
configure.ac:
gl_FUNC_COSL
if test $HAVE_COSL = 0; then
AC_LIBOBJ([cosl])
AC_LIBOBJ([sincosl])
AC_LIBOBJ([trigl])
fi
gl_MATH_MODULE_INDICATOR([cosl])
Makefile.am:
Include:
<math.h>
Link:
$(ACOSL_LIBM)
License:
LGPL
Maintainer:
Paolo Bonzini