X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flogl;h=450b039ed8338007f41a16b0deb7c59a3319cffe;hb=72983fb6b5bd6c7de54465eea29464bb9c0276cf;hp=1f0a956881254c0757fa1f21842f2200278f8285;hpb=7073cb033569232bd515271e99c5c7cba4ffbdf5;p=gnulib.git diff --git a/modules/logl b/modules/logl index 1f0a95688..450b039ed 100644 --- a/modules/logl +++ b/modules/logl @@ -8,14 +8,14 @@ m4/logl.m4 Depends-on: math extensions -log [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] -frexpl [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] -isnanl [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] -floorl [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +log [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +frexpl [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +isnanl [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +floorl [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_LOGL -if test $HAVE_LOGL = 0; then +if test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; then AC_LIBOBJ([logl]) fi gl_MATH_MODULE_INDICATOR([logl])