aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-08-22 10:35:00 -0700
committerPaul Eggert2013-08-22 10:35:00 -0700
commit917c483a2976db21334425d87a33d45ba8c58d60 (patch)
tree2d7a476fc97ab87249dd27bd9b449882a242a9a8 /ChangeLog
parentd0fcaff514d2be16ccf73817f658318cf85221e3 (diff)
downloademacs-917c483a2976db21334425d87a33d45ba8c58d60.tar.gz
emacs-917c483a2976db21334425d87a33d45ba8c58d60.zip
* configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically.
This improves on the patch already installed, by quoting options that contain spaces and suchlike systematically, so that EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain these characters. Fixes: debbugs:13274
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 161069800a4..35dbeb6065c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12013-08-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
4 This improves on the patch already installed, by quoting options
5 that contain spaces and suchlike systematically, so that
6 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
7 these characters.
8
12013-08-21 Paul Eggert <eggert@cs.ucla.edu> 92013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129). 11 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).