Hash :
226af953
Author :
Date :
2011-05-21T10:52:34
floor: Respect rules for use of AC_LIBOBJ. * m4/floor.m4 (gl_FUNC_FLOOR): Move AC_LIBOBJ invocation from here... * modules/floor (configure.ac): ... to here.
Description:
floor() function: round towards negative infinity.
Files:
lib/floor.c
m4/floor.m4
Depends-on:
math
float [test $REPLACE_FLOOR = 1]
configure.ac:
gl_FUNC_FLOOR
if test $REPLACE_FLOOR = 1; then
AC_LIBOBJ([floor])
fi
gl_MATH_MODULE_INDICATOR([floor])
Makefile.am:
Include:
<math.h>
Link:
$(FLOOR_LIBM)
License:
LGPL
Maintainer:
Bruno Haible