diff options
| author | Glenn Morris | 2012-07-11 00:07:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 00:07:19 -0700 |
| commit | 172bedefc979b19de6799b245e8843f84bfe70b5 (patch) | |
| tree | 724aa2dfebde887a250af57c061d1fe0f3062851 /src/ChangeLog | |
| parent | bb3522608f97ac2450f5501164b11adda94e9b5f (diff) | |
| download | emacs-172bedefc979b19de6799b245e8843f84bfe70b5.tar.gz emacs-172bedefc979b19de6799b245e8843f84bfe70b5.zip | |
All the cool platforms support CLASH_DETECTION...
* configure.ac (CLASH_DETECTION): Define unconditionally.
Every platform using configure supports it.
* src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h:
* src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/template.h:
* src/s/usg5-4-common.h: Move CLASH_DETECTION to configure.
* etc/PROBLEMS: Recommend customizing create-lockfiles rather than
recompiling with CLASH_DETECTION unset.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0dc0f010066..c9e4cbbabc0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-07-11 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h: | ||
| 4 | * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h: | ||
| 5 | Move CLASH_DETECTION to configure. | ||
| 6 | |||
| 3 | * s/gnu.h: Remove file, which is now empty. | 7 | * s/gnu.h: Remove file, which is now empty. |
| 4 | 8 | ||
| 5 | * s/gnu.h, s/gnu-linux.h: | 9 | * s/gnu.h, s/gnu-linux.h: |