diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-01-27 14:48:04 +0100 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-01-27 09:28:27 -0700 |
commit | 9f28c6e6564c2c9bdb0ac7e285cb3e24e673c7f5 (patch) | |
tree | 935a733b87ecf44172b4752a07e7c2f56b2b2944 /ChangeLog | |
parent | 9f32bcf860f1d38a97f4c6a2f41f315287fece88 (diff) | |
download | autoconf-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |