Small fixes.
authorBruno Haible <bruno@clisp.org>
Tue, 31 Dec 2002 13:49:01 +0000 (13:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 31 Dec 2002 13:49:01 +0000 (13:49 +0000)
m4/xstrtol.m4
modules/strftime
modules/unicodeio

index 5982fa5..f69680c 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([gl_PREREQ_XSTRTOL],
   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.
index 8b8d60c..4984306 100644 (file)
@@ -2,6 +2,7 @@ Description:
 
 Files:
 lib/strftime.c
+m4/mbstate_t.m4
 m4/tm_gmtoff.m4
 m4/strftime.m4
 
index 494bcce..7b030ba 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 iconv
 gettext
 localcharset
+error
 
 configure.ac:
 gl_UNICODEIO