aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-09-30 09:11:23 +0000
committerEli Zaretskii2006-09-30 09:11:23 +0000
commite9291f09f44fadbfa84f567c33ed20a3192cb2d8 (patch)
tree766f1c460056037cb595cdd2b6201480f9b6923b
parent51f236e9f1d3559b521514e17167febdcd5fcef0 (diff)
downloademacs-e9291f09f44fadbfa84f567c33ed20a3192cb2d8.tar.gz
emacs-e9291f09f44fadbfa84f567c33ed20a3192cb2d8.zip
Regenerated.
-rwxr-xr-xconfigure4
-rw-r--r--src/config.in6
2 files changed, 3 insertions, 7 deletions
diff --git a/configure b/configure
index 67204dc43dd..18fd27ec3b5 100755
--- a/configure
+++ b/configure
@@ -1354,8 +1354,8 @@ rm conftest.sed
1354 1354
1355lispdir='${datadir}/emacs/${version}/lisp' 1355lispdir='${datadir}/emacs/${version}/lisp'
1356locallisppath='${datadir}/emacs/${version}/site-lisp:'\ 1356locallisppath='${datadir}/emacs/${version}/site-lisp:'\
1357'${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' 1357'${datadir}/emacs/site-lisp'
1358lisppath='${locallisppath}:${lispdir}' 1358lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
1359etcdir='${datadir}/emacs/${version}/etc' 1359etcdir='${datadir}/emacs/${version}/etc'
1360archlibdir='${libexecdir}/emacs/${version}/${configuration}' 1360archlibdir='${libexecdir}/emacs/${version}/${configuration}'
1361docdir='${datadir}/emacs/${version}/etc' 1361docdir='${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. */
124 don't. */ 124 don't. */
125#undef HAVE_DECL_SYS_SIGLIST 125#undef HAVE_DECL_SYS_SIGLIST
126 126
127/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
128 */
129#undef HAVE_DECL_TZNAME
130
131/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 127/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
132 don't. */ 128 don't. */
133#undef HAVE_DECL___SYS_SIGLIST 129#undef HAVE_DECL___SYS_SIGLIST
@@ -800,7 +796,7 @@ Boston, MA 02110-1301, USA. */
800 796
801/* If using the C implementation of alloca, define if you know the 797/* If using the C implementation of alloca, define if you know the
802 direction of stack growth for your system; otherwise it will be 798 direction of stack growth for your system; otherwise it will be
803 automatically deduced at runtime. 799 automatically deduced at run-time.
804 STACK_DIRECTION > 0 => grows toward higher addresses 800 STACK_DIRECTION > 0 => grows toward higher addresses
805 STACK_DIRECTION < 0 => grows toward lower addresses 801 STACK_DIRECTION < 0 => grows toward lower addresses
806 STACK_DIRECTION = 0 => direction of growth unknown */ 802 STACK_DIRECTION = 0 => direction of growth unknown */