diff options
| author | Chong Yidong | 2009-10-23 16:19:37 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-10-23 16:19:37 +0000 |
| commit | 912314214b404c3131a1ecebc2756f0e54a79a44 (patch) | |
| tree | eda1b661a54a757fcb7552dec61136369f79ca54 /ChangeLog | |
| parent | 0000606683a1e116505f38e059cd76a1b4b21797 (diff) | |
| download | emacs-912314214b404c3131a1ecebc2756f0e54a79a44.tar.gz emacs-912314214b404c3131a1ecebc2756f0e54a79a44.zip | |
* configure.in: Invoke $CPP with -P when creating Makefile and
src/Makefile. Without this, gcc 4.4.2 converts each
backslash-newline pair in the input to a bare newline, yielding
invalid Makefiles.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-10-23 Jim Meyering <meyering@redhat.com> | ||
| 2 | |||
| 3 | * configure.in: Invoke $CPP with -P when creating Makefile and | ||
| 4 | src/Makefile. Without this, gcc 4.4.2 converts each | ||
| 5 | backslash-newline pair in the input to a bare newline, yielding | ||
| 6 | invalid Makefiles. | ||
| 7 | |||
| 8 | * configure: Regenerate. | ||
| 9 | |||
| 1 | 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu> | 10 | 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 11 | ||
| 3 | * configure.in (vax-dec-vms): Remove, not supported anymore. | 12 | * configure.in (vax-dec-vms): Remove, not supported anymore. |