From: Eli Zaretskii Date: Sat, 30 Sep 2006 09:11:23 +0000 (+0000) Subject: Regenerated. X-Git-Tag: emacs-pretest-22.0.90~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9291f09f44fadbfa84f567c33ed20a3192cb2d8;p=emacs.git Regenerated. --- diff --git a/configure b/configure index 67204dc43dd..18fd27ec3b5 100755 --- a/configure +++ b/configure @@ -1354,8 +1354,8 @@ rm conftest.sed 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 --git a/src/config.in b/src/config.in index 7b604bb4e37..09f7be65b3b 100644 --- a/src/config.in +++ b/src/config.in @@ -124,10 +124,6 @@ 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 @@ -800,7 +796,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 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 */