diff options
| author | Glenn Morris | 2012-07-11 00:28:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 00:28:27 -0700 |
| commit | 09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46 (patch) | |
| tree | fe5a71ed4d8988810942b3847380ff2b14127e24 /ChangeLog | |
| parent | 554fef512f2b7015d09a4921cc0eb3b966dbfabe (diff) | |
| download | emacs-09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46.tar.gz emacs-09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46.zip | |
Move SIGNALS_VIA_CHARACTERS from src/s to configure
* configure.ac (SIGNALS_VIA_CHARACTERS): Move here from src/s.
* src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/gnu-linux.h:
* src/s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ | |||
| 9 | * configure.ac (opsysfile): Use bsd-common on gnu systems. | 9 | * configure.ac (opsysfile): Use bsd-common on gnu systems. |
| 10 | 10 | ||
| 11 | * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): | 11 | * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): |
| 12 | Move here from src/s. | 12 | (SIGNALS_VIA_CHARACTERS): Move here from src/s. |
| 13 | 13 | ||
| 14 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 15 | 15 | ||