X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fround;h=c057822221cbce808da28df2e71cc62fa62fd84e;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=0dd2526f8719aa224edf15e37e758366a0a08391;hpb=980d2709cea1e46299cb5b4f74f7c7a95d07ef06;p=gnulib.git diff --git a/modules/round b/modules/round index 0dd2526f8..c05782222 100644 --- a/modules/round +++ b/modules/round @@ -3,17 +3,22 @@ round() function: round toward nearest, breaking ties away from zero. Files: lib/round.c -m4/check-libm-func.m4 +m4/check-math-lib.m4 m4/round.m4 +m4/floor.m4 +m4/ceil.m4 Depends-on: -float -floor math extensions +float [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1] +floor [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1] configure.ac: gl_FUNC_ROUND +if test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1; then + AC_LIBOBJ([round]) +fi gl_MATH_MODULE_INDICATOR([round]) Makefile.am: