diff options
author | Glenn Morris <rgm@gnu.org> | 2012-12-27 09:59:21 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-12-27 09:59:21 -0800 |
commit | 60f5e585bd5a94ddce429a5271640293afa53089 (patch) | |
tree | 9b82bb8778a830c2a751ba1db4542611ad15f5c6 /ChangeLog | |
parent | fd146719cb0b98b278ad428006383d865f3696cf (diff) | |
download | emacs-60f5e585bd5a94ddce429a5271640293afa53089.tar.gz |
configure.ac fix for double quotes in configure command-line
* configure.ac (emacs_config_options): New.
Use $@ rather than undocumented $ac_configure_args.
Replace any embedded double quotes.
Fixes: debbugs:13274
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1a68ed5e954..9623763b950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-12-27 Glenn Morris <rgm@gnu.org> + + * configure.ac (emacs_config_options): New. + Use $@ rather than undocumented $ac_configure_args. + Replace any embedded double quotes. (Bug#13274) + 2012-12-27 Andreas Schwab <schwab@linux-m68k.org> * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin. |