From: Derek Price Date: Sat, 16 Aug 2003 16:15:15 +0000 (+0000) Subject: * doc/autoconf.texi (Writing testsuite.at): Document defaults for X-Git-Tag: AUTOCONF-2.57b~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da285ec31b9229b592defcdea713f568d6551bc3;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Writing testsuite.at): Document defaults for STDOUT & STDERR arguments. --- diff --git a/ChangeLog b/ChangeLog index f499acc9..27802f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-16 Derek Price + + * doc/autoconf.texi (Writing testsuite.at): Document defaults for + STDOUT & STDERR arguments. + 2003-08-14 Derek Price * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 186918e5..75e02122 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -14401,7 +14401,7 @@ brackets to protect against included commas or spurious M4 expansion. The contents ought to end with an end of line. @end defmac -@defmac AT_CHECK (@var{commands}, @dvar{status, @samp{0}}, @ovar{stdout}, @ovar{stderr}) +@defmac AT_CHECK (@var{commands}, @dvar{status, @samp{0}}, @dvar{stdout, @samp{}}, @dvar{stderr, @samp{}}) @atindex CHECK Execute a test by performing given shell @var{commands}. These commands should normally exit with @var{status}, while producing expected