diff options
| author | Glenn Morris | 2010-05-09 17:07:47 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-09 17:07:47 -0700 |
| commit | 7490175bc38099aa093715116b8d96e7319e7ca4 (patch) | |
| tree | 783ea2f527709ca56d1da6cfed56fca2832607aa /src/ChangeLog | |
| parent | 79ccd68f683c1e46bc5dcc12f5b232a75a42ea88 (diff) | |
| download | emacs-7490175bc38099aa093715116b8d96e7319e7ca4.tar.gz emacs-7490175bc38099aa093715116b8d96e7319e7ca4.zip | |
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
* configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
(BLESSMAIL_TARGET): New output variable.
* lib-src/Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
* src/s/aix4-2.h (MAIL_USE_LOCKF):
* src/s/bsd-common.h (MAIL_USE_FLOCK):
* src/s/darwin.h (MAIL_USE_FLOCK):
* src/s/gnu-linux.h (MAIL_USE_FLOCK):
* src/s/irix6-5.h (MAIL_USE_FLOCK):
* src/s/template.h (MAIL_USE_FLOCK):
Move to configure.
* src/s/ms-w32.h: Comment.
* msdos/sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 422939fce0b..c0a264d46c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-05-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * s/aix4-2.h (MAIL_USE_LOCKF): | ||
| 4 | * s/bsd-common.h (MAIL_USE_FLOCK): | ||
| 5 | * s/darwin.h (MAIL_USE_FLOCK): | ||
| 6 | * s/gnu-linux.h (MAIL_USE_FLOCK): | ||
| 7 | * s/irix6-5.h (MAIL_USE_FLOCK): | ||
| 8 | * s/template.h (MAIL_USE_FLOCK): | ||
| 9 | Move to configure. | ||
| 10 | |||
| 1 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> | 11 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * Version 23.2 released. | 13 | * Version 23.2 released. |