* lib/autotest/general.m4 (AT_INIT): Push KILL at the end.

Now that M4sh pushes BODY, the comments were output at the end of
the test suites.
This commit is contained in:
Akim Demaille 2001-11-12 08:59:40 +00:00
parent 61c422e02b
commit 945977991b
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-11-12 Akim Demaille <akim@epita.fr>
* lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
Now that M4sh pushes BODY, the comments were output at the end of
the test suites.
2001-11-08 Akim Demaille <akim@epita.fr> 2001-11-08 Akim Demaille <akim@epita.fr>
* bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so

View File

@ -629,6 +629,11 @@ fi
exit 0 exit 0
m4_divert_pop([TAIL])dnl m4_divert_pop([TAIL])dnl
dnl End of AT_INIT: divert to KILL, only test groups are to be
dnl output, the rest is ignored. Current diversion is BODY, inherited
dnl from M4sh.
m4_divert_push([KILL])
m4_wrap([m4_divert_pop([KILL])[]])
])# AT_INIT ])# AT_INIT