changeset 4115:63f61442d79e

Small fixes.
author Bruno Haible <bruno@clisp.org>
date Tue, 31 Dec 2002 13:49:01 +0000
parents 6b3fd7e9272f
children ae49d44a9d82
files m4/xstrtol.m4 modules/strftime modules/unicodeio
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/xstrtol.m4
+++ b/m4/xstrtol.m4
@@ -27,7 +27,7 @@
   AC_CHECK_HEADERS_ONCE(limits.h string.h)
   AC_CHECK_FUNCS_ONCE(isascii)
   AC_CHECK_DECLS_ONCE(strtol strtoul)
-  AC_CHECK_DECLS(strtoimax strtoumax)
+  AC_CHECK_DECLS([strtoimax, strtoumax])
 ])
 
 # Prerequisites of lib/xstrtoul.c.
--- a/modules/strftime
+++ b/modules/strftime
@@ -2,6 +2,7 @@
 
 Files:
 lib/strftime.c
+m4/mbstate_t.m4
 m4/tm_gmtoff.m4
 m4/strftime.m4
 
--- a/modules/unicodeio
+++ b/modules/unicodeio
@@ -9,6 +9,7 @@
 iconv
 gettext
 localcharset
+error
 
 configure.ac:
 gl_UNICODEIO