doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / logl
index c9b7237..450b039 100644 (file)
@@ -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