X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flogl;h=450b039ed8338007f41a16b0deb7c59a3319cffe;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=c9b7237dc2cc35504f8283a2f6e31fe29305881e;hpb=692679fcbebba0095bae0f1f1a99bd1f0f5a0476;p=gnulib.git diff --git a/modules/logl b/modules/logl index c9b7237dc..450b039ed 100644 --- a/modules/logl +++ b/modules/logl @@ -8,12 +8,16 @@ m4/logl.m4 Depends-on: math extensions -frexpl -isnanl -floorl +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