]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Correct typo in final status
authorDerek Price <derek@ximbiot.com>
Wed, 13 Aug 2003 21:35:28 +0000 (21:35 +0000)
committerDerek Price <derek@ximbiot.com>
Wed, 13 Aug 2003 21:35:28 +0000 (21:35 +0000)
output.

ChangeLog
lib/autotest/general.m4

index f95cb557ee1d7d1121b4b9d11e3fbd7f354bd15d..f39f5f29ece937ba55561f8d6393b1ae95a22559 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-13  Derek Price  <derek@ximbiot.com>
+
+       * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
+       output.
+
 2003-08-12  Derek Price  <derek@ximbiot.com>
 
        * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
index 5026be8abca2a554202dfcbf672f735b7c662277..0c735e687f0e4b37e833d2fa4d8e11a48e991479 100644 (file)
@@ -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,