]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
authorAkim Demaille <akim@epita.fr>
Mon, 12 Nov 2001 08:59:40 +0000 (08:59 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 12 Nov 2001 08:59:40 +0000 (08:59 +0000)
Now that M4sh pushes BODY, the comments were output at the end of
the test suites.

ChangeLog
lib/autotest/general.m4

index ac3c1d183afa21169c09f06be92e372f27bef0a6..00264ac7298bbdf0380ea9c6cda8569abbadc260 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e915ddb804d32e782fac0c407affe12b90261627..0f46c53cf604f7c33fefe5926db4e4cc5dbb1284 100644 (file)
@@ -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