summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-10-23 16:19:37 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-10-23 16:19:37 +0000
commit912314214b404c3131a1ecebc2756f0e54a79a44 (patch)
treeeda1b661a54a757fcb7552dec61136369f79ca54 /ChangeLog
parent0000606683a1e116505f38e059cd76a1b4b21797 (diff)
downloademacs-912314214b404c3131a1ecebc2756f0e54a79a44.tar.gz
* 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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce05b51d7f0..677f3abea3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-23 Jim Meyering <meyering@redhat.com>
+
+ * 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.
+
2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (vax-dec-vms): Remove, not supported anymore.