isfinite: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / isfinite
index 00f3e872240dbb432ee985a37d25a0891c0ac37f..3ef560930c091f26dc874a94892688296fe9b0e8 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