Mercurial > emacs
changeset 73184:85a9d581baa6
Regenerated.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 30 Sep 2006 09:11:23 +0000 |
parents | 46b59eb5e6f8 |
children | bcb1a5290b56 |
files | configure src/config.in |
diffstat | 2 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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'
--- 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 */