X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftanl;h=c91c6fe023fb41660009a01026a7747236acb7e6;hb=c43cc7b973f4daf0c59368ae52e130dfd12ce8d6;hp=7840dc18b98a460e3bdd6be0cc03ddc4b4c02d94;hpb=721f56dcf49f8f004f609cc966f876922faad1a8;p=gnulib.git diff --git a/modules/tanl b/modules/tanl index 7840dc18b..c91c6fe02 100644 --- a/modules/tanl +++ b/modules/tanl @@ -10,13 +10,20 @@ m4/tanl.m4 Depends-on: math extensions -float [test $HAVE_TANL = 0] -isnanl [test $HAVE_TANL = 0] -floor [test $HAVE_TANL = 0] -floorl [test $HAVE_TANL = 0] +tan [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +float [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +isnanl [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +floor [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +floorl [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_TANL +if test $HAVE_TANL = 0; then + AC_LIBOBJ([tanl]) + if test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0; then + AC_LIBOBJ([trigl]) + fi +fi gl_MATH_MODULE_INDICATOR([tanl]) Makefile.am: