20867905 update to autoconf 2.69
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 14 Apr 2015 23:14:37 -0500
changeset 4124 84726155ce06
parent 4121 3e66a10136ab
child 4125 aa4cf84f88f2
20867905 update to autoconf 2.69 15941084 "gmake test" failures for autoconf
components/autoconf/Makefile
components/autoconf/autoconf.p5m
components/autoconf/test/results-32.master
--- a/components/autoconf/Makefile	Tue Apr 14 21:26:46 2015 -0700
+++ b/components/autoconf/Makefile	Tue Apr 14 23:14:37 2015 -0500
@@ -26,38 +26,38 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		autoconf
-COMPONENT_VERSION=	2.68
+COMPONENT_VERSION=	2.69
 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/autoconf/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
-COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:eff70a2916f2e2b3ed7fe8a2d7e63d72cf3a23684b56456b319c3ebce0705d99
+    sha256:64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/autoconf
 
-TPNO=			7252
+TPNO=			22294
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
 include $(WS_MAKE_RULES)/ips.mk
 
-COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
+# with ksh93 as the configure shell, all tests pass
+CONFIG_SHELL=/bin/ksh93
 
-CONFIGURE_OPTIONS  +=		--srcdir=.
 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
-CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
+CONFIGURE_OPTIONS  +=		M4=/usr/gnu/bin/m4
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
-configure:	$(CONFIGURE_32)
+configure:	$(CONFIGURE_NO_ARCH)
 
-build:		$(BUILD_32)
+build:		$(BUILD_NO_ARCH)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_NO_ARCH)
 
-test:		$(TEST_32)
+test:		$(TEST_NO_ARCH)
 
 
 REQUIRED_PACKAGES += developer/macro/gnu-m4
--- a/components/autoconf/autoconf.p5m	Tue Apr 14 21:26:46 2015 -0700
+++ b/components/autoconf/autoconf.p5m	Tue Apr 14 23:14:37 2015 -0500
@@ -52,8 +52,8 @@
 file path=usr/share/autoconf/Autom4te/Configure_ac.pm
 file path=usr/share/autoconf/Autom4te/FileUtils.pm
 file path=usr/share/autoconf/Autom4te/General.pm
+file path=usr/share/autoconf/Autom4te/Getopt.pm
 file path=usr/share/autoconf/Autom4te/Request.pm
-file path=usr/share/autoconf/Autom4te/Struct.pm
 file path=usr/share/autoconf/Autom4te/XFile.pm
 file path=usr/share/autoconf/INSTALL
 file path=usr/share/autoconf/autoconf/autoconf.m4
@@ -67,6 +67,7 @@
 file path=usr/share/autoconf/autoconf/fortran.m4
 file path=usr/share/autoconf/autoconf/functions.m4
 file path=usr/share/autoconf/autoconf/general.m4
+file path=usr/share/autoconf/autoconf/go.m4
 file path=usr/share/autoconf/autoconf/headers.m4
 file path=usr/share/autoconf/autoconf/lang.m4
 file path=usr/share/autoconf/autoconf/libs.m4
--- a/components/autoconf/test/results-32.master	Tue Apr 14 21:26:46 2015 -0700
+++ b/components/autoconf/test/results-32.master	Tue Apr 14 23:14:37 2015 -0500
@@ -1,4 +1,13 @@
 make[1]: Entering directory `$(@D)'
+if test -d $(SOURCE_DIR)/.git; then			\
+  cd $(SOURCE_DIR) &&						\
+  git submodule --quiet foreach test '$(git rev-parse $sha1)'	\
+      = '$(git merge-base origin $sha1)'			\
+    || { echo 'maint.mk: found non-public submodule commit' >&2;	\
+	 exit 1; };						\
+else								\
+  : ;								\
+fi
 /usr/gnu/bin/make  check-recursive
 make[2]: Entering directory `$(@D)'
 Making check in bin
@@ -57,8 +66,8 @@
   echo '# Signature of the current package.' && \
   echo 'm4_define([AT_PACKAGE_NAME],      [GNU Autoconf])' && \
   echo 'm4_define([AT_PACKAGE_TARNAME],   [autoconf])' && \
-  echo 'm4_define([AT_PACKAGE_VERSION],   [2.68])' && \
-  echo 'm4_define([AT_PACKAGE_STRING],    [GNU Autoconf 2.68])' && \
+  echo 'm4_define([AT_PACKAGE_VERSION],   [2.69])' && \
+  echo 'm4_define([AT_PACKAGE_STRING],    [GNU Autoconf 2.69])' && \
   echo 'm4_define([AT_PACKAGE_BUGREPORT], [[email protected]])' && \
   echo 'm4_define([AT_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])'; \
 } > package.m4-t
