]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_REPLACE_FUNCS: allow split lines again
authorEric Blake <eblake@redhat.com>
Wed, 22 Sep 2010 21:55:26 +0000 (15:55 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 22 Sep 2010 22:02:27 +0000 (16:02 -0600)
commitbb4a036f8383658cbc353699d90e56bd113fc14f
treeefa1065043360c58fdad9874ccd38e2c35e9548a
parent6117b5a630834020b77722acd7e76580e113b728
AC_REPLACE_FUNCS: allow split lines again

More fallout from the same 2.66 regression that was partially fixed
yesterday, but until yesterday's AS_LITERAL_IF actually treated \ as a
non-literal, apparently no one noticed the latent bug of a spurious
call to AC_CHECK_FUNC([\]) during automake's libobj5.test.

* lib/autoconf/functions.m4 (AC_REPLACE_FUNCS): Flatten newlines
and move guts...
(_AC_REPLACE_FUNCS): ...to new helper.
* tests/semantics.at (AC_REPLACE_FUNCS): Enhance test.
Reported by Ralf Wildenhues.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/autoconf/functions.m4
tests/semantics.at