diff options
| author | Glenn Morris | 2012-07-11 21:18:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 21:18:45 -0400 |
| commit | ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d (patch) | |
| tree | d9f93f7b3ab366382612635cdade8b390096fa27 /src/ChangeLog | |
| parent | c5564388a3d737538a48a202b9668cefa776794d (diff) | |
| download | emacs-ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d.tar.gz emacs-ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d.zip | |
Move some AIX defines from src/s to configure
* configure.ac (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPOLL)
(BROKEN_SIGPTY): Move here from src/s.
* src/s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
(BROKEN_SIGPOLL): Let configure set them.
* src/s/syssignal.h: Comment fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f53b9a212c8..9085e91f9ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | 2012-07-12 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-12 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set it. | 3 | * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY) |
| 4 | (BROKEN_SIGPOLL): Let configure set them. | ||
| 5 | |||
| 6 | * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them. | ||
| 4 | 7 | ||
| 5 | * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h: | 8 | * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h: |
| 6 | * s/template.h: Move NARROWPROTO to configure. | 9 | * s/template.h: Move NARROWPROTO to configure. |