diff ChangeLog @ 105724:73190af7ce73

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 23 Oct 2009 16:19:37 +0000
parents 010dcf4f42fa
children a431286b73b3
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 23 16:17:17 2009 +0000
+++ b/ChangeLog	Fri Oct 23 16:19:37 2009 +0000
@@ -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.