diff options
| author | Glenn Morris | 2012-07-31 19:20:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-31 19:20:25 -0400 |
| commit | bc96620af40d80c4ccfb45671388c0640721fda1 (patch) | |
| tree | 08f309485838c98ae92858e5a137df951d1a86a4 /src/ChangeLog | |
| parent | 68169a334979326ce18b81df8874a34bccc425b9 (diff) | |
| download | emacs-bc96620af40d80c4ccfb45671388c0640721fda1.tar.gz emacs-bc96620af40d80c4ccfb45671388c0640721fda1.zip | |
* configure.ac (S_FILE): Remove output variable.
* src/Makefile.in (S_FILE): No longer set by configure.
* msdos/sed1v2.inp (S_FILE): Update for format change.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ccbb5ae5764..9b8de9ff23e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-07-31 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (S_FILE): No longer set by configure. | ||
| 4 | |||
| 3 | * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT | 5 | * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT |
| 4 | is available. | 6 | is available. |
| 5 | (alloca.h) [WINDOWSNT]: Don't include it on MS Windows. | 7 | (alloca.h) [WINDOWSNT]: Don't include it on MS Windows. |