X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flogl;h=450b039ed8338007f41a16b0deb7c59a3319cffe;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=7883f444e09c13e92bb9c1c5ce37a331f4755921;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/logl b/modules/logl index 7883f444e..450b039ed 100644 --- a/modules/logl +++ b/modules/logl @@ -8,12 +8,16 @@ m4/logl.m4 Depends-on: math extensions -frexpl [test $HAVE_LOGL = 0] -isnanl [test $HAVE_LOGL = 0] -floorl [test $HAVE_LOGL = 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 || test $REPLACE_LOGL = 1; then + AC_LIBOBJ([logl]) +fi gl_MATH_MODULE_INDICATOR([logl]) Makefile.am: @@ -25,7 +29,7 @@ Link: $(LOGL_LIBM) License: -GPL +LGPL Maintainer: Paolo Bonzini