]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Make sure that nested AS_REQUIRE do not lose the desired diversion.
authorPaolo Bonzini <bonzini@gnu.org>
Sat, 18 Oct 2008 13:08:17 +0000 (15:08 +0200)
committerPaolo Bonzini <bonzini@gnu.org>
Sat, 18 Oct 2008 22:01:16 +0000 (00:01 +0200)
commit5969d900088b6f1e5f379d83191765b0636c51a1
treef72bb13b563dad380cafcc0a1a19b2106b3932ba
parentaf61badc821bcef780650da9032adbc4d86d1db5
Make sure that nested AS_REQUIRE do not lose the desired diversion.

* lib/m4sugar/m4sh.m4 (AS_REQUIRE): Expand _m4_divert_desired before
passing it to m4_divert_require, so that its content is not used
anymore.
* tests/m4sh.at (Nested AS_REQUIRE): New testcase.
ChangeLog
lib/m4sugar/m4sh.m4
tests/m4sh.at