Revert "error: make the module depend on vfprintf-posix"
[gnulib.git] / modules / isfinite
index 00f3e87..3ef5609 100644 (file)
@@ -15,6 +15,9 @@ isnanl-nolibm   [test $REPLACE_ISFINITE = 1]
 
 configure.ac:
 gl_ISFINITE
+if test $REPLACE_ISFINITE = 1; then
+  AC_LIBOBJ([isfinite])
+fi
 gl_MATH_MODULE_INDICATOR([isfinite])
 
 Makefile.am:
@@ -23,7 +26,7 @@ Include:
 <math.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Ben Pfaff