read-file: Don't occupy too much unused memory.
[gnulib.git] / m4 / isinf.m4
index 3d94231..6a24123 100644 (file)
@@ -1,5 +1,5 @@
-# isinf.m4 serial 2
-dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
+# isinf.m4 serial 3
+dnl Copyright (C) 2007-2010 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.
@@ -27,7 +27,6 @@ AC_DEFUN([gl_ISINF],
     AC_LIBOBJ([isinf])
     ISINF_LIBM=
   fi
-  AC_SUBST([REPLACE_ISINF])
   AC_SUBST([ISINF_LIBM])
 ])
 
@@ -44,6 +43,6 @@ AC_DEFUN([gl_ISINFL_WORKS],
                                      [[return !!isinf(LDBL_MAX);]])],
                     [gl_cv_func_isinfl_works=yes],
                     [gl_cv_func_isinfl_works=no],
-                   [gl_cv_func_isinfl_works="guessing no"])
+                    [gl_cv_func_isinfl_works="guessing no"])
     ])
 ])