mbrlen: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / isinf.m4
index 6edf48697d366faf02a539d72efbf22fed3ea6a8..f6056e61034b9fb57d8600ff7b23a17bc2d98085 100644 (file)
@@ -1,5 +1,5 @@
-# isinf.m4 serial 2
-dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
+# isinf.m4 serial 4
+dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -24,10 +24,9 @@ AC_DEFUN([gl_ISINF],
   if test "$ac_cv_have_decl_isinf" != yes ||
      test "$ISINF_LIBM" = missing; then
     REPLACE_ISINF=1
-    AC_LIBOBJ([isinf])
+    dnl No libraries are needed to link lib/isinf.c.
     ISINF_LIBM=
   fi
-  AC_SUBST([REPLACE_ISINF])
   AC_SUBST([ISINF_LIBM])
 ])