From: Bruno Haible Date: Tue, 31 Dec 2002 13:49:01 +0000 (+0000) Subject: Small fixes. X-Git-Tag: cvs-readonly~5061 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5e6853b8099815e07211720d30b2db1f26d8440a;p=gnulib.git Small fixes. --- diff --git a/m4/xstrtol.m4 b/m4/xstrtol.m4 index 5982fa5a1..f69680cb5 100644 --- a/m4/xstrtol.m4 +++ b/m4/xstrtol.m4 @@ -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. diff --git a/modules/strftime b/modules/strftime index 8b8d60cf2..4984306d0 100644 --- a/modules/strftime +++ b/modules/strftime @@ -2,6 +2,7 @@ Description: Files: lib/strftime.c +m4/mbstate_t.m4 m4/tm_gmtoff.m4 m4/strftime.m4 diff --git a/modules/unicodeio b/modules/unicodeio index 494bcced5..7b030ba6a 100644 --- a/modules/unicodeio +++ b/modules/unicodeio @@ -9,6 +9,7 @@ Depends-on: iconv gettext localcharset +error configure.ac: gl_UNICODEIO