summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-06-29 19:55:15 -0700
committerGlenn Morris <rgm@gnu.org>2010-06-29 19:55:15 -0700
commite7586c7a671ea10004afc3d8e48718eed8c7ce26 (patch)
tree71698bc349d8e5fbd768020c5f702db6bb5b054b /ChangeLog
parent6259c2ec7ae4b60f59d5101c8c544d15a90540a3 (diff)
downloademacs-e7586c7a671ea10004afc3d8e48718eed8c7ce26.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c3aeec2020..d7f52eb6ed6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.