closein: correct comments
[gnulib.git] / modules / logl
index c9b7237..8ed3c0f 100644 (file)
@@ -8,12 +8,15 @@ m4/logl.m4
 Depends-on:
 math
 extensions
-frexpl
-isnanl
-floorl
+frexpl          [test $HAVE_LOGL = 0]
+isnanl          [test $HAVE_LOGL = 0]
+floorl          [test $HAVE_LOGL = 0]
 
 configure.ac:
 gl_FUNC_LOGL
+if test $HAVE_LOGL = 0; then
+  AC_LIBOBJ([logl])
+fi
 gl_MATH_MODULE_INDICATOR([logl])
 
 Makefile.am:
@@ -25,7 +28,7 @@ Link:
 $(LOGL_LIBM)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paolo Bonzini