Remove old, dead code in last commit.
[gnulib.git] / m4 / strtod.m4
index 5d52617..caaaa4b 100644 (file)
@@ -1,6 +1,5 @@
-# strtod.m4 serial 9
-dnl Copyright (C) 2002, 2003, 2006, 2007, 2008 Free Software
-dnl Foundation, Inc.
+# strtod.m4 serial 10
+dnl Copyright (C) 2002-2003, 2006-2009 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.
@@ -9,7 +8,7 @@ AC_DEFUN([gl_FUNC_STRTOD],
 [
   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
   AC_FUNC_STRTOD
-  dnl Note: AC_FUNC_STRTOD does AC_LIBOBJ(strtod).
+  dnl Note: AC_FUNC_STRTOD does AC_LIBOBJ([strtod]).
   if test $ac_cv_func_strtod = no; then
     HAVE_STRTOD=0
     REPLACE_STRTOD=1