From: Paul Eggert Date: Tue, 9 Nov 2004 20:54:49 +0000 (+0000) Subject: * strftime.m4: Check for wchar.h and clean up a bit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1568d0ec08e45baad985ce93aa4487c32558d609;p=pspp * strftime.m4: Check for wchar.h and clean up a bit. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 1f40771121..8c5a7d27e3 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,11 @@ +2004-11-09 Paul Eggert + + * 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 . + 2004-11-09 Bruno Haible * sockpfaf.m4: New file.