summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-01-27 14:48:04 +0100
committerEric Blake <ebb9@byu.net>2009-01-27 09:28:27 -0700
commit9f28c6e6564c2c9bdb0ac7e285cb3e24e673c7f5 (patch)
tree935a733b87ecf44172b4752a07e7c2f56b2b2944 /ChangeLog
parent9f32bcf860f1d38a97f4c6a2f41f315287fece88 (diff)
downloadautoconf-9f28c6e6564c2c9bdb0ac7e285cb3e24e673c7f5.tar.gz
Quote traced macros passed from autom4te to M4.
* bin/autom4te (handle_m4): Apply shell_quote to macro names. * tests/tools.at (autom4te --trace and unusual macro names): New test. * THANKS: Update. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7d833fc..4fdcce6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-27 Peter Breitenlohner <peb@mppmu.mpg.de> (tiny change)
+
+ Quote traced macros passed from autom4te to M4.
+ * bin/autom4te (handle_m4): Apply shell_quote to macro names.
+ * tests/tools.at (autom4te --trace and unusual macro names): New
+ test.
+ * THANKS: Update.
+
2009-01-26 Eric Blake <ebb9@byu.net>
Improve AC_DEFUN_ONCE semantics.