sys_utsname: Add support for Minix.
[gnulib.git] / modules / expl
index 3870440..ed377c3 100644 (file)
@@ -8,11 +8,14 @@ m4/expl.m4
 Depends-on:
 math
 extensions
-float
-floorl
+float           [test $HAVE_EXPL = 0]
+floorl          [test $HAVE_EXPL = 0]
 
 configure.ac:
 gl_FUNC_EXPL
+if test $HAVE_EXPL = 0; then
+  AC_LIBOBJ([expl])
+fi
 gl_MATH_MODULE_INDICATOR([expl])
 
 Makefile.am:
@@ -24,7 +27,7 @@ Link:
 $(EXPL_LIBM)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paolo Bonzini