diff options
| author | Glenn Morris | 2012-07-30 23:43:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-30 23:43:37 -0700 |
| commit | 268e2432c9fce95a332c480f7c598063dad0019a (patch) | |
| tree | 9e3e2844b71012b5859f86b06d337f76d94781dc /src/ChangeLog | |
| parent | 400d5621b84deaacc6d4046d21d4d40b80402786 (diff) | |
| download | emacs-268e2432c9fce95a332c480f7c598063dad0019a.tar.gz emacs-268e2432c9fce95a332c480f7c598063dad0019a.zip | |
Remove src/s/usg5-4-common.h
* configure.ac (USG5_4): Reintroduce this.
(opsysfile): Set to empty on irix6-5, sol2*, and unixware.
* src/conf_post.h [USG5_4]: Move remaining contents of s/usg5-4-common.h here.
* src/s/usg5-4-common.h: Remove file.
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 12afc8d080d..7db89140105 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,6 +10,10 @@ | |||
| 10 | 10 | ||
| 11 | * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them. | 11 | * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them. |
| 12 | 12 | ||
| 13 | * conf_post.h [USG5_4]: | ||
| 14 | Move remaining contents of s/usg5-4-common.h here. | ||
| 15 | * s/usg5-4-common.h: Remove file. | ||
| 16 | |||
| 13 | * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here. | 17 | * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here. |
| 14 | * s/irix6-5.h: Remove file. | 18 | * s/irix6-5.h: Remove file. |
| 15 | 19 | ||