]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix '#undef variable /* comment */' transform in config headers.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 17 Jun 2008 06:42:14 +0000 (08:42 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 17 Jun 2008 06:42:14 +0000 (08:42 +0200)
commitc87512b5ae11de7a98ccc8c3e42d5df6f5039fe0
treec3fa669f5f08f89d9d5d71f77cf0ced6b09e13bb
parent7f53c249675131cf94d6e3947136b8f8826f799e
Fix '#undef variable /* comment */' transform in config headers.

* lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): For
undefined preprocessor macros that are followed by a comment
in the header template, do not create nested comments in the
output.
* tests/torture.at (@%:@define header templates): Extend test.
* NEWS: Update.
Report by Karsten Hopp <karsten@redhat.com>.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
lib/autoconf/status.m4
tests/torture.at