From ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 24 Dec 2006 07:22:49 +0000 Subject: [PATCH] nt/ChangeLog --- nt/ChangeLog | 7 ++++++- src/config.in | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index ee6f8e382eb..7aaa385e610 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,9 +1,14 @@ +2006-12-24 Eli Zaretskii + + * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it + only in implicit rules. Use literal "emacs.rc" instead. + 2006-12-23 Eli Zaretskii * gmake.defs: Export XMFLAGS. * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't - use $(XMFLAGS). + use $(XMFLAGS) for nmake, as it doesn't support parallelism. 2006-12-22 Eli Zaretskii diff --git a/src/config.in b/src/config.in index 7bf9c3e62e4..5d8ab82b0e5 100644 --- a/src/config.in +++ b/src/config.in @@ -121,6 +121,10 @@ Boston, MA 02110-1301, USA. */ don't. */ #undef HAVE_DECL_SYS_SIGLIST +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#undef HAVE_DECL_TZNAME + /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you don't. */ #undef HAVE_DECL___SYS_SIGLIST @@ -802,7 +806,7 @@ Boston, MA 02110-1301, USA. */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ -- 2.39.2