diff ChangeLog @ 109074:c97bf1cfaa8d

Remove last internal use of cpp and src/{m,s}/*.h files in configure.in. * configure.in (CFLAGS, REAL_CFLAGS): Set with shell, not cpp. * configure, src/config.in: Regenerate.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Jun 2010 19:55:15 -0700
parents 6799ec1a7188
children 48064019239b
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 29 19:48:54 2010 -0700
+++ b/ChangeLog	Tue Jun 29 19:55:15 2010 -0700
@@ -1,7 +1,8 @@
 2010-06-30  Glenn Morris  <rgm@gnu.org>
 
 	* configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
-	(USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH): Set with shell, not cpp.
+	(USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
+	Set with shell, not cpp.
 	(LIBX): Remove, just use -lX11 in the one place this was used.
 	(cannot_dump): Replace with CANNOT_DUMP.