* lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
commit66931ce882c6d3abe1c32566c0e1cd990ca493cf
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 20 Jun 2006 05:35:38 +0000 (20 05:35 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 20 Jun 2006 05:35:38 +0000 (20 05:35 +0000)
tree3a25a7eafe5206bf09d0adc276305c6706a57ac5
parent814d1a1a07e5c2bbf03847e3f52f5b658223f07f
* lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
calls, so that we do not care whether they are LIFO or FIFO;
in the m4_wrap, do not check which diversion is the topmost
one, just check that the stack is balanced at the end.
* lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
base diversion forever--pop the previous diversion before
opening the new one; consequently, remove the m4_wrap call.
* lib/autotest/general.m4 (AT_INIT): Likewise.
* tests/m4sugar.at: Do not use
m4_wrap([m4_diversion_pop([..])]), for educational purposes.
ChangeLog
lib/autotest/general.m4
lib/m4sugar/m4sh.m4
lib/m4sugar/m4sugar.m4
tests/m4sugar.at