From: Derek Price Date: Wed, 13 Aug 2003 21:35:28 +0000 (+0000) Subject: * lib/autotest/general.m4 (AT_INIT): Correct typo in final status X-Git-Tag: AUTOCONF-2.57b~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2722eb1c8a254d217250e1fcab51513108c931b;p=thirdparty%2Fautoconf.git * lib/autotest/general.m4 (AT_INIT): Correct typo in final status output. --- diff --git a/ChangeLog b/ChangeLog index f95cb557..f39f5f29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-13 Derek Price + + * lib/autotest/general.m4 (AT_INIT): Correct typo in final status + output. + 2003-08-12 Derek Price * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API. diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 5026be8a..0c735e68 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -771,7 +771,7 @@ else # Some unexpected failures 0:*:0) at_result="$at_result $at_were run, -$at_xfail_count failed unexpectedly." ;; +$at_fail_count failed unexpectedly." ;; # Some failures, both expected and unexpected 0:*:1) at_result="$at_result $at_were run,