X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsqrtl;h=65a91d7c98482c1746a4b83348c3845ea658e8b7;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=d4886665afe1add8d90f92f2867c2e65a8440c97;hpb=73e329f11142c2804e42825e1590041d68dbb6e9;p=gnulib.git diff --git a/modules/sqrtl b/modules/sqrtl index d4886665a..65a91d7c9 100644 --- a/modules/sqrtl +++ b/modules/sqrtl @@ -8,14 +8,17 @@ m4/sqrtl.m4 Depends-on: math extensions -float -isnanl -frexpl -ldexpl -sqrt +sqrt [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; }] +float [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +isnanl [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +frexpl [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +ldexpl [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_SQRTL +if test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; then + AC_LIBOBJ([sqrtl]) +fi gl_MATH_MODULE_INDICATOR([sqrtl]) Makefile.am: @@ -27,7 +30,7 @@ Link: $(SQRTL_LIBM) License: -GPL +LGPL Maintainer: Paolo Bonzini