aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-30 23:43:37 -0700
committerGlenn Morris2012-07-30 23:43:37 -0700
commit268e2432c9fce95a332c480f7c598063dad0019a (patch)
tree9e3e2844b71012b5859f86b06d337f76d94781dc /src/ChangeLog
parent400d5621b84deaacc6d4046d21d4d40b80402786 (diff)
downloademacs-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/ChangeLog4
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