X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftanl;h=ce1f20d73a97bdb30ff532c478082cf72a6ce9c3;hb=3e460831579f03b5f96703073b02052478b854df;hp=b00fd1bd512a51e952bc8d5924232331362f432e;hpb=73e329f11142c2804e42825e1590041d68dbb6e9;p=gnulib.git diff --git a/modules/tanl b/modules/tanl index b00fd1bd5..ce1f20d73 100644 --- a/modules/tanl +++ b/modules/tanl @@ -10,13 +10,17 @@ m4/tanl.m4 Depends-on: math extensions -float -isnanl -floor -floorl +float [test $HAVE_TANL = 0] +isnanl [test $HAVE_TANL = 0] +floor [test $HAVE_TANL = 0] +floorl [test $HAVE_TANL = 0] configure.ac: gl_FUNC_TANL +if test $HAVE_TANL = 0; then + AC_LIBOBJ([tanl]) + AC_LIBOBJ([trigl]) +fi gl_MATH_MODULE_INDICATOR([tanl]) Makefile.am: @@ -28,7 +32,7 @@ Link: $(TANL_LIBM) License: -GPL +LGPL Maintainer: Paolo Bonzini