diff options
| author | Eli Zaretskii | 2006-09-30 09:11:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-09-30 09:11:23 +0000 |
| commit | e9291f09f44fadbfa84f567c33ed20a3192cb2d8 (patch) | |
| tree | 766f1c460056037cb595cdd2b6201480f9b6923b | |
| parent | 51f236e9f1d3559b521514e17167febdcd5fcef0 (diff) | |
| download | emacs-e9291f09f44fadbfa84f567c33ed20a3192cb2d8.tar.gz emacs-e9291f09f44fadbfa84f567c33ed20a3192cb2d8.zip | |
Regenerated.
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | src/config.in | 6 |
2 files changed, 3 insertions, 7 deletions
| @@ -1354,8 +1354,8 @@ rm conftest.sed | |||
| 1354 | 1354 | ||
| 1355 | lispdir='${datadir}/emacs/${version}/lisp' | 1355 | lispdir='${datadir}/emacs/${version}/lisp' |
| 1356 | locallisppath='${datadir}/emacs/${version}/site-lisp:'\ | 1356 | locallisppath='${datadir}/emacs/${version}/site-lisp:'\ |
| 1357 | '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' | 1357 | '${datadir}/emacs/site-lisp' |
| 1358 | lisppath='${locallisppath}:${lispdir}' | 1358 | lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim' |
| 1359 | etcdir='${datadir}/emacs/${version}/etc' | 1359 | etcdir='${datadir}/emacs/${version}/etc' |
| 1360 | archlibdir='${libexecdir}/emacs/${version}/${configuration}' | 1360 | archlibdir='${libexecdir}/emacs/${version}/${configuration}' |
| 1361 | docdir='${datadir}/emacs/${version}/etc' | 1361 | 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. */ | |||
| 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 */ |