aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03a04c6367c..2100041e9fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12013-09-09 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
4 (LDFLAGS): Move nocombreloc option from here...
5 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
6 This is an essential option that should not be in LDFLAGS,
7 because the user may override that at build time; eg
8 http://bugs.debian.org/684788. temacs is the only thing
9 that actually needs this option; this is where it was orginally:
10 http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html
11
12013-09-08 Glenn Morris <rgm@gnu.org> 122013-09-08 Glenn Morris <rgm@gnu.org>
2 13
3 * configure.ac (--without-compress-install): 14 * configure.ac (--without-compress-install):