X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftruncl;h=f02d61e0cfe26918bd5d3b76aa76b980b9cde448;hb=6a0fd2e2d7d6a7e787ada21ffbe5f8ac0e3a06f1;hp=d3d88847aea46c907ffd3cd6356b33d682cc3006;hpb=07ee175667124bb43729b90936eaf2ebe523f368;p=gnulib.git diff --git a/modules/truncl b/modules/truncl index d3d88847a..f02d61e0c 100644 --- a/modules/truncl +++ b/modules/truncl @@ -9,10 +9,14 @@ m4/truncl.m4 Depends-on: math extensions -float +trunc [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +float [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_TRUNCL +if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then + AC_LIBOBJ([truncl]) +fi gl_MATH_MODULE_INDICATOR([truncl]) Makefile.am: