changeset 21222:f8d1f1bd8f99

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 18 Oct 1998 01:08:54 +0000
parents 1bf2dce1ac1a
children 68f2770b23a9
files m4/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog	Sun Oct 18 01:08:22 1998 +0000
+++ b/m4/ChangeLog	Sun Oct 18 01:08:54 1998 +0000
@@ -1,3 +1,20 @@
+1998-10-17  Jim Meyering  <meyering@ascend.com>
+
+	* decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
+	include, though we still hard-code the `require'-like AC_CHECK_HEADERS
+	calls for those previously hard-coded headers.  Instead, take a new
+	parameter.
+	(jm_CHECK_DECLARATIONS): Reflect interface change.
+	* check-decl.m4 (jm_CHECK_DECLS): Likewise.
+	(jm_CHECK_DECL_LOCALTIME_R): New macro.
+
+	* mktime.m4: Test for spring-forward gap before long-running test.
+
+1998-10-14  Jim Meyering  <meyering@ascend.com>
+
+	* mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
+	instead of "TZ=America/Vancouver".  From Paul Eggert.
+
 1998-10-11  Jim Meyering  <meyering@ascend.com>
 
 	* mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.