# HG changeset patch # User Eli Zaretskii # Date 1159607483 0 # Node ID 85a9d581baa62d62cc5f5a1c007819f2c6c8950b # Parent 46b59eb5e6f8a853be01ee9d4ce0f43f930e4ae4 Regenerated. diff -r 46b59eb5e6f8 -r 85a9d581baa6 configure --- a/configure Sat Sep 30 01:32:47 2006 +0000 +++ b/configure Sat Sep 30 09:11:23 2006 +0000 @@ -1354,8 +1354,8 @@ lispdir='${datadir}/emacs/${version}/lisp' locallisppath='${datadir}/emacs/${version}/site-lisp:'\ -'${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' -lisppath='${locallisppath}:${lispdir}' +'${datadir}/emacs/site-lisp' +lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim' etcdir='${datadir}/emacs/${version}/etc' archlibdir='${libexecdir}/emacs/${version}/${configuration}' docdir='${datadir}/emacs/${version}/etc' diff -r 46b59eb5e6f8 -r 85a9d581baa6 src/config.in --- a/src/config.in Sat Sep 30 01:32:47 2006 +0000 +++ b/src/config.in Sat Sep 30 09:11:23 2006 +0000 @@ -124,10 +124,6 @@ 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 @@ -800,7 +796,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 runtime. + automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */