X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fround;h=c057822221cbce808da28df2e71cc62fa62fd84e;hb=9f15e6702a27649a59263a7ed571805a979d9e70;hp=7d1110f16dfa5de349f445e44b47ec9c5f986de7;hpb=7094a1e0d56aa303077cc0bccaa559a28e613ade;p=gnulib.git diff --git a/modules/round b/modules/round index 7d1110f16..c05782222 100644 --- a/modules/round +++ b/modules/round @@ -5,15 +5,20 @@ Files: lib/round.c 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: