]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Move the handling of diversions into M4sugar.
authorAkim Demaille <akim@epita.fr>
Mon, 30 Oct 2000 19:01:24 +0000 (19:01 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 30 Oct 2000 19:01:24 +0000 (19:01 +0000)
commit4c40aa086f26bfb4db78249c8d4fff5a7b0e128a
tree76b717934124b39c4dcf4497b1b27bf4b51d23df
parent1bbd2322eafa3c5fc95b1cac6116437a0a3767e9
Move the handling of diversions into M4sugar.
* acgeneral.m4 (_AC_DIVERT, AC_DIVERT, AC_DIVERT_PUSH)
(AC_DIVERT_POP): Move to...
* m4sugar.m4 (_m4_divert, m4_divert, m4_divert_push)
(m4_divert_pop): here.
* acgeneral.m4: Adjust to use only the M4sugar macros.
Nevertheless...
(AC_DIVERT_PUSH, AC_DIVERT_POP): New wrappers around the M4sugar
macros.
(_AC_DIVERT(...)): Rename all the diversions names as...
(_m4_divert(...)): these.
ChangeLog
acgeneral.m4
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/general.m4
lib/autoconf/lang.m4
lib/m4sugar/m4sugar.m4
m4sugar.m4