Rename gl_TMPFILE.
[pspp] / m4 / strtod.m4
index 3bc87702581bb555f621384f95e32f78a0f4c2d1..6b2d73176bf3a7d8b02607aed385588301f3d17b 100644 (file)
@@ -1,5 +1,5 @@
 # strtod.m4 serial 13
-dnl Copyright (C) 2002-2003, 2006-2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2006-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.
@@ -73,9 +73,9 @@ numeric_equal (double x, double y)
       return 1;
   }
 ]])],
-       [gl_cv_func_strtod_works=yes],
-       [gl_cv_func_strtod_works=no],
-       [gl_cv_func_strtod_works="guessing no"])])
+        [gl_cv_func_strtod_works=yes],
+        [gl_cv_func_strtod_works=no],
+        [gl_cv_func_strtod_works="guessing no"])])
     if test "$gl_cv_func_strtod_works" != yes; then
       REPLACE_STRTOD=1
       gl_PREREQ_STRTOD