mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
* 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:
parent
61c422e02b
commit
945977991b
@ -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>
|
||||
|
||||
* bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
|
||||
|
@ -629,6 +629,11 @@ fi
|
||||
|
||||
exit 0
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user