X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Froundl;h=91671f4411ac460a154a4ed854cbc084640646af;hb=a49d519a875d441918b7bcb292d7d046cc7853ac;hp=1edce04b8b0c205a7cad417dc9f7c34cdc240d71;hpb=7094a1e0d56aa303077cc0bccaa559a28e613ade;p=gnulib.git diff --git a/modules/roundl b/modules/roundl index 1edce04b8..91671f441 100644 --- a/modules/roundl +++ b/modules/roundl @@ -6,14 +6,19 @@ lib/round.c lib/roundl.c m4/check-math-lib.m4 m4/roundl.m4 +m4/floorl.m4 +m4/ceill.m4 Depends-on: -float math extensions +float [test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1] configure.ac: gl_FUNC_ROUNDL +if test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; then + AC_LIBOBJ([roundl]) +fi gl_MATH_MODULE_INDICATOR([roundl]) Makefile.am: