* c-strtod.m4 (gl_C99_STRTOLD): New macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 08:36:54 +0000 (08:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 08:36:54 +0000 (08:36 +0000)
(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).

m4/ChangeLog

index 927e8fa..0cf0603 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * c-strtod.m4 (gl_C99_STRTOLD): New macro.
+       (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
+
 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.