@@ -67,16 +76,16 @@
 make[5]: Entering directory `$(@D)/lib/autotest'
 make[5]: `autotest.m4f' is up to date.
 make[5]: Leaving directory `$(@D)/lib/autotest'
-autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language=autotest -I . -I . suite.at -o testsuite.tmp
+autom4te_perllibdir='$(SOURCE_DIR)'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '$(SOURCE_DIR)'/lib         --language=autotest -I . -I $(SOURCE_DIR)/tests suite.at -o testsuite.tmp
 mv testsuite.tmp testsuite
-/bin/bash ./testsuite 
+/bin/ksh93 ./testsuite 
 ## ----------------------------- ##
-## GNU Autoconf 2.68 test suite. ##
+## GNU Autoconf 2.69 test suite. ##
 ## ----------------------------- ##
 
 Executables (autoheader, autoupdate...).
 
-  1: Syntax of the shell scripts                     FAILED (tools.at:53)
+  1: Syntax of the shell scripts                     ok
   2: Syntax of the Perl scripts                      ok
   3: autom4te cache                                  ok
   4: autom4te --force                                ok
@@ -85,35 +94,35 @@
   7: autom4te --trace and whitespace                 ok
   8: autoconf --trace: user macros                   ok
   9: autoconf --trace: builtins                      ok
- 10: autoconf: forbidden tokens, basic               FAILED (tools.at:390)
- 11: autoconf: forbidden tokens, exceptions          FAILED (tools.at:431)
- 12: autoconf: automatically allowed tokens          FAILED (tools.at:456)
+ 10: autoconf: forbidden tokens, basic               ok
+ 11: autoconf: forbidden tokens, exceptions          ok
+ 12: autoconf: automatically allowed tokens          ok
  13: autoconf: the empty token                       ok
- 14: autoconf: subdirectories                        FAILED (tools.at:495)
+ 14: autoconf: subdirectories                        ok
  15: autoconf: input from stdin                      ok
- 16: autoconf: AC_AUTOCONF_VERSION                   FAILED (tools.at:530)
- 17: autoconf: AC_PRESERVE_HELP_ORDER                FAILED (tools.at:553)
+ 16: autoconf: AC_AUTOCONF_VERSION                   ok
+ 17: autoconf: AC_PRESERVE_HELP_ORDER                ok
  18: ifnames                                         ok
  19: autoheader                                      ok
- 20: autoheader and macros                           FAILED (tools.at:770)
+ 20: autoheader and macros                           ok
  21: autoupdate                                      ok
- 22: autoupdating AC_LINK_FILES                      FAILED (tools.at:846)
+ 22: autoupdating AC_LINK_FILES                      ok
  23: autoupdating AC_PREREQ                          ok
- 24: autoupdating AU_ALIAS                           FAILED (tools.at:893)
- 25: autoupdating OLD to NEW                         FAILED (tools.at:920)
+ 24: autoupdating AU_ALIAS                           ok
+ 25: autoupdating OLD to NEW                         ok
  26: autoupdating macros recursively                 expected failure (tools.at:945)
- 27: autoupdating AC_HELP_STRING                     FAILED (tools.at:964)
- 28: autoupdating with m4sugar                       FAILED (tools.at:1001)
+ 27: autoupdating AC_HELP_STRING                     ok
+ 28: autoupdating with m4sugar                       ok
  29: autoupdating with m4_pushdef                    expected failure (tools.at:1027)
  30: autoupdating with AC_REQUIRE                    expected failure (tools.at:1053)
- 31: autoupdating with complex quoting               expected failure (tools.at:1079)
- 32: autoupdating AC_LANG_SAVE                       FAILED (tools.at:1100)
- 33: autoupdating AC_FOREACH                         FAILED (tools.at:1123)
+ 31: autoupdating with complex quoting               expected failure (tools.at:1080)
+ 32: autoupdating AC_LANG_SAVE                       ok
+ 33: autoupdating AC_FOREACH                         ok
  34: autoupdating with aclocal and m4_include        ok
  35: autom4te preselections                          ok
- 36: autom4te cache creation                         FAILED (tools.at:1243)
+ 36: autom4te cache creation                         ok
  37: autom4te cache locking                          ok
- 38: autotools and whitespace in file names          FAILED (tools.at:1315)
+ 38: autotools and whitespace in file names          ok
 
 M4sugar.
 
@@ -154,512 +163,521 @@
 
 M4sh.
 
- 73: AS_WARN and AS_ERROR                            ok
- 74: LINENO                                          ok
- 75: LINENO stack                                    ok
- 76: AS_BOX                                          ok
- 77: AS_BASENAME                                     ok
- 78: AS_DIRNAME                                      ok
- 79: AS_SET_CATFILE                                  ok
- 80: AS_ECHO and AS_ECHO_N                           ok
- 81: AS_EXIT                                         ok
- 82: AS_MKDIR_P                                      ok
- 83: AS_VERSION_COMPARE                              ok
- 84: as_me                                           ok
- 85: Negated classes in globbing                     ok
- 86: Null variable substitution                      ok
- 87: Functions Support                               ok
- 88: Functions and return Support                    ok
- 89: Nested AS_REQUIRE_SHELL_FN                      ok
- 90: Nested AS_REQUIRE                               ok
- 91: AS_REQUIRE_SHELL_FN and m4_require              ok
- 92: AS_HELP_STRING                                  ok
- 93: AS_IF and AS_CASE                               ok
- 94: AS_FOR                                          ok
- 95: AS_LITERAL_IF                                   ok
- 96: AS_TR_SH and AS_TR_CPP                          ok
- 97: AS_VAR basics                                   ok
- 98: AS_VAR_APPEND                                   ok
- 99: AS_VAR_ARITH                                    ok
-100: AS_INIT cleanup                                 ok
-101: AS_INIT_GENERATED                               ok
-102: AS_MESSAGE_FD                                   ok
-103: _AS_CLEAN_DIR                                   ok
-104: ECHO_C                                          ok
+ 73: No extra re-exec with CONFIG_SHELL              ok
+ 74: Forced re-exec with CONFIG_SHELL                ok
+ 75: Configure re-execs self with CONFIG_SHELL       ok
+ 76: AS_WARN and AS_ERROR                            ok
+ 77: LINENO                                          ok
+ 78: LINENO stack                                    ok
+ 79: AS_BOX                                          ok
+ 80: AS_BASENAME                                     ok
+ 81: AS_DIRNAME                                      ok
+ 82: AS_SET_CATFILE                                  ok
+ 83: AS_ECHO and AS_ECHO_N                           ok
+ 84: AS_EXECUTABLE_P                                 ok
+ 85: AS_EXIT                                         ok
+ 86: AS_MKDIR_P                                      ok
+ 87: AS_VERSION_COMPARE                              ok
+ 88: as_me                                           ok
+ 89: Negated classes in globbing                     ok
+ 90: Null variable substitution                      ok
+ 91: Functions Support                               ok
+ 92: Functions and return Support                    ok
+ 93: Nested AS_REQUIRE_SHELL_FN                      ok
+ 94: Nested AS_REQUIRE                               ok
+ 95: AS_REQUIRE_SHELL_FN and m4_require              ok
+ 96: AS_HELP_STRING                                  ok
+ 97: AS_IF and AS_CASE                               ok
+ 98: AS_FOR                                          ok
+ 99: AS_LITERAL_IF                                   ok
+100: AS_TR_SH and AS_TR_CPP                          ok
+101: AS_VAR basics                                   ok
+102: AS_VAR_APPEND                                   ok
+103: AS_VAR_ARITH                                    ok
+104: AS_INIT cleanup                                 ok
+105: AS_INIT_GENERATED                               ok
+106: AS_MESSAGE_FD                                   ok
+107: _AS_CLEAN_DIR                                   ok
+108: ECHO_C                                          ok
 
 Autotest.
 
-105: AT_COPYRIGHT                                    ok
-106: AT_DATA                                         ok
-107: Empty test suite                                ok
-108: Banner-only test suite                          ok
-109: Empty test                                      ok
-110: Empty check                                     ok
-111: AT_SETUP without AT_INIT                        ok
-112: AT_BANNER without AT_INIT                       ok
-113: AT_CLEANUP without AT_INIT                      ok
-114: Missing AT_CLEANUP                              ok
-115: AT_FAIL_IF without AT_SETUP                     ok
-116: AT_SKIP_IF without AT_SETUP                     ok
-117: AT_CHECK without AT_SETUP                       ok
-118: AT_DATA without AT_SETUP                        ok
-119: AT_XFAIL_IF without AT_SETUP                    ok
-120: AT_KEYWORDS without AT_SETUP                    ok
-121: AT_CLEANUP without AT_SETUP                     ok
-122: AT_BANNER inside AT_SETUP                       ok
-123: AT_SETUP inside AT_SETUP                        ok
-124: Multiple AT_INIT                                ok
-125: Tested programs                                 ok
-126: Startup error messages                          ok
-127: Truth                                           ok
-128: Fallacy                                         ok
-129: Skip                                            ok
-130: Hard fail                                       ok
-131: AT_FAIL_IF                                      ok
-132: AT_SKIP_IF                                      ok
-133: Syntax error                                    skipped (autotest.at:367)
-134: errexit                                         ok
-135: at_status                                       ok
-136: AT_CHECK execution environment                  ok
-137: unquoted output                                 ok
-138: Trace output                                    ok
-139: Logging                                         ok
-140: Binary output                                   ok
-141: Cleanup                                         ok
-142: Literal multiline command                       ok
-143: Multiline parameter expansion                   ok
-144: Backquote command substitution                  ok
-145: Multiline backquote command substitution        ok
-146: Parenthetical command substitution              ok
-147: Multiline parenthetical command substitution    ok
-148: Shell comment in command                        ok
-149: Invalid brace-enclosed parameter expansion      ok
-150: Multiline command from M4 expansion             ok
-151: Double-M4-quoted command                        ok
-152: Metacharacters in command from M4 expansion     ok
-153: BS-newline in command                           ok
-154: ^BS-newline in command                          ok
-155: BSx641-newline in command                       ok
-156: BS-BS-newline in command                        ok
-157: BSx640-newline in command                       ok
-158: Newline-CODE-BS-newline in command              ok
-159: Single-quote-BS-newline in command              ok
-160: Single-quote-newline-BS-newline in command      ok
-161: Input from stdin                                ok
-162: Backquote in a test title                       ok
-163: Single-quote in a test title                    ok
-164: Double-quote in a test title                    ok
-165: Backslash in a test title                       ok
-166: Brackets in a test title                        ok
-167: Left bracket in a test title                    ok
-168: Right bracket in a test title                   ok
-169: Quoted pound in a test title                    ok
-170: Pound in a test title                           ok
-171: Quoted comma in a test title                    ok
-172: Comma in a test title                           ok
-173: Parentheses in a test title                     ok
-174: Left paren in a test title                      ok
-175: Right paren in a test title                     ok
-176: Quoted Macro in a test title                    ok
-177: Macro in a test title                           ok
-178: Macro with backquote in a test title            ok
-179: Macro with single-quote in a test title         ok
-180: Macro with double-quote in a test title         ok
-181: Macro with backslash in a test title            ok
-182: Macro echoing macro in a test title             ok
-183: Macro echoing single-quote in a test title      ok
-184: Long test title in a test title                 ok
-185: Longer test title in a test title               ok
-186: Long test source lines                          ok
-187: Huge testsuite                                  ok
-188: Debugging a successful test                     ok
-189: Debugging script and environment                ok
-190: Debugging a failed test                         ok
-191: Using atlocal                                   ok
-192: Choosing where testsuite is run                 ok
-193: recheck                                         ok
-194: Banners                                         ok
-195: Keywords and ranges                             ok
-196: Keyword wrapping                                ok
-197: AT_ARG_OPTION                                   ok
-198: AT_ARG_OPTION_ARG                               ok
-199: parallel test execution                         ok
-200: parallel truth                                  ok
-201: parallel fallacy                                ok
-202: parallel skip                                   ok
-203: parallel syntax error                           skipped (autotest.at:1477)
-204: parallel errexit                                ok
-205: parallel autotest and signal handling           FAILED (autotest.at:1625)
-206: parallel args but non-working mkfifo            ok
-207: colored test results                            ok
-208: srcdir propagation                              FAILED (autotest.at:1756)
-209: whitespace in absolute testdir                  ok
-210: unusual file names                              ok
-211: Erlang Eunit unit tests                         FAILED (autotest.at:1934)
+109: AT_COPYRIGHT                                    ok
+110: AT_DATA                                         ok
+111: Empty test suite                                ok
+112: Banner-only test suite                          ok
+113: Empty test                                      ok
+114: Empty check                                     ok
+115: AT_SETUP without AT_INIT                        ok
+116: AT_BANNER without AT_INIT                       ok
+117: AT_CLEANUP without AT_INIT                      ok
+118: Missing AT_CLEANUP                              ok
+119: AT_FAIL_IF without AT_SETUP                     ok
+120: AT_SKIP_IF without AT_SETUP                     ok
+121: AT_CHECK without AT_SETUP                       ok
+122: AT_DATA without AT_SETUP                        ok
+123: AT_XFAIL_IF without AT_SETUP                    ok
+124: AT_KEYWORDS without AT_SETUP                    ok
+125: AT_CLEANUP without AT_SETUP                     ok
+126: AT_BANNER inside AT_SETUP                       ok
+127: AT_SETUP inside AT_SETUP                        ok
+128: Multiple AT_INIT                                ok
+129: Tested programs                                 ok
+130: Startup error messages                          ok
+131: Truth                                           ok
+132: Fallacy                                         ok
+133: Skip                                            ok
+134: Hard fail                                       ok
+135: AT_FAIL_IF                                      ok
+136: AT_SKIP_IF                                      ok
+137: Syntax error                                    ok
+138: errexit                                         ok
+139: at_status                                       ok
+140: AT_CHECK execution environment                  ok
+141: unquoted output                                 ok
+142: Trace output                                    ok
+143: Logging                                         ok
+144: Binary output                                   ok
+145: Cleanup                                         ok
+146: Literal multiline command                       ok
+147: Multiline parameter expansion                   ok
+148: Backquote command substitution                  ok
+149: Multiline backquote command substitution        ok
+150: Parenthetical command substitution              ok
+151: Multiline parenthetical command substitution    ok
+152: Shell comment in command                        ok
+153: Invalid brace-enclosed parameter expansion      ok
+154: Multiline command from M4 expansion             ok
+155: Double-M4-quoted command                        ok
+156: Metacharacters in command from M4 expansion     ok
+157: BS-newline in command                           ok
+158: ^BS-newline in command                          ok
+159: BSx641-newline in command                       ok
+160: BS-BS-newline in command                        ok
+161: BSx640-newline in command                       ok
+162: Newline-CODE-BS-newline in command              ok
+163: Single-quote-BS-newline in command              ok
+164: Single-quote-newline-BS-newline in command      ok
+165: Input from stdin                                ok
+166: Backquote in a test title                       ok
+167: Single-quote in a test title                    ok
+168: Double-quote in a test title                    ok
+169: Backslash in a test title                       ok
+170: Brackets in a test title                        ok
+171: Left bracket in a test title                    ok
+172: Right bracket in a test title                   ok
+173: Quoted pound in a test title                    ok
+174: Pound in a test title                           ok
+175: Quoted comma in a test title                    ok
+176: Comma in a test title                           ok
+177: Parentheses in a test title                     ok
+178: Left paren in a test title                      ok
+179: Right paren in a test title                     ok
+180: Quoted Macro in a test title                    ok
+181: Macro in a test title                           ok
+182: Macro with backquote in a test title            ok
+183: Macro with single-quote in a test title         ok
+184: Macro with double-quote in a test title         ok
+185: Macro with backslash in a test title            ok
+186: Macro echoing macro in a test title             ok
+187: Macro echoing single-quote in a test title      ok
+188: Long test title in a test title                 ok
+189: Longer test title in a test title               ok
+190: Long test source lines                          ok
+191: Huge testsuite                                  ok
+192: Debugging a successful test                     ok
+193: Debugging script and environment                ok
+194: Debugging a failed test                         ok
+195: Using atlocal                                   ok
+196: Choosing where testsuite is run                 ok
+197: recheck                                         ok
+198: Banners                                         ok
+199: Keywords and ranges                             ok
+200: Keyword wrapping                                ok
+201: AT_ARG_OPTION                                   ok
+202: AT_ARG_OPTION_ARG                               ok
+203: parallel test execution                         skipped (autotest.at:1429)
+204: parallel truth                                  skipped (autotest.at:1461)
+205: parallel fallacy                                skipped (autotest.at:1466)
+206: parallel skip                                   skipped (autotest.at:1471)
+207: parallel syntax error                           skipped (autotest.at:1476)
+208: parallel errexit                                skipped (autotest.at:1495)
+209: parallel autotest and signal handling           skipped (autotest.at:1513)
+210: parallel args but non-working mkfifo            skipped (autotest.at:1630)
+211: colored test results                            ok
+212: srcdir propagation                              ok
+213: whitespace in absolute testdir                  ok
+214: unusual file names                              ok
+215: Erlang Eunit unit tests                         ok
 
 Autoconf base layer.
 
-212: AC_REQUIRE: topological sort                    FAILED (base.at:60)
-213: AC_REQUIRE: error message                       ok
-214: AC_REQUIRE & AC_DEFUN_ONCE: Require, expand     FAILED (base.at:120)
-215: AC_REQUIRE & AC_DEFUN_ONCE: Expand, require     FAILED (base.at:163)
-216: AC_REQUIRE & AC_PROVIDE                         FAILED (base.at:195)
-217: AC_INIT                                         FAILED (base.at:213)
-218: AC_INIT with unusual version strings            FAILED (base.at:240)
-219: AC_COPYRIGHT                                    FAILED (base.at:302)
-220: AC_CACHE_CHECK                                  FAILED (base.at:353)
-221: AC_CACHE_LOAD                                   FAILED (base.at:521)
-222: AC_COMPUTE_INT                                  FAILED (base.at:550)
-223: AC_TRY_COMMAND                                  FAILED (base.at:580)
-224: Input/Output                                    FAILED (base.at:596)
-225: configure arguments                             FAILED (base.at:615)
-226: AC_ARG_ENABLE and AC_ARG_WITH                   FAILED (base.at:653)
-227: configure directories                           FAILED (base.at:696)
+216: AC_REQUIRE: topological sort                    ok
+217: AC_REQUIRE: error message                       ok
+218: AC_REQUIRE & AC_DEFUN_ONCE: Require, expand     ok
+219: AC_REQUIRE & AC_DEFUN_ONCE: Expand, require     ok
+220: AC_REQUIRE & AC_PROVIDE                         ok
+221: AC_INIT                                         ok
+222: AC_INIT with unusual version strings            ok
+223: AC_COPYRIGHT                                    ok
+224: AC_CACHE_CHECK                                  ok
+225: AC_CACHE_LOAD                                   ok
+226: AC_COMPUTE_INT                                  ok
+227: AC_TRY_COMMAND                                  ok
+228: Input/Output                                    ok
+229: configure arguments                             ok
+230: AC_ARG_ENABLE and AC_ARG_WITH                   ok
+231: configure directories                           ok
 
 Testing config.status.
 
-228: AC_CONFIG_COMMANDS with empty commands          FAILED (torture.at:27)
-229: AC_CONFIG_COMMANDS with temporary directory     FAILED (torture.at:36)
-230: Multiple AC_CONFIG_FILES                        ok
-231: Parameterized AC_CONFIG_FILES                   FAILED (torture.at:82)
-232: AC_ARG_VAR                                      FAILED (torture.at:153)
-233: AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS    FAILED (torture.at:222)
-234: Macro calls in AC_CONFIG_COMMANDS tags          FAILED (torture.at:386)
-235: Missing templates                               FAILED (torture.at:406)
-236: configure invocation                            FAILED (torture.at:459)
-237: #define header templates                        FAILED (torture.at:579)
-238: Torturing config.status                         FAILED (torture.at:719)
-239: Substitute a 2000-byte string                   FAILED (torture.at:836)
-240: Define to a 2000-byte string                    FAILED (torture.at:867)
-241: Substitute and define special characters        FAILED (torture.at:949)
-242: Substitute a newline                            FAILED (torture.at:1016)
-243: Define a newline                                FAILED (torture.at:1035)
-244: AC_SUBST: variable name validation              FAILED (torture.at:1093)
-245: datarootdir workaround                          FAILED (torture.at:1134)
-246: srcdir                                          FAILED (torture.at:1180)
-247: VPATH                                           FAILED (torture.at:1245)
-248: Signal handling                                 FAILED (torture.at:1293)
-249: AC_CONFIG_LINKS                                 FAILED (torture.at:1326)
-250: AC_CONFIG_LINKS and identical files             FAILED (torture.at:1369)
+232: AC_CONFIG_COMMANDS with empty commands          ok
+233: AC_CONFIG_COMMANDS with temporary directory     ok
+234: Multiple AC_CONFIG_FILES                        ok
+235: Parameterized AC_CONFIG_FILES                   ok
+236: AC_ARG_VAR                                      ok
+237: AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS    ok
+238: Macro calls in AC_CONFIG_COMMANDS tags          ok
+239: Missing templates                               ok
+240: configure invocation                            ok
+241: #define header templates                        ok
+242: Torturing config.status                         ok
+243: Substitute a 2000-byte string                   ok
+244: Define to a 2000-byte string                    ok
+245: Substitute and define special characters        ok
+246: Substitute a newline                            ok
+247: Define a newline                                ok
+248: AC_SUBST: variable name validation              ok
+249: datarootdir workaround                          ok
+250: srcdir                                          ok
+251: VPATH                                           skipped (torture.at:1273)
+252: Signal handling                                 ok
+253: AC_CONFIG_LINKS                                 ok
+254: AC_CONFIG_LINKS and identical files             ok
 
 autoreconf.
 
-251: Configuring subdirectories                      ok
-252: Deep Package                                    ok
-253: Non-Autoconf AC_CONFIG_SUBDIRS                  ok
-254: Non-literal AC_CONFIG_SUBDIRS                   ok
-255: Empty directory                                 ok
-256: Unusual Automake input files                    ok
+255: Configuring subdirectories                      ok
+256: Deep Package                                    ok
+257: Non-Autoconf AC_CONFIG_SUBDIRS                  ok
+258: Non-literal AC_CONFIG_SUBDIRS                   ok
+259: Empty directory                                 ok
+260: Unusual Automake input files                    ok
 
 Low level compiling/preprocessing macros.
 
-257: AC_LANG, AC_LANG_PUSH & AC_LANG_POP             FAILED (compile.at:60)
-258: AC_REQUIRE & AC_LANG                            FAILED (compile.at:109)
-259: AC_LANG_SOURCE                                  FAILED (compile.at:134)
-260: AC_LANG_SOURCE(C++)                             FAILED (compile.at:160)
-261: AC_LANG_SOURCE example                          FAILED (compile.at:190)
-262: AC_LANG_PROGRAM example                         FAILED (compile.at:235)
-263: AC_COMPILE_IFELSE                               FAILED (compile.at:276)
-264: AC_RUN_IFELSE                                   FAILED (compile.at:335)
-265: Order of user actions and cleanup               FAILED (compile.at:380)
-266: AC_TRY_LINK_FUNC                                FAILED (compile.at:390)
-267: Multiple languages                              FAILED (compile.at:415)
+261: AC_LANG, AC_LANG_PUSH & AC_LANG_POP             ok
+262: AC_REQUIRE & AC_LANG                            ok
+263: AC_LANG_SOURCE                                  ok
+264: AC_LANG_SOURCE(C++)                             ok
+265: AC_LANG_SOURCE example                          ok
+266: AC_LANG_PROGRAM example                         ok
+267: AC_COMPILE_IFELSE                               ok
+268: AC_RUN_IFELSE                                   ok
+269: Order of user actions and cleanup               ok
+270: AC_TRY_LINK_FUNC                                ok
+271: Multiple languages                              ok
 
 Testing autoconf/lang macros.
 
-268: AC_NO_EXECUTABLES                               FAILED (aclang.at:13)
-269: AC_REQUIRE_CPP                                  FAILED (aclang.at:14)
+272: AC_NO_EXECUTABLES                               ok
+273: AC_REQUIRE_CPP                                  ok
 
 C low level compiling/preprocessing macros.
 
-270: Extensions                                      FAILED (c.at:34)
-271: Broken/missing compilers                        FAILED (c.at:65)
-272: C keywords                                      FAILED (c.at:76)
-273: AC_PROG_CPP requires AC_PROG_CC                 FAILED (c.at:94)
-274: AC_PROG_CPP with warnings                       FAILED (c.at:119)
-275: AC_PROG_CPP without warnings                    skipped (c.at:144)
-276: AC_PROG_CPP via CC                              skipped (c.at:184)
-277: AC_NO_EXECUTABLES (working linker)              FAILED (c.at:222)
-278: AC_NO_EXECUTABLES (broken linker)               FAILED (c.at:232)
-279: AC_USE_SYSTEM_EXTENSIONS                        FAILED (c.at:249)
-280: AC_C_RESTRICT and C++                           ok
-281: AC_OPENMP and C                                 ok
-282: AC_OPENMP and C++                               ok
+274: Extensions                                      ok
+275: Broken/missing compilers                        ok
+276: C keywords                                      ok
+277: AC_PROG_CPP requires AC_PROG_CC                 ok
+278: AC_PROG_CPP with warnings                       ok
+279: AC_PROG_CPP without warnings                    skipped (c.at:143)
+280: AC_PROG_CPP via CC                              skipped (c.at:183)
+281: AC_NO_EXECUTABLES (working linker)              ok
+282: AC_NO_EXECUTABLES (broken linker)               ok
+283: AC_USE_SYSTEM_EXTENSIONS                        ok
+284: AC_C_RESTRICT and C++                           ok
+285: AC_OPENMP and C                                 ok
+286: AC_OPENMP and C++                               ok
 
 Testing autoconf/c macros.
 
-283: AC_C_BACKSLASH_A                                FAILED (acc.at:13)
-284: AC_C_BIGENDIAN                                  FAILED (acc.at:14)
-285: AC_C_CHAR_UNSIGNED                              FAILED (acc.at:15)
-286: AC_C_FLEXIBLE_ARRAY_MEMBER                      FAILED (acc.at:16)
-287: AC_C_INLINE                                     FAILED (acc.at:17)
-288: AC_C_PROTOTYPES                                 FAILED (acc.at:18)
-289: AC_C_RESTRICT                                   FAILED (acc.at:19)
-290: AC_C_STRINGIZE                                  FAILED (acc.at:20)
-291: AC_C_TYPEOF                                     FAILED (acc.at:21)
-292: AC_C_VARARRAYS                                  FAILED (acc.at:22)
-293: AC_OPENMP                                       FAILED (acc.at:23)
-294: AC_PROG_CC_C89                                  FAILED (acc.at:24)
-295: AC_PROG_CC_C99                                  FAILED (acc.at:25)
-296: AC_PROG_CC_C_O                                  FAILED (acc.at:26)
-297: AC_PROG_CC_STDC                                 FAILED (acc.at:27)
-298: AC_PROG_CPP_WERROR                              FAILED (acc.at:28)
-299: AC_PROG_GCC_TRADITIONAL                         FAILED (acc.at:29)
-300: AC_LANG_C                                       FAILED (acc.at:32)
-301: AC_LANG_CPLUSPLUS                               FAILED (acc.at:33)
-302: AC_LANG_OBJC                                    FAILED (acc.at:34)
+287: AC_C_BACKSLASH_A                                ok
+288: AC_C_BIGENDIAN                                  ok
+289: AC_C_CHAR_UNSIGNED                              ok
+290: AC_C_FLEXIBLE_ARRAY_MEMBER                      ok
+291: AC_C_INLINE                                     ok
+292: AC_C_PROTOTYPES                                 ok
+293: AC_C_RESTRICT                                   ok
+294: AC_C_STRINGIZE                                  ok
+295: AC_C_TYPEOF                                     ok
+296: AC_C_VARARRAYS                                  ok
+297: AC_OPENMP                                       ok
+298: AC_PROG_CC_C89                                  ok
+299: AC_PROG_CC_C99                                  ok
+300: AC_PROG_CC_C_O                                  ok
+301: AC_PROG_CC_STDC                                 ok
+302: AC_PROG_CPP_WERROR                              ok
+303: AC_PROG_GCC_TRADITIONAL                         ok
+304: AC_LANG_C                                       ok
+305: AC_LANG_CPLUSPLUS                               ok
+306: AC_LANG_OBJC                                    ok
 
 Fortran low level compiling/preprocessing macros.
 
-303: GNU Fortran 77                                  FAILED (fortran.at:31)
-304: GNU Fortran                                     FAILED (fortran.at:59)
-305: AC_OPENMP and Fortran 77                        skipped (fortran.at:112)
-306: AC_OPENMP and Fortran                           ok
-307: AC_F77_DUMMY_MAIN usage                         FAILED (fortran.at:240)
-308: AC_FC_DUMMY_MAIN usage                          FAILED (fortran.at:321)
-309: AC_F77_MAIN usage                               FAILED (fortran.at:400)
-310: AC_FC_MAIN usage                                FAILED (fortran.at:482)
-311: AC_F77_FUNC usage                               FAILED (fortran.at:560)
-312: AC_FC_FUNC usage                                FAILED (fortran.at:634)
-313: AC_FC_SRCEXT usage                              FAILED (fortran.at:719)
-314: AC_FC_FREEFORM                                  FAILED (fortran.at:755)
-315: AC_FC_FREEFORM with AC_FC_SRCEXT                FAILED (fortran.at:793)
-316: AC_FC_FIXEDFORM                                 FAILED (fortran.at:831)
-317: AC_FC_FIXEDFORM with AC_FC_SRCEXT               FAILED (fortran.at:870)
-318: AC_FC_LINE_LENGTH                               FAILED (fortran.at:934)
+307: GNU Fortran 77                                  ok
+308: GNU Fortran                                     ok
+309: AC_OPENMP and Fortran 77                        skipped (fortran.at:114)
+310: AC_OPENMP and Fortran                           ok
+311: AC_F77_DUMMY_MAIN usage                         ok
+312: AC_FC_DUMMY_MAIN usage                          ok
+313: AC_F77_MAIN usage                               ok
+314: AC_FC_MAIN usage                                ok
+315: AC_F77_FUNC usage                               ok
+316: AC_FC_FUNC usage                                ok
+317: AC_FC_SRCEXT usage                              ok
+318: AC_FC_PP_SRCEXT usage                           ok
+319: AC_FC_FREEFORM                                  ok
+320: AC_FC_FREEFORM with AC_FC_SRCEXT                ok
+321: AC_FC_FIXEDFORM                                 ok
+322: AC_FC_FIXEDFORM with AC_FC_SRCEXT               ok
+323: AC_FC_LINE_LENGTH                               ok
+324: AC_FC_CHECK_BOUNDS                              ok
+325: AC_FC_MODULE_FLAG                               ok
 
 Testing autoconf/fortran macros.
 
-319: AC_F77_MAIN                                     FAILED (acfortran.at:13)
-320: AC_F77_WRAPPERS                                 FAILED (acfortran.at:14)
-321: AC_FC_FIXEDFORM                                 FAILED (acfortran.at:15)
-322: AC_FC_FREEFORM                                  FAILED (acfortran.at:16)
-323: AC_FC_LINE_LENGTH                               FAILED (acfortran.at:17)
-324: AC_FC_MAIN                                      FAILED (acfortran.at:18)
-325: AC_FC_WRAPPERS                                  FAILED (acfortran.at:19)
-326: AC_PROG_F77_C_O                                 FAILED (acfortran.at:20)
-327: AC_PROG_FC_C_O                                  FAILED (acfortran.at:21)
-328: AC_F77_NAME_MANGLING                            FAILED (acfortran.at:24)
-329: AC_LANG_FORTRAN77                               FAILED (acfortran.at:25)
+326: AC_F77_IMPLICIT_NONE                            skipped (acfortran.at:13)
+327: AC_F77_MAIN                                     ok
+328: AC_F77_WRAPPERS                                 ok
+329: AC_FC_CHECK_BOUNDS                              ok
+330: AC_FC_FIXEDFORM                                 ok
+331: AC_FC_FREEFORM                                  ok
+332: AC_FC_IMPLICIT_NONE                             ok
+333: AC_FC_LINE_LENGTH                               ok
+334: AC_FC_MAIN                                      ok
+335: AC_FC_MODULE_EXTENSION                          ok
+336: AC_FC_MODULE_FLAG                               ok
+337: AC_FC_MODULE_OUTPUT_FLAG                        ok
+338: AC_FC_PP_DEFINE                                 ok
+339: AC_FC_WRAPPERS                                  ok
+340: AC_PROG_F77_C_O                                 ok
+341: AC_PROG_FC_C_O                                  ok
+342: AC_F77_NAME_MANGLING                            ok
+343: AC_LANG_FORTRAN77                               ok
 
 Erlang low level compiling and utility macros.
 
-330: Erlang                                          FAILED (erlang.at:32)
-331: AC_ERLANG_CHECK_LIB                             FAILED (erlang.at:54)
-332: AC_ERLANG_SUBST_ROOT_DIR                        FAILED (erlang.at:74)
-333: AC_ERLANG_SUBST_LIB_DIR                         FAILED (erlang.at:91)
-334: AC_ERLANG_SUBST_INSTALL_LIB_DIR                 FAILED (erlang.at:108)
-335: AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR              FAILED (erlang.at:116)
-336: AC_ERLANG_SUBST_ERTS_VER                        FAILED (erlang.at:130)
+344: Erlang                                          ok
+345: AC_ERLANG_CHECK_LIB                             ok
+346: AC_ERLANG_SUBST_ROOT_DIR                        ok
+347: AC_ERLANG_SUBST_LIB_DIR                         ok
+348: AC_ERLANG_SUBST_INSTALL_LIB_DIR                 ok
+349: AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR              ok
+350: AC_ERLANG_SUBST_ERTS_VER                        ok
+
+Go low level compiling and utility macros.
+
+351: Go                                              skipped (go.at:30)
+
+Testing autoconf/go macros.
+
+352: AC_LANG_GO                                      ok
 
 Semantics.
 
-337: AC_CHECK_LIB                                    FAILED (semantics.at:33)
-338: AC_SEARCH_LIBS                                  FAILED (semantics.at:77)
-339: AC_SEARCH_LIBS (none needed)                    FAILED (semantics.at:90)
-340: AC_CHECK_DECLS                                  FAILED (semantics.at:105)
-341: AC_CHECK_FUNCS                                  FAILED (semantics.at:159)
-342: AC_REPLACE_FUNCS                                FAILED (semantics.at:189)
-343: AC_CHECK_HEADERS                                FAILED (semantics.at:218)
-344: AC_CHECK_HEADERS (preprocessor test)            FAILED (semantics.at:252)
-345: AC_CHECK_HEADERS (compiler test)                FAILED (semantics.at:284)
-346: AC_CHECK_MEMBER                                 FAILED (semantics.at:300)
-347: AC_CHECK_MEMBERS                                FAILED (semantics.at:326)
-348: AC_CHECK_ALIGNOF                                FAILED (semantics.at:341)
-349: AC_CHECK_ALIGNOF (cross compile)                FAILED (semantics.at:341)
-350: AC_CHECK_ALIGNOF struct                         FAILED (semantics.at:358)
-351: AC_CHECK_ALIGNOF struct (cross compile)         FAILED (semantics.at:358)
-352: AC_CHECK_SIZEOF                                 FAILED (semantics.at:370)
-353: AC_CHECK_SIZEOF (cross compile)                 FAILED (semantics.at:370)
-354: AC_CHECK_SIZEOF struct                          FAILED (semantics.at:386)
-355: AC_CHECK_SIZEOF struct (cross compile)          FAILED (semantics.at:386)
-356: AC_CHECK_TYPES                                  FAILED (semantics.at:411)
-357: AC_CHECK_TYPES: backward compatibility          FAILED (semantics.at:443)
-358: AC_CHECK_FILES                                  FAILED (semantics.at:461)
-359: AC_CHECK_PROG & AC_CHECK_PROGS                  FAILED (semantics.at:542)
-360: AC_C_BIGENDIAN                                  FAILED (semantics.at:559)
-361: AC_PATH_PROG & AC_PATH_PROGS                    FAILED (semantics.at:633)
-362: AC_PATH_PROGS_FEATURE_CHECK                     FAILED (semantics.at:711)
-363: AC_PATH_XTRA                                    FAILED (semantics.at:726)
-364: AC_SYS_RESTARTABLE_SYSCALLS                     FAILED (semantics.at:742)
-365: AC_FUNC_SETVBUF_REVERSED                        FAILED (semantics.at:743)
-366: AC_FUNC_WAIT3                                   FAILED (semantics.at:744)
+353: AC_CHECK_LIB                                    ok
+354: AC_SEARCH_LIBS                                  ok
+355: AC_SEARCH_LIBS (none needed)                    ok
+356: AC_CHECK_DECLS                                  ok
+357: AC_CHECK_FUNCS                                  ok
+358: AC_REPLACE_FUNCS                                ok
+359: AC_CHECK_HEADERS                                ok
+360: AC_CHECK_HEADERS (preprocessor test)            ok
+361: AC_CHECK_HEADERS (compiler test)                ok
+362: AC_CHECK_MEMBER                                 ok
+363: AC_CHECK_MEMBERS                                ok
+364: AC_CHECK_ALIGNOF                                ok
+365: AC_CHECK_ALIGNOF (cross compile)                ok
+366: AC_CHECK_ALIGNOF struct                         ok
+367: AC_CHECK_ALIGNOF struct (cross compile)         ok
+368: AC_CHECK_SIZEOF                                 ok
+369: AC_CHECK_SIZEOF (cross compile)                 ok
+370: AC_CHECK_SIZEOF struct                          ok
+371: AC_CHECK_SIZEOF struct (cross compile)          ok
+372: AC_CHECK_TYPES                                  ok
+373: AC_CHECK_TYPES: backward compatibility          ok
+374: AC_CHECK_FILES                                  ok
+375: AC_CHECK_PROG & AC_CHECK_PROGS                  ok
+376: AC_C_BIGENDIAN                                  ok
+377: AC_PATH_PROG & AC_PATH_PROGS                    ok
+378: AC_PATH_PROGS_FEATURE_CHECK                     ok
+379: AC_PATH_XTRA                                    ok
+380: AC_SYS_RESTARTABLE_SYSCALLS                     ok
+381: AC_FUNC_SETVBUF_REVERSED                        ok
+382: AC_FUNC_WAIT3                                   ok
 
 Testing autoconf/general macros.
 
-367: AC_ARG_ENABLE                                   FAILED (acgeneral.at:13)
-368: AC_ARG_PROGRAM                                  FAILED (acgeneral.at:14)
-369: AC_ARG_WITH                                     FAILED (acgeneral.at:15)
-370: AC_CHECK_DECLS_ONCE                             FAILED (acgeneral.at:16)
-371: AC_EGREP_CPP                                    FAILED (acgeneral.at:17)
-372: AC_EGREP_HEADER                                 FAILED (acgeneral.at:18)
-373: AC_LIBOBJ                                       FAILED (acgeneral.at:19)
-374: AC_LIBSOURCES                                   FAILED (acgeneral.at:20)
-375: AC_PREFIX_DEFAULT                               FAILED (acgeneral.at:21)
-376: AC_CHECKING                                     FAILED (acgeneral.at:24)
-377: AC_COMPILE_CHECK                                FAILED (acgeneral.at:25)
-378: AC_ENABLE                                       FAILED (acgeneral.at:26)
-379: AC_FOREACH                                      FAILED (acgeneral.at:27)
-380: AC_MSG_RESULT_UNQUOTED                          FAILED (acgeneral.at:28)
-381: AC_TRY_COMPILE                                  FAILED (acgeneral.at:29)
-382: AC_TRY_CPP                                      FAILED (acgeneral.at:30)
-383: AC_TRY_LINK                                     FAILED (acgeneral.at:31)
-384: AC_TRY_RUN                                      FAILED (acgeneral.at:32)
-385: AC_VALIDATE_CACHED_SYSTEM_TUPLE                 FAILED (acgeneral.at:33)
-386: AC_WITH                                         FAILED (acgeneral.at:34)
+383: AC_ARG_ENABLE                                   ok
+384: AC_ARG_PROGRAM                                  ok
+385: AC_ARG_WITH                                     ok
+386: AC_CHECK_DECLS_ONCE                             ok
+387: AC_EGREP_CPP                                    ok
+388: AC_EGREP_HEADER                                 ok
+389: AC_LIBOBJ                                       ok
+390: AC_LIBSOURCES                                   ok
+391: AC_PREFIX_DEFAULT                               ok
+392: AC_CHECKING                                     ok
+393: AC_COMPILE_CHECK                                ok
+394: AC_ENABLE                                       ok
+395: AC_FOREACH                                      ok
+396: AC_MSG_RESULT_UNQUOTED                          ok
+397: AC_TRY_COMPILE                                  ok
+398: AC_TRY_CPP                                      ok
+399: AC_TRY_LINK                                     ok
+400: AC_TRY_RUN                                      ok
+401: AC_VALIDATE_CACHED_SYSTEM_TUPLE                 ok
+402: AC_WITH                                         ok
 
 Testing autoconf/status macros.
 
-387: AC_OUTPUT_COMMANDS                              FAILED (acstatus.at:15)
+403: AC_OUTPUT_COMMANDS                              ok
 
 Testing autoconf/specific macros.
 
-388: AC_SYS_INTERPRETER                              FAILED (acspecific.at:13)
-389: AC_SYS_LARGEFILE                                FAILED (acspecific.at:14)
-390: AC_SYS_LONG_FILE_NAMES                          FAILED (acspecific.at:15)
-391: AC_SYS_POSIX_TERMIOS                            FAILED (acspecific.at:16)
-392: AC_AIX                                          FAILED (acspecific.at:19)
-393: AC_ARG_ARRAY                                    FAILED (acspecific.at:20)
-394: AC_DECL_SYS_SIGLIST                             FAILED (acspecific.at:21)
-395: AC_DYNIX_SEQ                                    FAILED (acspecific.at:22)
-396: AC_HAVE_POUNDBANG                               FAILED (acspecific.at:23)
-397: AC_IRIX_SUN                                     FAILED (acspecific.at:24)
-398: AC_ISC_POSIX                                    FAILED (acspecific.at:25)
-399: AC_MINIX                                        FAILED (acspecific.at:26)
-400: AC_SCO_INTL                                     FAILED (acspecific.at:27)
-401: AC_XENIX_DIR                                    FAILED (acspecific.at:28)
+404: AC_SYS_INTERPRETER                              ok
+405: AC_SYS_LARGEFILE                                ok
+406: AC_SYS_LONG_FILE_NAMES                          ok
+407: AC_SYS_POSIX_TERMIOS                            ok
+408: AC_AIX                                          ok
+409: AC_ARG_ARRAY                                    ok
+410: AC_DECL_SYS_SIGLIST                             ok
+411: AC_DYNIX_SEQ                                    ok
+412: AC_HAVE_POUNDBANG                               ok
+413: AC_IRIX_SUN                                     ok
+414: AC_ISC_POSIX                                    ok
+415: AC_MINIX                                        ok
+416: AC_SCO_INTL                                     ok
+417: AC_XENIX_DIR                                    ok
 
 Testing autoconf/programs macros.
 
-402: AC_PROG_AWK                                     FAILED (acprograms.at:13)
-403: AC_PROG_FGREP                                   FAILED (acprograms.at:14)
-404: AC_PROG_INSTALL                                 FAILED (acprograms.at:15)
-405: AC_PROG_LEX                                     FAILED (acprograms.at:16)
-406: AC_PROG_LN_S                                    FAILED (acprograms.at:17)
-407: AC_PROG_MAKE_SET                                FAILED (acprograms.at:18)
-408: AC_PROG_MKDIR_P                                 FAILED (acprograms.at:19)
-409: AC_PROG_RANLIB                                  FAILED (acprograms.at:20)
-410: AC_PROG_SED                                     FAILED (acprograms.at:21)
-411: AC_PROG_YACC                                    FAILED (acprograms.at:22)
-412: AC_CHECK_TOOL_PREFIX                            FAILED (acprograms.at:25)
-413: AC_DECL_YYTEXT                                  FAILED (acprograms.at:26)
-414: AC_RSH                                          FAILED (acprograms.at:27)
+418: AC_PROG_AWK                                     ok
+419: AC_PROG_FGREP                                   ok
+420: AC_PROG_INSTALL                                 ok
+421: AC_PROG_LEX                                     ok
+422: AC_PROG_LN_S                                    ok
+423: AC_PROG_MAKE_SET                                ok
+424: AC_PROG_MKDIR_P                                 ok
+425: AC_PROG_RANLIB                                  ok
+426: AC_PROG_SED                                     ok
+427: AC_PROG_YACC                                    ok
+428: AC_CHECK_TOOL_PREFIX                            ok
+429: AC_DECL_YYTEXT                                  ok
+430: AC_RSH                                          ok
 
 Testing autoconf/headers macros.
 
-415: AC_CHECK_HEADERS_ONCE                           FAILED (acheaders.at:13)
-416: AC_HEADER_ASSERT                                FAILED (acheaders.at:14)
-417: AC_HEADER_MAJOR                                 FAILED (acheaders.at:15)
-418: AC_HEADER_RESOLV                                FAILED (acheaders.at:16)
-419: AC_HEADER_STAT                                  FAILED (acheaders.at:17)
-420: AC_HEADER_STDBOOL                               FAILED (acheaders.at:18)
-421: AC_HEADER_TIOCGWINSZ                            FAILED (acheaders.at:19)
-422: AC_DIR_HEADER                                   FAILED (acheaders.at:22)
-423: AC_MEMORY_H                                     FAILED (acheaders.at:23)
-424: AC_UNISTD_H                                     FAILED (acheaders.at:24)
-425: AC_USG                                          FAILED (acheaders.at:25)
+431: AC_CHECK_HEADERS_ONCE                           ok
+432: AC_CHECK_HEADER_STDBOOL                         ok
+433: AC_HEADER_ASSERT                                ok
+434: AC_HEADER_MAJOR                                 ok
+435: AC_HEADER_RESOLV                                ok
+436: AC_HEADER_STAT                                  ok
+437: AC_HEADER_STDBOOL                               ok
+438: AC_HEADER_TIOCGWINSZ                            ok
+439: AC_DIR_HEADER                                   ok
+440: AC_MEMORY_H                                     ok
+441: AC_UNISTD_H                                     ok
+442: AC_USG                                          ok
 
 Testing autoconf/types macros.
 
-426: AC_STRUCT_DIRENT_D_INO                          FAILED (actypes.at:13)
-427: AC_STRUCT_DIRENT_D_TYPE                         FAILED (actypes.at:14)
-428: AC_STRUCT_ST_BLOCKS                             FAILED (actypes.at:15)
-429: AC_STRUCT_TIMEZONE                              FAILED (actypes.at:16)
-430: AC_TYPE_INT16_T                                 FAILED (actypes.at:17)
-431: AC_TYPE_INT32_T                                 FAILED (actypes.at:18)
-432: AC_TYPE_INT64_T                                 FAILED (actypes.at:19)
-433: AC_TYPE_INT8_T                                  FAILED (actypes.at:20)
-434: AC_TYPE_INTMAX_T                                FAILED (actypes.at:21)
-435: AC_TYPE_INTPTR_T                                FAILED (actypes.at:22)
-436: AC_TYPE_LONG_DOUBLE                             FAILED (actypes.at:23)
-437: AC_TYPE_LONG_DOUBLE_WIDER                       FAILED (actypes.at:24)
-438: AC_TYPE_MODE_T                                  FAILED (actypes.at:25)
-439: AC_TYPE_OFF_T                                   FAILED (actypes.at:26)
-440: AC_TYPE_SSIZE_T                                 FAILED (actypes.at:27)
-441: AC_TYPE_UINT16_T                                FAILED (actypes.at:28)
-442: AC_TYPE_UINT32_T                                FAILED (actypes.at:29)
-443: AC_TYPE_UINT64_T                                FAILED (actypes.at:30)
-444: AC_TYPE_UINT8_T                                 FAILED (actypes.at:31)
-445: AC_TYPE_UINTMAX_T                               FAILED (actypes.at:32)
-446: AC_TYPE_UINTPTR_T                               FAILED (actypes.at:33)
-447: AC_C_LONG_DOUBLE                                FAILED (actypes.at:36)
-448: AC_INT_16_BITS                                  FAILED (actypes.at:37)
-449: AC_LONG_64_BITS                                 FAILED (actypes.at:38)
-450: AC_STRUCT_ST_BLKSIZE                            FAILED (actypes.at:39)
-451: AC_STRUCT_ST_RDEV                               FAILED (actypes.at:40)
-452: AC_TYPE_SIGNAL                                  FAILED (actypes.at:41)
-453: AM_TYPE_PTRDIFF_T                               FAILED (actypes.at:42)
+443: AC_STRUCT_DIRENT_D_INO                          ok
+444: AC_STRUCT_DIRENT_D_TYPE                         ok
+445: AC_STRUCT_ST_BLOCKS                             ok
+446: AC_STRUCT_TIMEZONE                              ok
+447: AC_TYPE_INT16_T                                 ok
+448: AC_TYPE_INT32_T                                 ok
+449: AC_TYPE_INT64_T                                 ok
+450: AC_TYPE_INT8_T                                  ok
+451: AC_TYPE_INTMAX_T                                ok
+452: AC_TYPE_INTPTR_T                                ok
+453: AC_TYPE_LONG_DOUBLE                             ok
+454: AC_TYPE_LONG_DOUBLE_WIDER                       ok
+455: AC_TYPE_MODE_T                                  ok
+456: AC_TYPE_OFF_T                                   ok
+457: AC_TYPE_SSIZE_T                                 ok
+458: AC_TYPE_UINT16_T                                ok
+459: AC_TYPE_UINT32_T                                ok
+460: AC_TYPE_UINT64_T                                ok
+461: AC_TYPE_UINT8_T                                 ok
+462: AC_TYPE_UINTMAX_T                               ok
+463: AC_TYPE_UINTPTR_T                               ok
+464: AC_C_LONG_DOUBLE                                ok
+465: AC_INT_16_BITS                                  ok
+466: AC_LONG_64_BITS                                 ok
+467: AC_STRUCT_ST_BLKSIZE                            ok
+468: AC_STRUCT_ST_RDEV                               ok
+469: AC_TYPE_SIGNAL                                  ok
+470: AM_TYPE_PTRDIFF_T                               ok
 
 Testing autoconf/functions macros.
 
-454: AC_CHECK_FUNCS_ONCE                             FAILED (acfunctions.at:13)
-455: AC_FUNC_CHOWN                                   FAILED (acfunctions.at:14)
-456: AC_FUNC_CLOSEDIR_VOID                           FAILED (acfunctions.at:15)
-457: AC_FUNC_ERROR_AT_LINE                           FAILED (acfunctions.at:16)
-458: AC_FUNC_FNMATCH                                 FAILED (acfunctions.at:17)
-459: AC_FUNC_FORK                                    FAILED (acfunctions.at:18)
-460: AC_FUNC_FSEEKO                                  FAILED (acfunctions.at:19)
-461: AC_FUNC_GETGROUPS                               FAILED (acfunctions.at:20)
-462: AC_FUNC_GETMNTENT                               FAILED (acfunctions.at:21)
-463: AC_FUNC_GETPGRP                                 FAILED (acfunctions.at:22)
-464: AC_FUNC_LSTAT                                   FAILED (acfunctions.at:23)
-465: AC_FUNC_MALLOC                                  FAILED (acfunctions.at:24)
-466: AC_FUNC_MBRTOWC                                 FAILED (acfunctions.at:25)
-467: AC_FUNC_MEMCMP                                  FAILED (acfunctions.at:26)
-468: AC_FUNC_MKTIME                                  FAILED (acfunctions.at:27)
-469: AC_FUNC_MMAP                                    FAILED (acfunctions.at:28)
-470: AC_FUNC_OBSTACK                                 FAILED (acfunctions.at:29)
-471: AC_FUNC_REALLOC                                 FAILED (acfunctions.at:30)
-472: AC_FUNC_SELECT_ARGTYPES                         FAILED (acfunctions.at:31)
-473: AC_FUNC_SETPGRP                                 FAILED (acfunctions.at:32)
-474: AC_FUNC_STAT                                    FAILED (acfunctions.at:33)
-475: AC_FUNC_STRCOLL                                 FAILED (acfunctions.at:34)
-476: AC_FUNC_STRERROR_R                              FAILED (acfunctions.at:35)
-477: AC_FUNC_STRFTIME                                FAILED (acfunctions.at:36)
-478: AC_FUNC_STRNLEN                                 FAILED (acfunctions.at:37)
-479: AC_FUNC_STRTOD                                  FAILED (acfunctions.at:38)
-480: AC_FUNC_STRTOLD                                 FAILED (acfunctions.at:39)
-481: AC_FUNC_UTIME_NULL                              FAILED (acfunctions.at:40)
-482: AC_FUNC_VPRINTF                                 FAILED (acfunctions.at:41)
+471: AC_CHECK_FUNCS_ONCE                             ok
+472: AC_FUNC_CHOWN                                   ok
+473: AC_FUNC_CLOSEDIR_VOID                           ok
+474: AC_FUNC_ERROR_AT_LINE                           ok
+475: AC_FUNC_FNMATCH                                 ok
+476: AC_FUNC_FORK                                    ok
+477: AC_FUNC_FSEEKO                                  ok
+478: AC_FUNC_GETGROUPS                               ok
+479: AC_FUNC_GETMNTENT                               ok
+480: AC_FUNC_GETPGRP                                 ok
+481: AC_FUNC_LSTAT                                   ok
+482: AC_FUNC_MALLOC                                  ok
+483: AC_FUNC_MBRTOWC                                 ok
+484: AC_FUNC_MEMCMP                                  ok
+485: AC_FUNC_MKTIME                                  ok
+486: AC_FUNC_MMAP                                    ok
+487: AC_FUNC_OBSTACK                                 ok
+488: AC_FUNC_REALLOC                                 ok
+489: AC_FUNC_SELECT_ARGTYPES                         ok
+490: AC_FUNC_SETPGRP                                 ok
+491: AC_FUNC_STAT                                    ok
+492: AC_FUNC_STRCOLL                                 ok
+493: AC_FUNC_STRERROR_R                              ok
+494: AC_FUNC_STRFTIME                                ok
+495: AC_FUNC_STRNLEN                                 ok
+496: AC_FUNC_STRTOD                                  ok
+497: AC_FUNC_STRTOLD                                 ok
+498: AC_FUNC_UTIME_NULL                              ok
+499: AC_FUNC_VPRINTF                                 ok
 
 Testing autoconf/libs macros.
 
-483: AC_HAVE_LIBRARY                                 FAILED (aclibs.at:15)
+500: AC_HAVE_LIBRARY                                 ok
 
 Compatibility with other tools.
 
-484: Libtool                                         skipped (foreign.at:56)
-485: shtool                                          FAILED (foreign.at:128)
+501: Libtool                                         skipped (foreign.at:55)
+502: shtool                                          ok
 
 Autoscan.
 
-486: autoscan                                        ok
+503: autoscan                                        ok
 
 ## ------------- ##
 ## Test results. ##
 ## ------------- ##
 
-ERROR: 480 tests were run,
-282 failed (4 expected failures).
-6 tests were skipped.
-## -------------------------- ##
-## testsuite.log was created. ##
-## -------------------------- ##
-
-Please send `tests/testsuite.log' and all information you think might help:
-
-   To: <[email protected]>
-   Subject: [GNU Autoconf 2.68] testsuite: 1 10 11 12 14 16 17 20 22 24 25 27 28 32 33 36 38 205 208 211 212 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 277 278 279 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 485 failed
-
-You may investigate any problem if you feel able to do so, in which
-case the test suite provides a good starting point.  Its output may
-be found below `tests/testsuite.dir'.
-
-make[4]: *** [check-local] Error 1
+488 tests behaved as expected.
+15 tests were skipped.
 make[4]: Leaving directory `$(@D)/tests'
-make[3]: *** [check-am] Error 2
 make[3]: Leaving directory `$(@D)/tests'
-make[2]: *** [check-recursive] Error 1
+Making check in man
+make[3]: Entering directory `$(@D)/man'
+make[3]: Nothing to be done for `check'.
+make[3]: Leaving directory `$(@D)/man'
 make[2]: Leaving directory `$(@D)'
-make[1]: *** [check] Error 2
 make[1]: Leaving directory `$(@D)'