X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsqrtl;h=65a91d7c98482c1746a4b83348c3845ea658e8b7;hb=ab2b3f6d0f52f0509361cbe7e5d61565cac00508;hp=9bfa38181e8dcb028b2759f843a64106150f67b7;hpb=f91a52116057e8f56e1af7dd58b2ded6274d60e5;p=gnulib.git diff --git a/modules/sqrtl b/modules/sqrtl index 9bfa38181..65a91d7c9 100644 --- a/modules/sqrtl +++ b/modules/sqrtl @@ -8,15 +8,15 @@ m4/sqrtl.m4 Depends-on: math extensions -sqrt [test $HAVE_SQRTL = 0] -float [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] -isnanl [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] -frexpl [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] -ldexpl [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +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; then +if test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; then AC_LIBOBJ([sqrtl]) fi gl_MATH_MODULE_INDICATOR([sqrtl])