]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix AC_DEFINE_UNQUOTED regexp
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Apr 2025 18:01:59 +0000 (11:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Apr 2025 18:02:57 +0000 (11:02 -0700)
commit79ab6ccf4ff239b41be9400c3e8b8a8e0d7ef130
tree419250c4a812f145adda3d135f2f39d2d46ad683
parent2f64dcd048b08bb90ec44b26f4cd6b729112a28e
Fix AC_DEFINE_UNQUOTED regexp

Problem reported by Eric Blake in:
https://savannah.gnu.org/support/?111221
* lib/autoconf/general.m4 (_AC_DEFINE_UNQUOTED): Fix typo that
caused us to not use a here-document in some cases when we should.
* tests/torture.at (Substitute and define special characters):
Test for the bug.
NEWS
lib/autoconf/general.m4
tests/torture.at