X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ftruncl;h=f02d61e0cfe26918bd5d3b76aa76b980b9cde448;hb=df8a96fcfa9c99e4de7329f55365b6a3c36feba7;hp=808c63ed84184a1624c69aedf4d844766e41129a;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/truncl b/modules/truncl index 808c63ed8..f02d61e0c 100644 --- a/modules/truncl +++ b/modules/truncl @@ -9,10 +9,14 @@ m4/truncl.m4 Depends-on: math extensions -float [test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1] +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: