changeset 5401:cb3afa6ab9f9

* strftime.m4: Check for wchar.h and clean up a bit.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Nov 2004 20:54:49 +0000
parents dc21343fd637
children afb82efdf199
files m4/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
+	gl_FUNC_STRFTIME.
+	(gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
+	and AC_REQUIRE when possible, to avoid duplicate checks.
+	Check for <wchar.h>.
+
 2004-11-09  Bruno Haible  <bruno@clisp.org>
 
 	* sockpfaf.m4: New file.