# HG changeset patch # User Eli Zaretskii # Date 1166944969 0 # Node ID c34f8b541f722387eb9eeef29c08c176663914f8 # Parent 226713cc7be9309d80da40ac260d404db55d590b nt/ChangeLog diff -r 226713cc7be9 -r c34f8b541f72 nt/ChangeLog --- a/nt/ChangeLog Sun Dec 24 07:22:10 2006 +0000 +++ b/nt/ChangeLog Sun Dec 24 07:22:49 2006 +0000 @@ -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 -r 226713cc7be9 -r c34f8b541f72 src/config.in --- a/src/config.in Sun Dec 24 07:22:10 2006 +0000 +++ b/src/config.in Sun Dec 24 07:22:49 2006 +0000 @@ -121,6 +121,10 @@ 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 @@ /* 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 */