Re: [GNU Autoconf 2.72] testsuite: 19 failed

Sean Denney <[email protected]> Wed, 1 Jan 2025 17:03:27 -0600
Newsgroups gmane.comp.sysutils.autoconf.bugs
Message-ID <[email protected]>
The patch failed to apply to the 2.72 release directory (even with a clean install from the tarball). It failed at doc/autoconf.texi:18532.

I just did a git clone of the repository and then ./bootstrap, ./configure, ./make, ./make check. 

That did the trick and all tests passed. See the attached testsuite log for review.

Cheers
— Sean



> On Jan 1, 2025, at 3:32 PM, Paul Eggert <[email protected]> wrote:
> 
> On 2024-12-31 14:43, Sean Denney wrote:
>> The output from echo $? In that case was zero (0).
> 
> Thanks for checking. I installed the attached patch to Autoconf master on Savannah; please give it a try.<0001-Fix-test-failure-on-macOS-15.1.1.patch>
testsuite.log (application/octet-stream, 52.3 KB)
## -------------------------------------- ##
## GNU Autoconf 2.72.68-1a46e test suite. ##
## -------------------------------------- ##

testsuite: command line was:
  $ tests/testsuite -C tests MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make

## --------- ##
## Platform. ##
## --------- ##

hostname = Seans-MacBook-Pro-2.local
uname -m = arm64
uname -r = 24.1.0
uname -s = Darwin
uname -v = Darwin Kernel Version 24.1.0: Thu Nov 14 18:15:21 PST 2024; root:xnu-11215.41.3~13/RELEASE_ARM64_T6041

/usr/bin/uname -p = arm
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 24.1.0: Thu Nov 14 18:15:21 PST 2024; root:xnu-11215.41.3~13/RELEASE_ARM64_T6041
Kernel configured for up to 16 processors.
16 processors are physically available.
16 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Primary memory available: 64.00 gigabytes
Default processor set: 709 tasks, 2846 threads, 16 processors
Load average: 5.04, Mach factor: 10.94
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/
PATH: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/
PATH: /Library/Frameworks/Python.framework/Versions/3.13/bin/
PATH: /usr/local/bin/
PATH: /System/Cryptexes/App/usr/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /opt/X11/bin/
PATH: /Library/Apple/usr/bin/
PATH: /Applications/Wireshark.app/Contents/MacOS/

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2025 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests'
| at_srcdir='.'
| abs_srcdir='/Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf'
| at_top_build_prefix='../'
| abs_top_builddir='/Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

testsuite: atlocal:
| # -*- shell-script -*-
| # tests/atlocal.  Generated from atlocal.in by configure.
| # Configurable variable values for Autoconf test suite.
| 
| # Copyright (C) 2000-2001, 2005, 2008-2017, 2020-2025 Free Software
| # Foundation, Inc.
| #
| # This program is free software: you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation, either version 3 of the License, or
| # (at your option) any later version.
| #
| # This program is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with this program.  If not, see <https://www.gnu.org/licenses/>.
| 
| AWK='awk'
| EGREP='/usr/bin/grep -E'
| GREP='/usr/bin/grep'
| M4='/usr/local/bin/m4'
| PERL='/usr/local/bin/perl'
| SED='/usr/bin/sed'
| 
| # We need to know if sh -n is ok.
| SHELL_N='/bin/sh'
| 
| # Check whether the underlying system can manage some unusual
| # symbols in file names.
| if test -z ''; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d ''; }
| fi
| 
| # Can we create directories with trailing whitespace in their names?
| ac_cv_dir_trailing_space='yes'
| if test "$ac_cv_dir_trailing_space" = yes; then
|   func_sanitize_dir_name () { echo "$@"; }
| else
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
| fi
| 
| # AUTOM4TE might be set in the environment.  Override it here so that
| # direct aclocal invocations also use it.
| AUTOM4TE=autom4te
| export AUTOM4TE

## ------------------------------------------- ##
## System supplied programs that we depend on. ##
## ------------------------------------------- ##

# m4 is /usr/local/bin/m4
/usr/local/bin/m4 --version
m4 (GNU M4) 1.4.19
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Ren'e Seindal.

# perl is /usr/local/bin/perl
/usr/local/bin/perl --version

This is perl 5, version 40, subversion 0 (v5.40.0) built for darwin-2level

Copyright 1987-2024, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at https://www.perl.org/, the Perl Home Page.


# sh is /bin/sh
/bin/sh --version
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin24)
Copyright (C) 2007 Free Software Foundation, Inc.

# make is /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

# automake is /usr/local/bin/automake
/usr/local/bin/automake --version
automake (GNU automake) 1.17
Features: subsecond-mtime

Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
  <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <[email protected]>
       and Alexandre Duret-Lutz <[email protected]>.

# aclocal is /usr/local/bin/aclocal
/usr/local/bin/aclocal --version
aclocal (GNU automake) 1.17
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <[email protected]>
       and Alexandre Duret-Lutz <[email protected]>.

./local.at:32: using 1s as mtime resolution

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./local.at:25: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/autom4te --version
autom4te (GNU Autoconf) 2.72.68-1a46e
Features: subsecond-mtime

Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Akim Demaille.

./local.at:25: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/autoconf --version
autoconf (GNU Autoconf) 2.72.68-1a46e
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:25: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/autoheader --version
autoheader (GNU Autoconf) 2.72.68-1a46e
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Roland McGrath and Akim Demaille.

./local.at:25: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.72.68-1a46e
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:25: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.72.68-1a46e
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:25: /Users/sdenney/Downloads/00_Installers/libraries/C002_Autoconf/autoconf/tests/ifnames --version
ifnames (GNU Autoconf) 2.72.68-1a46e
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Paul Eggert.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Wed Jan  1 16:24:48 CST 2025
1. Syntax of the shell scripts (tools.at:46): ok     (0m0.180s 0m0.019s)
2. Syntax of the Perl scripts (tools.at:69): ok     (0m0.105s 0m0.039s)
3. autom4te cache (tools.at:88): ok     (0m0.093s 0m0.087s)
4. autom4te --force (tools.at:119): ok     (0m0.063s 0m0.060s)
5. autom4te and whitespace in file names (tools.at:145): ok     (0m0.358s 0m0.363s)
6. autom4te --trace and unusual macro names (tools.at:217): ok     (0m0.031s 0m0.026s)
7. autom4te --trace and whitespace (tools.at:227): ok     (0m0.032s 0m0.028s)
8. autoconf --trace: user macros (tools.at:252): ok     (0m0.190s 0m0.146s)
9. autoconf --trace: builtins (tools.at:338): ok     (0m0.155s 0m0.078s)
10. autoconf --trace: AC_CONFIG_MACRO_DIRS (tools.at:363): ok     (0m0.387s 0m0.270s)
11. autoconf: forbidden tokens, basic (tools.at:442): ok     (0m0.123s 0m0.107s)
12. autoconf: forbidden tokens, exceptions (tools.at:497): ok     (0m0.054s 0m0.045s)
13. autoconf: automatically allowed tokens (tools.at:538): ok     (0m0.063s 0m0.039s)
14. autoconf: the empty token (tools.at:555): ok     (0m0.052s 0m0.043s)
15. autoconf: subdirectories (tools.at:573): ok     (0m0.152s 0m0.238s)
16. autoconf: input from stdin (tools.at:599): ok     (0m0.108s 0m0.072s)
17. autoconf: AC_AUTOCONF_VERSION (tools.at:617): ok     (0m0.065s 0m0.041s)
18. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:635): ok     (0m0.088s 0m0.095s)
19. autoconf: timestamp changes (tools.at:672): ok     (0m0.235s 0m0.140s)
20. ifnames (tools.at:718): ok     (0m0.018s 0m0.012s)
21. autoheader (tools.at:770): ok     (0m0.189s 0m0.154s)
22. autoheader and macros (tools.at:903): ok     (0m0.134s 0m0.100s)
23. autoheader with multiple headers (tools.at:939): ok     (0m0.136s 0m0.102s)
24. autoupdate (tools.at:969): ok     (0m0.500s 0m0.161s)
25. autoupdating AC_LINK_FILES (tools.at:1001): ok     (0m0.394s 0m0.300s)
26. autoupdating AC_PREREQ (tools.at:1038): ok     (0m0.745s 0m0.251s)
27. autoupdating AU_ALIAS (tools.at:1059): ok     (0m0.948s 0m1.084s)
28. autoupdating OLD to NEW (tools.at:1111): ok     (0m0.376s 0m0.263s)
30. autoupdating AC_HELP_STRING (tools.at:1162): ok     (0m0.392s 0m0.269s)
31. autoupdating with m4sugar (tools.at:1181): ok     (0m0.422s 0m0.309s)
35. autoupdating AC_LANG_SAVE (tools.at:1296): ok     (0m0.368s 0m0.256s)
36. autoupdating AC_FOREACH (tools.at:1324): ok     (0m0.389s 0m0.283s)
37. autoupdating AC_OBSOLETE (tools.at:1352): ok     (0m0.688s 0m0.396s)
38. autoupdating AC_DIAGNOSE and AC_WARNING (tools.at:1414): ok     (0m0.385s 0m0.273s)
39. autoupdating AC_FATAL (tools.at:1443): ok     (0m0.304s 0m0.121s)
40. autoupdating with aclocal and m4_include (tools.at:1472): ok     (0m0.609s 0m0.234s)
41. autom4te preselections (tools.at:1501): ok     (0m0.372s 0m0.221s)
42. autom4te cache creation (tools.at:1562): ok     (0m0.269s 0m0.206s)
43. autom4te cache locking (tools.at:1622): ok     (0m0.143s 0m0.154s)
44. autotools and whitespace in file names (tools.at:1650): ok     (0m3.330s 0m1.774s)
45. autotools and relative TMPDIR (tools.at:1712): ok     (0m0.254s 0m0.283s)
46. m4_stack (m4sugar.at:42): ok     (0m0.032s 0m0.028s)
47. m4_defn (m4sugar.at:103): ok     (0m0.161s 0m0.163s)
48. m4_dumpdef (m4sugar.at:187): ok     (0m0.134s 0m0.136s)
49. m4_warn (m4sugar.at:246): ok     (0m0.135s 0m0.134s)
50. m4_warn (bad categories) (m4sugar.at:305): ok     (0m0.101s 0m0.099s)
51. m4_divert_stack (m4sugar.at:368): ok     (0m0.158s 0m0.154s)
52. m4_expansion_stack (m4sugar.at:457): ok     (0m0.032s 0m0.029s)
53. m4_require: error message (m4sugar.at:481): ok     (0m0.031s 0m0.028s)
54. m4_require: warning message (m4sugar.at:501): ok     (0m0.098s 0m0.092s)
55. m4_require: circular dependencies (m4sugar.at:552): ok     (0m0.031s 0m0.028s)
56. m4_require: one-shot initialization (m4sugar.at:582): ok     (0m0.064s 0m0.059s)
57. m4_require: nested (m4sugar.at:643): ok     (0m0.163s 0m0.155s)
58. m4sugar shorthand conditionals (m4sugar.at:811): ok     (0m0.032s 0m0.028s)
59. m4_cond (m4sugar.at:896): ok     (0m0.035s 0m0.034s)
60. m4 lists (m4sugar.at:948): ok     (0m0.062s 0m0.057s)
61. m4_split (m4sugar.at:1000): ok     (0m0.032s 0m0.028s)
62. m4_do (m4sugar.at:1046): ok     (0m0.032s 0m0.028s)
63. m4_append (m4sugar.at:1074): ok     (0m0.067s 0m0.066s)
64. m4_join (m4sugar.at:1158): ok     (0m0.032s 0m0.029s)
65. m4_expand (m4sugar.at:1244): ok     (0m0.032s 0m0.028s)
66. m4_text_box (m4sugar.at:1300): ok     (0m0.032s 0m0.028s)
67. m4_text_wrap (m4sugar.at:1324): ok     (0m0.033s 0m0.030s)
68. m4_version_compare (m4sugar.at:1386): ok     (0m0.035s 0m0.034s)
69. Standard regular expressions (m4sugar.at:1444): ok     (0m0.223s 0m0.211s)
70. m4_bmatch (m4sugar.at:1471): ok     (0m0.032s 0m0.029s)
71. m4_toupper and m4_tolower (m4sugar.at:1503): ok     (0m0.032s 0m0.029s)
72. m4_bpatsubsts (m4sugar.at:1540): ok     (0m0.032s 0m0.028s)
73. m4_esyscmd_s (m4sugar.at:1569): ok     (0m0.034s 0m0.033s)
74. M4 loops (m4sugar.at:1597): ok     (0m0.157s 0m0.153s)
75. m4_map (m4sugar.at:1751): ok     (0m0.035s 0m0.034s)
76. m4_map_args and m4_curry (m4sugar.at:1826): ok     (0m0.096s 0m0.086s)
77. m4_combine (m4sugar.at:1898): ok     (0m0.032s 0m0.029s)
78. m4_max and m4_min (m4sugar.at:1925): ok     (0m0.094s 0m0.089s)
79. recursion (m4sugar.at:2004): ok     (0m0.558s 0m0.062s)
80. m4_set (m4sugar.at:2121): ok     (0m0.392s 0m0.120s)
81. __file__ and __line__ (m4sugar.at:2324): ok     (0m0.032s 0m0.028s)
82. No extra re-exec with CONFIG_SHELL (m4sh.at:24): ok     (0m0.037s 0m0.037s)
83. Forced re-exec with CONFIG_SHELL (m4sh.at:42): ok     (0m0.058s 0m0.073s)
84. Configure re-execs self with CONFIG_SHELL (m4sh.at:110): ok     (0m0.136s 0m0.204s)
85. AS_WARN and AS_ERROR (m4sh.at:146): ok     (0m0.105s 0m0.149s)
86. LINENO (m4sh.at:211): ok     (0m0.198s 0m0.305s)
87. LINENO stack (m4sh.at:288): ok     (0m0.042s 0m0.047s)
88. AS_BOX (m4sh.at:317): ok     (0m0.042s 0m0.049s)
89. AS_BASENAME (m4sh.at:359): ok     (0m0.080s 0m0.136s)
90. AS_DIRNAME (m4sh.at:416): ok     (0m0.088s 0m0.151s)
91. AS_SET_CATFILE (m4sh.at:475): ok     (0m0.037s 0m0.037s)
92. AS_ECHO and AS_ECHO_N (m4sh.at:519): ok     (0m0.043s 0m0.071s)
93. obsolete $as_echo and $as_echo_n (m4sh.at:562): ok     (0m0.043s 0m0.055s)
94. Redefining AS_ECHO internals (m4sh.at:618): ok     (0m0.580s 0m0.879s)
95. AS_EXECUTABLE_P (m4sh.at:747): ok     (0m0.045s 0m0.063s)
96. AS_EXIT (m4sh.at:799): ok     (0m0.065s 0m0.113s)
97. AS_MKDIR_P (m4sh.at:848): ok     (0m0.045s 0m0.055s)
98. AS_VERSION_COMPARE (m4sh.at:880): ok     (0m0.064s 0m0.092s)
99. as_me (m4sh.at:926): ok     (0m0.041s 0m0.047s)
100. Negated classes in globbing (m4sh.at:950): ok     (0m0.042s 0m0.048s)
101. Null variable substitution (m4sh.at:978): ok     (0m0.039s 0m0.044s)
102. Functions Support (m4sh.at:1044): ok     (0m0.044s 0m0.052s)
103. Functions and return Support (m4sh.at:1086): ok     (0m0.044s 0m0.051s)
104. Nested AS_REQUIRE_SHELL_FN (m4sh.at:1123): ok     (0m0.036s 0m0.037s)
105. Nested AS_REQUIRE (m4sh.at:1156): ok     (0m0.037s 0m0.038s)
106. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:1194): ok     (0m0.041s 0m0.046s)
107. AS_HELP_STRING (m4sh.at:1235): ok     (0m0.039s 0m0.039s)
108. AS_IF and AS_CASE (m4sh.at:1374): ok     (0m0.137s 0m0.112s)
109. AS_FOR (m4sh.at:1537): ok     (0m0.042s 0m0.048s)
110. AS_LITERAL_IF (m4sh.at:1605): ok     (0m0.038s 0m0.040s)
111. AS_TR_SH and AS_TR_CPP (m4sh.at:1683): ok     (0m0.068s 0m0.122s)
112. AS_VAR basics (m4sh.at:1768): ok     (0m0.042s 0m0.050s)
113. AS_VAR_APPEND (m4sh.at:1880): ok     (0m0.038s 0m0.041s)
114. AS_VAR_ARITH (m4sh.at:1915): ok     (0m0.038s 0m0.039s)
115. AS_INIT cleanup (m4sh.at:1946): ok     (0m0.041s 0m0.058s)
116. AS_INIT basename __file__ (m4sh.at:1983): ok     (0m0.037s 0m0.035s)
117. AS_INIT_GENERATED (m4sh.at:2002): ok     (0m0.167s 0m0.281s)
118. AS_MESSAGE_FD (m4sh.at:2076): ok     (0m0.057s 0m0.085s)
119. _AS_CLEAN_DIR (m4sh.at:2120): ok     (0m0.048s 0m0.061s)
120. ECHO_C (m4sh.at:2149): ok     (0m0.054s 0m0.073s)
121. AT_COPYRIGHT (autotest.at:144): ok     (0m0.080s 0m0.117s)
122. AT_DATA (autotest.at:165): ok     (0m0.131s 0m0.231s)
123. AT_DATA_UNQUOTED (autotest.at:184): ok     (0m0.130s 0m0.220s)
124. AT_PREPARE_TESTS (autotest.at:202): ok     (0m0.118s 0m0.203s)
125. AT_PREPARE_EACH_TEST (autotest.at:211): ok     (0m0.131s 0m0.241s)
126. AT_TEST_HELPER_FN (autotest.at:228): ok     (0m0.119s 0m0.211s)
127. Empty test suite (autotest.at:245): ok     (0m0.103s 0m0.169s)
128. Banner-only test suite (autotest.at:249): ok     (0m0.104s 0m0.179s)
129. Empty test (autotest.at:255): ok     (0m0.114s 0m0.201s)
130. Empty check (autotest.at:258): ok     (0m0.117s 0m0.208s)
131. AT_SETUP without AT_INIT (autotest.at:261): ok     (0m0.035s 0m0.039s)
132. AT_BANNER without AT_INIT (autotest.at:267): ok     (0m0.033s 0m0.034s)
133. AT_CLEANUP without AT_INIT (autotest.at:271): ok     (0m0.033s 0m0.034s)
134. Missing AT_CLEANUP (autotest.at:275): ok     (0m0.038s 0m0.035s)
135. AT_FAIL_IF without AT_SETUP (autotest.at:281): ok     (0m0.038s 0m0.036s)
136. AT_SKIP_IF without AT_SETUP (autotest.at:286): ok     (0m0.037s 0m0.034s)
137. AT_CHECK without AT_SETUP (autotest.at:291): ok     (0m0.038s 0m0.035s)
138. AT_DATA without AT_SETUP (autotest.at:296): ok     (0m0.037s 0m0.035s)
139. AT_XFAIL_IF without AT_SETUP (autotest.at:301): ok     (0m0.037s 0m0.035s)
140. AT_KEYWORDS without AT_SETUP (autotest.at:306): ok     (0m0.037s 0m0.035s)
141. AT_CLEANUP without AT_SETUP (autotest.at:311): ok     (0m0.038s 0m0.034s)
142. AT_BANNER inside AT_SETUP (autotest.at:316): ok     (0m0.037s 0m0.033s)
143. AT_SETUP inside AT_SETUP (autotest.at:324): ok     (0m0.037s 0m0.034s)
144. Multiple AT_INIT (autotest.at:334): ok     (0m0.038s 0m0.034s)
145. Invalid AT_TEST_HELPER_FN (spaces) (autotest.at:339): ok     (0m0.037s 0m0.035s)
146. Invalid AT_TEST_HELPER_FN (substitutions) (autotest.at:347): ok     (0m0.037s 0m0.035s)
147. Multiple AT_TEST_HELPER_FN (autotest.at:355): ok     (0m0.037s 0m0.035s)
148. Tested programs (autotest.at:366): ok     (0m0.183s 0m0.232s)
149. Startup error messages (autotest.at:376): ok     (0m0.119s 0m0.212s)
150. Truth (autotest.at:388): ok     (0m0.116s 0m0.208s)
151. Fallacy (autotest.at:391): ok     (0m0.153s 0m0.290s)
152. Skip (autotest.at:396): ok     (0m0.119s 0m0.214s)
153. Hard fail (autotest.at:401): ok     (0m0.164s 0m0.322s)
154. AT_FAIL_IF (autotest.at:411): ok     (0m0.200s 0m0.411s)
155. AT_SKIP_IF (autotest.at:431): ok     (0m0.166s 0m0.325s)
156. Syntax error (autotest.at:451): ok     (0m0.197s 0m0.394s)
157. errexit (autotest.at:470): ok     (0m0.294s 0m0.638s)
158. at_status (autotest.at:512): ok     (0m0.325s 0m0.703s)
159. AT_CHECK execution environment (autotest.at:538): ok     (0m0.135s 0m0.251s)
160. unquoted output (autotest.at:557): ok     (0m0.117s 0m0.210s)
161. Trace output (autotest.at:564): ok     (0m0.118s 0m0.211s)
162. Logging (autotest.at:570): ok     (0m0.368s 0m0.796s)
163. Binary output (autotest.at:615): ok     (0m0.326s 0m0.654s)
164. Cleanup (autotest.at:657): ok     (0m0.378s 0m0.812s)
165. Literal multiline command (autotest.at:697): ok     (0m0.117s 0m0.208s)
166. Multiline parameter expansion (autotest.at:703): ok     (0m0.117s 0m0.206s)
167. Backquote command substitution (autotest.at:710): ok     (0m0.117s 0m0.201s)
168. Multiline backquote command substitution (autotest.at:715): ok     (0m0.119s 0m0.210s)
169. Parenthetical command substitution (autotest.at:723): ok     (0m0.117s 0m0.204s)
170. Multiline parenthetical command substitution (autotest.at:728): ok     (0m0.120s 0m0.214s)
171. Shell comment in command (autotest.at:738): ok     (0m0.118s 0m0.209s)
172. Invalid brace-enclosed parameter expansion (autotest.at:752): ok     (0m0.150s 0m0.283s)
173. Multiline command from M4 expansion (autotest.at:760): ok     (0m0.117s 0m0.210s)
174. Double-M4-quoted command (autotest.at:767): ok     (0m0.118s 0m0.210s)
175. Metacharacters in command from M4 expansion (autotest.at:774): ok     (0m0.116s 0m0.206s)
176. BS-newline in command (autotest.at:784): ok     (0m0.117s 0m0.207s)
177. ^BS-newline in command (autotest.at:789): ok     (0m0.116s 0m0.207s)
178. BSx641-newline in command (autotest.at:794): ok     (0m0.116s 0m0.201s)
179. BS-BS-newline in command (autotest.at:799): ok     (0m0.117s 0m0.202s)
180. BSx640-newline in command (autotest.at:807): ok     (0m0.123s 0m0.225s)
181. Newline-CODE-BS-newline in command (autotest.at:814): ok     (0m0.117s 0m0.198s)
182. Single-quote-BS-newline in command (autotest.at:821): ok     (0m0.116s 0m0.201s)
183. Single-quote-newline-BS-newline in command (autotest.at:827): ok     (0m0.118s 0m0.206s)
184. Input from stdin (autotest.at:840): ok     (0m0.134s 0m0.252s)
185. Backquote in a test title (autotest.at:916): ok     (0m0.203s 0m0.410s)
186. Single-quote in a test title (autotest.at:917): ok     (0m0.204s 0m0.408s)
187. Double-quote in a test title (autotest.at:918): ok     (0m0.204s 0m0.412s)
188. Backslash in a test title (autotest.at:920): ok     (0m0.202s 0m0.412s)
189. Brackets in a test title (autotest.at:921): ok     (0m0.203s 0m0.412s)
190. Left bracket in a test title (autotest.at:922): ok     (0m0.204s 0m0.406s)
191. Right bracket in a test title (autotest.at:923): ok     (0m0.205s 0m0.408s)
192. Quoted pound in a test title (autotest.at:924): ok     (0m0.204s 0m0.399s)
193. Pound in a test title (autotest.at:925): ok     (0m0.204s 0m0.405s)
194. Quoted comma in a test title (autotest.at:926): ok     (0m0.212s 0m0.434s)
195. Comma in a test title (autotest.at:927): ok     (0m0.203s 0m0.413s)
196. Parentheses in a test title (autotest.at:929): ok     (0m0.207s 0m0.418s)
197. Left paren in a test title (autotest.at:930): ok     (0m0.202s 0m0.411s)
198. Right paren in a test title (autotest.at:931): ok     (0m0.204s 0m0.412s)
199. Quoted Macro in a test title (autotest.at:933): ok     (0m0.203s 0m0.408s)
200. Macro in a test title (autotest.at:934): ok     (0m0.204s 0m0.414s)
201. Macro with backquote in a test title (autotest.at:935): ok     (0m0.204s 0m0.412s)
202. Macro with single-quote in a test title (autotest.at:936): ok     (0m0.205s 0m0.410s)
203. Macro with double-quote in a test title (autotest.at:937): ok     (0m0.205s 0m0.407s)
204. Macro with backslash in a test title (autotest.at:939): ok     (0m0.203s 0m0.410s)
205. Macro echoing macro in a test title (autotest.at:940): ok     (0m0.204s 0m0.402s)
206. Macro echoing single-quote in a test title (autotest.at:942): ok     (0m0.203s 0m0.405s)
207. Long test title in a test title (autotest.at:943): ok     (0m0.204s 0m0.402s)
208. Longer test title in a test title (autotest.at:944): ok     (0m0.204s 0m0.408s)
209. Long test source lines (autotest.at:955): ok     (0m0.153s 0m0.276s)
210. Huge testsuite (autotest.at:969): ok     (0m0.317s 0m0.216s)
211. Debugging a successful test (autotest.at:981): ok     (0m0.237s 0m0.479s)
212. Debugging script and environment (autotest.at:995): ok     (0m0.348s 0m0.746s)
213. Debugging a failed test (autotest.at:1012): ok     (0m0.262s 0m0.520s)
214. Using atlocal (autotest.at:1023): ok     (0m0.399s 0m0.859s)
215. Choosing where testsuite is run (autotest.at:1058): ok     (0m0.304s 0m0.638s)
216. recheck (autotest.at:1093): ok     (0m0.512s 0m1.141s)
217. Banners (autotest.at:1141): ok     (0m0.938s 0m2.134s)
218. Keywords and ranges (autotest.at:1208): ok     (0m1.871s 0m4.249s)
219. Keyword wrapping (autotest.at:1311): ok     (0m0.066s 0m0.080s)
220. AT_ARG_OPTION (autotest.at:1340): ok     (0m0.629s 0m1.411s)
221. AT_ARG_OPTION_ARG (autotest.at:1389): ok     (0m0.625s 0m1.385s)
222. parallel test execution (autotest.at:1463): ok     (0m0.772s 0m2.224s)
223. parallel truth (autotest.at:1565): ok     (0m0.123s 0m0.221s)
224. parallel fallacy (autotest.at:1570): ok     (0m0.156s 0m0.301s)
225. parallel skip (autotest.at:1575): ok     (0m0.126s 0m0.226s)
226. parallel syntax error (autotest.at:1580): ok     (0m0.215s 0m0.442s)
227. parallel errexit (autotest.at:1599): ok     (0m0.191s 0m0.386s)
228. parallel autotest and signal handling (autotest.at:1615): ok     (0m0.774s 0m1.858s)
229. parallel args but non-working mkfifo (autotest.at:1727): ok     (0m0.148s 0m0.268s)
230. colored test results (autotest.at:1749): ok     (0m0.632s 0m1.404s)
231. srcdir propagation (autotest.at:1838): ok     (0m0.776s 0m1.593s)
232. whitespace in absolute testdir (autotest.at:1917): ok     (0m0.162s 0m0.300s)
233. unusual file names (autotest.at:1941): ok     (0m0.088s 0m0.139s)
234. C unit tests (autotest.at:1971): ok     (0m0.572s 0m0.816s)
235. C unit tests (EXEEXT) (autotest.at:2017): ok     (0m0.567s 0m0.761s)
236. Erlang Eunit unit tests (autotest.at:2069): ok     (0m0.253s 0m0.396s)
237. AC_REQUIRE: topological sort (base.at:28): ok     (0m0.064s 0m0.069s)
238. AC_REQUIRE: error message (base.at:75): ok     (0m0.048s 0m0.040s)
239. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:93): ok     (0m0.064s 0m0.068s)
240. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:138): ok     (0m0.065s 0m0.068s)
241. AC_REQUIRE & AC_PROVIDE (base.at:183): ok     (0m0.063s 0m0.065s)
242. AC_INIT (base.at:219): ok     (0m0.124s 0m0.176s)
243. AC_INIT (obsolete invocation) (base.at:243): ok     (0m0.142s 0m0.220s)
244. AC_INIT with unusual version strings (base.at:271): ok     (0m1.648s 0m1.527s)
245. AC_COPYRIGHT (base.at:568): ok     (0m0.091s 0m0.102s)
246. AC_CACHE_CHECK (base.at:600): ok     (0m1.561s 0m2.767s)
247. AC_CACHE_LOAD (base.at:798): ok     (0m0.130s 0m0.184s)
248. AC_COMPUTE_INT (base.at:824): ok     (0m0.392s 0m0.564s)
249. AC_TRY_COMMAND (base.at:847): ok     (0m0.125s 0m0.171s)
250. Input/Output (base.at:879): ok     (0m0.179s 0m0.303s)
251. configure arguments (base.at:901): ok     (0m0.162s 0m0.253s)
252. AC_ARG_ENABLE and AC_ARG_WITH (base.at:924): ok     (0m0.282s 0m0.523s)
253. configure directories (base.at:977): ok     (0m0.166s 0m0.271s)
254. AC_SUBST (base.at:1010): ok     (0m0.312s 0m0.351s)
255. configure with closed standard fds (base.at:1069): ok     (0m1.557s 0m2.254s)
256. AC_CONFIG_COMMANDS with empty commands (torture.at:26): ok     (0m0.587s 0m0.893s)
257. AC_CONFIG_COMMANDS with temporary directory (torture.at:35): ok     (0m0.632s 0m0.991s)
258. Multiple AC_CONFIG_FILES (torture.at:63): ok     (0m0.051s 0m0.035s)
259. Parameterized AC_CONFIG_FILES (torture.at:75): ok     (0m0.166s 0m0.272s)
260. AC_ARG_VAR (torture.at:129): ok     (0m1.276s 0m2.778s)
261. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:189): ok     (0m1.682s 0m3.687s)
262. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:394): ok     (0m0.132s 0m0.202s)
263. Missing templates (torture.at:414): ok     (0m0.220s 0m0.396s)
264. configure invocation (torture.at:456): ok     (0m0.810s 0m1.607s)
265. --help and --version in unwritable directory (torture.at:517): ok     (0m0.105s 0m0.132s)
266. #define header templates (torture.at:547): ok     (0m0.162s 0m0.255s)
267. Torturing config.status (torture.at:681): ok     (0m0.415s 0m0.555s)
268. Substitute a 2000-byte string (torture.at:825): ok     (0m0.322s 0m0.499s)
269. Define to a 2000-byte string (torture.at:903): ok     (0m0.206s 0m0.251s)
270. Substitute and define special characters (torture.at:927): ok     (0m0.360s 0m0.582s)
271. Substitute a newline (torture.at:1035): ok     (0m0.234s 0m0.407s)
272. Define a newline (torture.at:1076): ok     (0m0.415s 0m0.521s)
273. AC_SUBST: variable name validation (torture.at:1115): ok     (0m1.018s 0m1.111s)
274. datarootdir workaround (torture.at:1145): ok     (0m0.306s 0m0.462s)
275. srcdir (torture.at:1196): ok     (0m0.327s 0m0.627s)
276. VPATH (torture.at:1239): ok     (0m0.415s 0m0.817s)
277. Signal handling (torture.at:1324): ok     (0m0.096s 0m0.105s)
278. AC_CONFIG_LINKS (torture.at:1343): ok     (0m0.977s 0m2.117s)
279. AC_CONFIG_LINKS and identical files (torture.at:1397): ok     (0m0.561s 0m1.160s)
280. Configuring subdirectories (torture.at:1470): ok     (0m1.906s 0m2.692s)
281. Deep Package (torture.at:1588): ok     (0m2.490s 0m4.201s)
282. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1721): ok     (0m0.299s 0m0.320s)
283. Non-literal AC_CONFIG_SUBDIRS (torture.at:1764): ok     (0m0.509s 0m0.516s)
284. Empty AC_CONFIG_SUBDIRS (torture.at:1810): ok     (0m0.253s 0m0.343s)
285. Empty directory (torture.at:1834): ok     (0m0.018s 0m0.011s)
286. Unusual Automake input files (torture.at:1856): ok     (0m0.316s 0m0.169s)
287. Specific warnings options for autoreconf (torture.at:1884): ok     (0m1.100s 0m0.609s)
288. Missing auxiliary files (config.*) (torture.at:1931): ok     (0m0.570s 0m0.617s)
289. Missing auxiliary files (install-sh) (torture.at:1988): ok     (0m0.425s 0m0.470s)
290. Missing auxiliary files (foreign) (torture.at:2030): ok     (0m0.492s 0m0.447s)
291. Missing auxiliary files (--force) (torture.at:2072): ok     (0m0.284s 0m0.175s)
292. Files clobbered by AC_OPENMP (torture.at:2138): ok     (0m1.355s 0m1.875s)
293. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok     (0m0.066s 0m0.040s)
294. AC_REQUIRE & AC_LANG (compile.at:84): ok     (0m0.095s 0m0.117s)
295. AC_LANG_SOURCE (compile.at:123): ok     (0m0.410s 0m0.533s)
296. AC_LANG_SOURCE(C++) (compile.at:149): ok     (0m0.354s 0m0.491s)
297. AC_LANG_SOURCE example (compile.at:176): ok     (0m0.137s 0m0.194s)
298. AC_LANG_PROGRAM example (compile.at:217): ok     (0m0.137s 0m0.194s)
299. AC_COMPILE_IFELSE (compile.at:265): ok     (0m1.340s 0m1.814s)
300. AC_RUN_IFELSE (compile.at:311): ok     (0m0.540s 0m0.653s)
301. Order of user actions and cleanup (compile.at:351): ok     (0m0.603s 0m0.925s)
302. AC_TRY_LINK_FUNC (compile.at:399): ok     (0m3.496s 0m4.712s)
303. Multiple languages (compile.at:409): ok     (0m1.455s 0m2.107s)
304. AC_NO_EXECUTABLES (aclang.at:8): ok     (0m0.584s 0m0.899s)
305. AC_REQUIRE_CPP (aclang.at:9): ok     (0m3.061s 0m4.406s)
306. Object file extensions (c.at:31): ok     (0m0.536s 0m0.734s)
307. Broken/missing compilers (c.at:59): ok     (0m0.121s 0m0.145s)
308. C keywords (c.at:77): ok     (0m0.539s 0m0.738s)
309. AC_PROG_CPP requires AC_PROG_CC (c.at:97): ok     (0m0.551s 0m0.748s)
310. AC_PROG_CPP with warnings (c.at:114): ok     (0m0.603s 0m0.814s)
311. AC_PROG_CPP without warnings (c.at:150): skipped (c.at:153)
312. AC_PROG_CPP via CC (c.at:194): skipped (c.at:197)
313. AC_PROG_EGREP and AC_EGREP_HEADER (c.at:239): ok     (0m0.574s 0m0.766s)
314. AC_NO_EXECUTABLES (working linker) (c.at:263): ok     (0m0.531s 0m0.698s)
315. AC_NO_EXECUTABLES (broken linker) (c.at:273): ok     (0m0.379s 0m0.541s)
316. AC_USE_SYSTEM_EXTENSIONS (c.at:284): ok     (0m1.472s 0m2.071s)
317. AC_C_RESTRICT and C++ (c.at:307): ok     (0m0.622s 0m0.913s)
318. AC_OPENMP and C (c.at:370): skipped (c.at:413)
319. AC_OPENMP and C++ (c.at:423): skipped (c.at:455)
320. AC_C_BACKSLASH_A (acc.at:8): ok     (0m2.824s 0m3.953s)
321. AC_C_BIGENDIAN (acc.at:9): ok     (0m3.575s 0m5.218s)
322. AC_C_CHAR_UNSIGNED (acc.at:10): ok     (0m3.465s 0m4.998s)
323. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:11): ok     (0m2.816s 0m3.955s)
324. AC_C_INLINE (acc.at:12): ok     (0m2.766s 0m3.931s)
325. AC_C_PROTOTYPES (acc.at:13): ok     (0m2.912s 0m4.093s)
326. AC_C_RESTRICT (acc.at:14): ok     (0m2.920s 0m4.169s)
327. AC_C_STRINGIZE (acc.at:15): ok     (0m2.862s 0m4.049s)
328. AC_C_TYPEOF (acc.at:16): ok     (0m2.815s 0m3.801s)
329. AC_C_VARARRAYS (acc.at:17): ok     (0m2.874s 0m3.843s)
330. AC_C__GENERIC (acc.at:18): ok     (0m2.780s 0m3.744s)
331. AC_OPENMP (acc.at:19): ok     (0m3.256s 0m4.551s)
332. AC_PROG_CC_C_O (acc.at:20): ok     (0m3.128s 0m4.108s)
333. AC_PROG_CPP_WERROR (acc.at:21): ok     (0m3.207s 0m4.362s)
334. AC_LANG_C (acc.at:24): ok     (0m0.588s 0m0.899s)
335. autoupdating AC_LANG_C (acc.at:24): ok     (0m0.693s 0m0.621s)
336. AC_LANG_CPLUSPLUS (acc.at:25): ok     (0m0.598s 0m0.877s)
337. autoupdating AC_LANG_CPLUSPLUS (acc.at:25): ok     (0m0.692s 0m0.617s)
338. AC_LANG_OBJC (acc.at:26): ok     (0m0.598s 0m0.893s)
339. autoupdating AC_LANG_OBJC (acc.at:26): ok     (0m0.690s 0m0.616s)
340. GNU Fortran 77 (fortran.at:31): skipped (fortran.at:31)
341. GNU Fortran (fortran.at:61): skipped (fortran.at:61)
342. AC_OPENMP and Fortran 77 (fortran.at:84): skipped (fortran.at:114)
343. AC_OPENMP and Fortran (fortran.at:124): skipped (fortran.at:154)
344. AC_F77_DUMMY_MAIN usage (fortran.at:176): skipped (fortran.at:246)
345. AC_FC_DUMMY_MAIN usage (fortran.at:257): skipped (fortran.at:328)
346. AC_F77_MAIN usage (fortran.at:339): skipped (fortran.at:409)
347. AC_FC_MAIN usage (fortran.at:423): skipped (fortran.at:493)
348. AC_F77_FUNC usage (fortran.at:507): skipped (fortran.at:572)
349. AC_FC_FUNC usage (fortran.at:583): skipped (fortran.at:648)
350. AC_FC_SRCEXT usage (fortran.at:659): skipped (fortran.at:733)
351. AC_FC_PP_SRCEXT usage (fortran.at:743): skipped (fortran.at:832)
352. AC_FC_FREEFORM (fortran.at:843): skipped (fortran.at:868)
353. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:879): skipped (fortran.at:905)
354. AC_FC_FIXEDFORM (fortran.at:916): skipped (fortran.at:942)
355. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:953): skipped (fortran.at:980)
356. AC_FC_LINE_LENGTH (fortran.at:991): skipped (fortran.at:1048)
357. AC_FC_CHECK_BOUNDS (fortran.at:1063): skipped (fortran.at:1109)
358. AC_FC_MODULE_FLAG (fortran.at:1121): skipped (fortran.at:1176)
359. AC_F77_CRAY_POINTERS (fortran.at:1191): skipped (fortran.at:1221)
360. AC_FC_CRAY_POINTERS (fortran.at:1233): skipped (fortran.at:1264)
361. AC_F77_CRAY_POINTERS (acfortran.at:8): skipped (acfortran.at:8)
362. AC_F77_IMPLICIT_NONE (acfortran.at:9): skipped (acfortran.at:9)
363. AC_F77_MAIN (acfortran.at:10): skipped (acfortran.at:10)
364. AC_F77_WRAPPERS (acfortran.at:11): skipped (acfortran.at:11)
365. AC_FC_CHECK_BOUNDS (acfortran.at:12): skipped (acfortran.at:12)
366. AC_FC_CRAY_POINTERS (acfortran.at:13): skipped (acfortran.at:13)
367. AC_FC_FIXEDFORM (acfortran.at:14): skipped (acfortran.at:14)
368. AC_FC_FREEFORM (acfortran.at:15): skipped (acfortran.at:15)
369. AC_FC_IMPLICIT_NONE (acfortran.at:16): skipped (acfortran.at:16)
370. AC_FC_LINE_LENGTH (acfortran.at:17): skipped (acfortran.at:17)
371. AC_FC_MAIN (acfortran.at:18): skipped (acfortran.at:18)
372. AC_FC_MODULE_EXTENSION (acfortran.at:19): skipped (acfortran.at:19)
373. AC_FC_MODULE_FLAG (acfortran.at:20): skipped (acfortran.at:20)
374. AC_FC_MODULE_OUTPUT_FLAG (acfortran.at:21): skipped (acfortran.at:21)
375. AC_FC_PP_DEFINE (acfortran.at:22): skipped (acfortran.at:22)
376. AC_FC_WRAPPERS (acfortran.at:23): skipped (acfortran.at:23)
377. AC_PROG_F77_C_O (acfortran.at:24): skipped (acfortran.at:24)
378. AC_PROG_FC_C_O (acfortran.at:25): skipped (acfortran.at:25)
379. AC_F77_NAME_MANGLING (acfortran.at:28): ok     (0m0.596s 0m0.846s)
380. autoupdating AC_F77_NAME_MANGLING (acfortran.at:28): ok     (0m0.696s 0m0.587s)
381. AC_LANG_FORTRAN77 (acfortran.at:29): ok     (0m0.592s 0m0.855s)
382. autoupdating AC_LANG_FORTRAN77 (acfortran.at:29): ok     (0m0.692s 0m0.620s)
383. Erlang basic compilation (erlang.at:36): skipped (erlang.at:36)
384. AC_ERLANG_CHECK_LIB (erlang.at:66): skipped (erlang.at:66)
385. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:82): skipped (erlang.at:82)
386. AC_ERLANG_SUBST_LIB_DIR (erlang.at:95): skipped (erlang.at:95)
387. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:109): ok     (0m0.598s 0m0.897s)
388. AC_ERLANG_PATH_ERL (acerlang.at:8): ok     (0m0.611s 0m0.896s)
389. AC_ERLANG_PATH_ERLC (acerlang.at:9): ok     (0m0.610s 0m0.891s)
390. AC_ERLANG_SUBST_ERTS_VER (acerlang.at:10): skipped (acerlang.at:10)
391. AC_ERLANG_SUBST_LIB_DIR (acerlang.at:11): skipped (acerlang.at:11)
392. AC_LANG_ERLANG (acerlang.at:14): ok     (0m0.596s 0m0.883s)
393. autoupdating AC_LANG_ERLANG (acerlang.at:14): ok     (0m0.692s 0m0.625s)
394. Go (go.at:30): skipped (go.at:30)
395. AC_LANG_GO (acgo.at:8): ok     (0m0.591s 0m0.859s)
396. autoupdating AC_LANG_GO (acgo.at:8): ok     (0m0.696s 0m0.593s)
397. AC_CHECK_LIB (semantics.at:35): ok     (0m4.994s 0m6.623s)
398. AC_SEARCH_LIBS (needed) (semantics.at:117): ok     (0m6.442s 0m7.857s)
399. AC_SEARCH_LIBS (none needed) (semantics.at:190): ok     (0m3.026s 0m3.866s)
400. AC_CHECK_DECLS (semantics.at:205): ok     (0m3.948s 0m6.111s)
401. AC_CHECK_FUNCS (semantics.at:269): ok     (0m3.182s 0m4.280s)
402. AC_REPLACE_FUNCS (semantics.at:282): ok     (0m0.822s 0m1.059s)
403. AC_CHECK_HEADERS (semantics.at:341): ok     (0m0.700s 0m0.981s)
404. AC_CHECK_HEADERS (preprocessor test) (semantics.at:377): ok     (0m0.582s 0m0.785s)
405. AC_CHECK_HEADERS (compiler test) (semantics.at:415): ok     (0m0.530s 0m0.722s)
406. AC_CHECK_MEMBER (semantics.at:451): ok     (0m3.071s 0m4.351s)
407. AC_CHECK_MEMBERS (semantics.at:477): ok     (0m3.043s 0m4.282s)
408. AC_CHECK_ALIGNOF (semantics.at:492): ok     (0m3.973s 0m5.528s)
409. AC_CHECK_ALIGNOF struct (semantics.at:509): ok     (0m3.791s 0m5.398s)
410. AC_CHECK_SIZEOF (semantics.at:521): ok     (0m4.093s 0m5.873s)
411. AC_CHECK_SIZEOF struct (semantics.at:537): ok     (0m4.895s 0m7.380s)
412. AC_CHECK_TYPES (semantics.at:562): ok     (0m3.042s 0m4.410s)
413. AC_CHECK_TYPES: backward compatibility (semantics.at:576): ok     (0m0.067s 0m0.043s)
414. AC_CHECK_FILES (semantics.at:615): ok     (0m0.217s 0m0.270s)
415. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:659): ok     (0m0.138s 0m0.196s)
416. AC_C_BIGENDIAN (semantics.at:708): ok     (0m1.438s 0m2.000s)
417. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:770): ok     (0m0.138s 0m0.195s)
418. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:812): ok     (0m0.175s 0m0.277s)
419. AC_PATH_XTRA (semantics.at:892): ok     (0m1.378s 0m1.920s)
420. AC_SYS_LARGEFILE (semantics.at:908): ok     (0m2.894s 0m4.118s)
421. AC_SYS_YEAR2038 (semantics.at:917): ok     (0m2.954s 0m4.270s)
422. AC_SYS_YEAR2038_RECOMMENDED (semantics.at:926): ok     (0m3.527s 0m4.948s)
423. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:961): ok     (0m1.980s 0m2.766s)
424. AC_FUNC_SETVBUF_REVERSED (semantics.at:962): ok     (0m0.585s 0m0.905s)
425. AC_FUNC_WAIT3 (semantics.at:963): ok     (0m1.940s 0m2.712s)
426. AC_TRY_CPP (semantics.at:977): ok     (0m3.163s 0m4.116s)
427. autoupdating AC_TRY_CPP (semantics.at:977): ok     (0m1.410s 0m1.471s)
428. AC_TRY_COMPILE (semantics.at:992): ok     (0m2.849s 0m3.806s)
429. autoupdating AC_TRY_COMPILE (semantics.at:992): ok     (0m1.307s 0m1.444s)
430. AC_TRY_LINK (semantics.at:1004): ok     (0m2.987s 0m3.910s)
431. autoupdating AC_TRY_LINK (semantics.at:1004): ok     (0m1.344s 0m1.418s)
432. AC_COMPILE_CHECK (semantics.at:1020): ok     (0m2.923s 0m3.834s)
433. autoupdating AC_COMPILE_CHECK (semantics.at:1020): ok     (0m1.373s 0m1.515s)
434. AC_TRY_RUN (semantics.at:1032): ok     (0m2.855s 0m3.875s)
435. autoupdating AC_TRY_RUN (semantics.at:1032): ok     (0m1.378s 0m1.526s)
436. AC_HAVE_LIBRARY (semantics.at:1050): ok     (0m3.016s 0m4.190s)
437. autoupdating AC_HAVE_LIBRARY (semantics.at:1050): ok     (0m1.405s 0m1.629s)
438. Macro expansion in AC_CHECK_FUNCS (literal) (semantics.at:1204): ok     (0m0.686s 0m0.849s)
439. Macro expansion in AC_CHECK_FUNCS (variable) (semantics.at:1204): ok     (0m0.663s 0m0.842s)
440. Macro expansion in AC_CHECK_FUNCS_ONCE (semantics.at:1205): ok     (0m0.694s 0m0.847s)
441. Macro expansion in AC_REPLACE_FUNCS (literal) (semantics.at:1206): ok     (0m0.684s 0m0.718s)
442. Macro expansion in AC_REPLACE_FUNCS (variable) (semantics.at:1206): ok     (0m0.683s 0m0.756s)
443. Macro expansion in AC_CHECK_HEADERS (literal) (semantics.at:1208): ok     (0m0.743s 0m1.030s)
444. Macro expansion in AC_CHECK_HEADERS (variable) (semantics.at:1208): ok     (0m0.728s 0m0.997s)
445. Macro expansion in AC_CHECK_HEADERS_ONCE (semantics.at:1209): ok     (0m0.717s 0m1.005s)
446. Macro expansion in AC_CHECK_FILES (semantics.at:1211): ok     (0m0.211s 0m0.256s)
447. Macro expansion in AC_CONFIG_MACRO_DIRS (semantics.at:1237): ok     (0m0.062s 0m0.044s)
448. Macro expansion in AC_CONFIG_SUBDIRS (semantics.at:1261): ok     (0m0.230s 0m0.314s)
449. AC_PROG_LEX with noyywrap (semantics.at:1306): ok     (0m3.439s 0m4.177s)
450. AC_PROG_LEX with yywrap (semantics.at:1308): ok     (0m4.406s 0m5.355s)
451. AC_PROG_LEX in legacy mode (semantics.at:1323): ok     (0m0.756s 0m0.867s)
452. Invalid arguments to AC_PROG_LEX (semantics.at:1343): ok     (0m0.489s 0m0.329s)
453. AC_ARG_ENABLE (acgeneral.at:8): ok     (0m0.592s 0m0.900s)
454. AC_ARG_PROGRAM (acgeneral.at:9): ok     (0m0.594s 0m0.899s)
455. AC_ARG_WITH (acgeneral.at:10): ok     (0m0.595s 0m0.916s)
456. AC_CHECK_DECLS_ONCE (acgeneral.at:11): ok     (0m3.637s 0m5.198s)
457. AC_EGREP_CPP (acgeneral.at:12): ok     (0m3.215s 0m4.586s)
458. AC_EGREP_HEADER (acgeneral.at:13): ok     (0m3.194s 0m4.601s)
459. AC_LIBOBJ (acgeneral.at:14): ok     (0m0.594s 0m0.906s)
460. AC_LIBSOURCES (acgeneral.at:15): ok     (0m0.592s 0m0.895s)
461. AC_PREFIX_DEFAULT (acgeneral.at:16): ok     (0m0.595s 0m0.901s)
462. AC_REQUIRE_AUX_FILE (acgeneral.at:17): ok     (0m0.594s 0m0.896s)
463. AC_CHECKING (acgeneral.at:20): ok     (0m0.593s 0m0.896s)
464. autoupdating AC_CHECKING (acgeneral.at:20): ok     (0m0.695s 0m0.620s)
465. AC_ENABLE (acgeneral.at:21): ok     (0m0.591s 0m0.896s)
466. autoupdating AC_ENABLE (acgeneral.at:21): ok     (0m0.699s 0m0.626s)
467. AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok     (0m0.592s 0m0.897s)
468. autoupdating AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok     (0m0.698s 0m0.635s)
469. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok     (0m0.592s 0m0.896s)
470. autoupdating AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok     (0m0.695s 0m0.621s)
471. AC_WITH (acgeneral.at:24): ok     (0m0.594s 0m0.902s)
472. autoupdating AC_WITH (acgeneral.at:24): ok     (0m0.695s 0m0.622s)
473. _AC_COMPUTE_INT (acgeneral.at:25): ok     (0m2.936s 0m4.172s)
474. autoupdating _AC_COMPUTE_INT (acgeneral.at:25): ok     (0m1.309s 0m1.484s)
475. AC_OUTPUT_COMMANDS (acstatus.at:8): ok     (0m0.596s 0m0.900s)
476. autoupdating AC_OUTPUT_COMMANDS (acstatus.at:8): ok     (0m0.698s 0m0.626s)
477. AC_SYS_INTERPRETER (acspecific.at:8): ok     (0m0.608s 0m0.920s)
478. AC_SYS_LONG_FILE_NAMES (acspecific.at:9): ok     (0m0.606s 0m0.932s)
479. AC_SYS_POSIX_TERMIOS (acspecific.at:10): ok     (0m2.979s 0m4.065s)
480. AC_AIX (acspecific.at:13): ok     (0m3.769s 0m5.192s)
481. autoupdating AC_AIX (acspecific.at:13): ok     (0m1.751s 0m2.105s)
482. AC_ARG_ARRAY (acspecific.at:14): ok     (0m0.594s 0m0.874s)
483. autoupdating AC_ARG_ARRAY (acspecific.at:14): ok     (0m0.697s 0m0.621s)
484. AC_DECL_SYS_SIGLIST (acspecific.at:15): ok     (0m2.966s 0m4.035s)
485. autoupdating AC_DECL_SYS_SIGLIST (acspecific.at:15): ok     (0m1.366s 0m1.482s)
486. AC_DYNIX_SEQ (acspecific.at:16): ok     (0m3.192s 0m4.475s)
487. autoupdating AC_DYNIX_SEQ (acspecific.at:16): ok     (0m1.507s 0m1.632s)
488. AC_HAVE_POUNDBANG (acspecific.at:17): ok     (0m0.611s 0m0.928s)
489. autoupdating AC_HAVE_POUNDBANG (acspecific.at:17): ok     (0m0.715s 0m0.652s)
490. AC_IRIX_SUN (acspecific.at:18): ok     (0m3.294s 0m4.669s)
491. autoupdating AC_IRIX_SUN (acspecific.at:18): ok     (0m1.552s 0m1.817s)
492. AC_ISC_POSIX (acspecific.at:19): ok     (0m2.995s 0m4.030s)
493. autoupdating AC_ISC_POSIX (acspecific.at:19): ok     (0m1.369s 0m1.495s)
494. AC_MINIX (acspecific.at:20): ok     (0m3.700s 0m5.345s)
495. autoupdating AC_MINIX (acspecific.at:20): ok     (0m1.755s 0m2.124s)
496. AC_SCO_INTL (acspecific.at:21): ok     (0m3.001s 0m4.021s)
497. autoupdating AC_SCO_INTL (acspecific.at:21): ok     (0m1.372s 0m1.479s)
498. AC_XENIX_DIR (acspecific.at:22): ok     (0m3.153s 0m4.280s)
499. autoupdating AC_XENIX_DIR (acspecific.at:22): ok     (0m1.483s 0m1.595s)
500. AC_PROG_AR (acprograms.at:8): ok     (0m0.597s 0m0.886s)
501. AC_PROG_AWK (acprograms.at:9): ok     (0m0.596s 0m0.880s)
502. AC_PROG_EGREP (acprograms.at:10): ok     (0m0.600s 0m0.890s)
503. AC_PROG_FGREP (acprograms.at:11): ok     (0m0.603s 0m0.890s)
504. AC_PROG_INSTALL (acprograms.at:12): ok     (0m0.608s 0m0.899s)
505. AC_PROG_LN_S (acprograms.at:13): ok     (0m0.594s 0m0.879s)
506. AC_PROG_MAKE_SET (acprograms.at:14): ok     (0m0.603s 0m0.901s)
507. AC_PROG_MKDIR_P (acprograms.at:15): ok     (0m0.605s 0m0.914s)
508. AC_PROG_RANLIB (acprograms.at:16): ok     (0m0.594s 0m0.881s)
509. AC_PROG_SED (acprograms.at:17): ok     (0m0.692s 0m1.056s)
510. AC_PROG_YACC (acprograms.at:18): ok     (0m0.600s 0m0.882s)
511. AC_CHECK_TOOL_PREFIX (acprograms.at:21): ok     (0m0.596s 0m0.882s)
512. autoupdating AC_CHECK_TOOL_PREFIX (acprograms.at:21): ok     (0m0.700s 0m0.611s)
513. AC_DECL_YYTEXT (acprograms.at:22): ok     (0m3.931s 0m4.856s)
514. autoupdating AC_DECL_YYTEXT (acprograms.at:22): ok     (0m1.836s 0m1.875s)
515. AC_RSH (acprograms.at:23): ok     (0m0.594s 0m0.883s)
516. autoupdating AC_RSH (acprograms.at:23): ok     (0m0.700s 0m0.611s)
517. AC_CHECK_HEADERS_ONCE (acheaders.at:8): ok     (0m3.452s 0m4.694s)
518. AC_CHECK_HEADER_STDBOOL (acheaders.at:9): ok     (0m3.657s 0m5.241s)
519. AC_HEADER_ASSERT (acheaders.at:10): ok     (0m0.596s 0m0.899s)
520. AC_HEADER_MAJOR (acheaders.at:11): ok     (0m3.591s 0m5.138s)
521. AC_HEADER_RESOLV (acheaders.at:12): ok     (0m3.111s 0m4.408s)
522. AC_HEADER_STAT (acheaders.at:13): ok     (0m2.804s 0m3.946s)
523. AC_HEADER_STDBOOL (acheaders.at:14): ok     (0m3.600s 0m5.208s)
524. AC_HEADER_TIOCGWINSZ (acheaders.at:15): ok     (0m3.489s 0m4.992s)
525. AC_DIR_HEADER (acheaders.at:18): ok     (0m3.122s 0m4.371s)
526. autoupdating AC_DIR_HEADER (acheaders.at:18): ok     (0m1.457s 0m1.647s)
527. AC_HEADER_STDC (acheaders.at:19): ok     (0m3.490s 0m4.904s)
528. autoupdating AC_HEADER_STDC (acheaders.at:19): ok     (0m1.596s 0m1.930s)
529. AC_HEADER_TIME (acheaders.at:20): ok     (0m3.468s 0m4.989s)
530. autoupdating AC_HEADER_TIME (acheaders.at:20): ok     (0m1.624s 0m1.973s)
531. AC_MEMORY_H (acheaders.at:21): ok     (0m3.472s 0m4.983s)
532. autoupdating AC_MEMORY_H (acheaders.at:21): ok     (0m1.637s 0m1.919s)
533. AC_UNISTD_H (acheaders.at:22): ok     (0m3.408s 0m4.885s)
534. autoupdating AC_UNISTD_H (acheaders.at:22): ok     (0m1.597s 0m1.915s)
535. AC_USG (acheaders.at:23): ok     (0m3.229s 0m4.271s)
536. autoupdating AC_USG (acheaders.at:23): ok     (0m1.402s 0m1.519s)
537. _AC_CHECK_HEADER_MONGREL (acheaders.at:24): ok     (0m3.140s 0m4.428s)
538. autoupdating _AC_CHECK_HEADER_MONGREL (acheaders.at:24): ok     (0m1.456s 0m1.571s)
539. AC_STRUCT_DIRENT_D_INO (actypes.at:8): ok     (0m3.104s 0m4.163s)
540. AC_STRUCT_DIRENT_D_TYPE (actypes.at:9): ok     (0m3.175s 0m4.147s)
541. AC_STRUCT_ST_BLOCKS (actypes.at:10): ok     (0m3.509s 0m4.766s)
542. AC_STRUCT_TIMEZONE (actypes.at:11): ok     (0m3.047s 0m4.120s)
543. AC_TYPE_INT16_T (actypes.at:12): ok     (0m3.592s 0m4.801s)
544. AC_TYPE_INT32_T (actypes.at:13): ok     (0m3.632s 0m4.797s)
545. AC_TYPE_INT64_T (actypes.at:14): ok     (0m3.588s 0m4.853s)
546. AC_TYPE_INT8_T (actypes.at:15): ok     (0m3.588s 0m4.826s)
547. AC_TYPE_INTMAX_T (actypes.at:16): ok     (0m3.638s 0m4.799s)
548. AC_TYPE_INTPTR_T (actypes.at:17): ok     (0m3.612s 0m4.768s)
549. AC_TYPE_LONG_DOUBLE (actypes.at:18): ok     (0m2.854s 0m3.690s)
550. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:19): ok     (0m2.831s 0m3.762s)
551. AC_TYPE_MODE_T (actypes.at:20): ok     (0m3.611s 0m4.762s)
552. AC_TYPE_OFF_T (actypes.at:21): ok     (0m3.635s 0m4.814s)
553. AC_TYPE_SSIZE_T (actypes.at:22): ok     (0m3.638s 0m4.769s)
554. AC_TYPE_UINT16_T (actypes.at:23): ok     (0m3.508s 0m4.714s)
555. AC_TYPE_UINT32_T (actypes.at:24): ok     (0m3.475s 0m4.740s)
556. AC_TYPE_UINT64_T (actypes.at:25): ok     (0m3.536s 0m4.885s)
557. AC_TYPE_UINT8_T (actypes.at:26): ok     (0m3.504s 0m4.673s)
558. AC_TYPE_UINTMAX_T (actypes.at:27): ok     (0m3.631s 0m4.830s)
559. AC_TYPE_UINTPTR_T (actypes.at:28): ok     (0m3.602s 0m4.875s)
560. AC_C_LONG_DOUBLE (actypes.at:31): ok     (0m2.858s 0m3.763s)
561. autoupdating AC_C_LONG_DOUBLE (actypes.at:31): ok     (0m1.313s 0m1.382s)
562. AC_INT_16_BITS (actypes.at:32): ok     (0m3.829s 0m5.205s)
563. autoupdating AC_INT_16_BITS (actypes.at:32): ok     (0m1.718s 0m1.912s)
564. AC_LONG_64_BITS (actypes.at:33): ok     (0m3.849s 0m5.252s)
565. autoupdating AC_LONG_64_BITS (actypes.at:33): ok     (0m1.726s 0m1.921s)
566. AC_STRUCT_ST_BLKSIZE (actypes.at:34): ok     (0m3.519s 0m4.672s)
567. autoupdating AC_STRUCT_ST_BLKSIZE (actypes.at:34): ok     (0m1.626s 0m1.814s)
568. AC_STRUCT_ST_RDEV (actypes.at:35): ok     (0m3.496s 0m4.696s)
569. autoupdating AC_STRUCT_ST_RDEV (actypes.at:35): ok     (0m1.646s 0m1.871s)
570. AC_TYPE_SIGNAL (actypes.at:36): ok     (0m2.853s 0m3.802s)
571. autoupdating AC_TYPE_SIGNAL (actypes.at:36): ok     (0m1.325s 0m1.407s)
572. AM_TYPE_PTRDIFF_T (actypes.at:37): ok     (0m3.577s 0m4.815s)
573. autoupdating AM_TYPE_PTRDIFF_T (actypes.at:37): ok     (0m1.674s 0m1.960s)
574. AC_CHECK_FUNCS_ONCE (acfunctions.at:8): ok     (0m0.597s 0m0.900s)
575. AC_FUNC_ALLOCA (acfunctions.at:9): ok     (0m3.721s 0m5.050s)
576. AC_FUNC_CHOWN (acfunctions.at:10): ok     (0m2.140s 0m2.827s)
577. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:11): ok     (0m3.102s 0m4.076s)
578. AC_FUNC_ERROR_AT_LINE (acfunctions.at:12): ok     (0m2.793s 0m3.791s)
579. AC_FUNC_FNMATCH (acfunctions.at:13): ok     (0m1.614s 0m2.092s)
580. AC_FUNC_FORK (acfunctions.at:14): ok     (0m2.178s 0m2.927s)
581. AC_FUNC_FSEEKO (acfunctions.at:15): ok     (0m2.806s 0m3.726s)
582. AC_FUNC_GETGROUPS (acfunctions.at:16): ok     (0m2.182s 0m2.866s)
583. AC_FUNC_GETMNTENT (acfunctions.at:17): ok     (0m3.233s 0m4.559s)
584. AC_FUNC_GETPGRP (acfunctions.at:18): ok     (0m3.502s 0m5.002s)
585. AC_FUNC_LSTAT (acfunctions.at:19): ok     (0m2.108s 0m2.886s)
586. AC_FUNC_MALLOC (acfunctions.at:20): ok     (0m1.659s 0m2.243s)
587. AC_FUNC_MBRTOWC (acfunctions.at:21): ok     (0m2.962s 0m4.082s)
588. AC_FUNC_MEMCMP (acfunctions.at:22): ok     (0m1.966s 0m2.716s)
589. AC_FUNC_MKTIME (acfunctions.at:23): ok     (0m2.109s 0m2.896s)
590. AC_FUNC_MMAP (acfunctions.at:24): ok     (0m2.161s 0m2.972s)
591. AC_FUNC_OBSTACK (acfunctions.at:25): ok     (0m3.501s 0m5.022s)
592. AC_FUNC_REALLOC (acfunctions.at:26): ok     (0m1.675s 0m2.222s)
593. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:27): ok     (0m3.682s 0m5.278s)
594. AC_FUNC_SETPGRP (acfunctions.at:28): ok     (0m3.504s 0m5.021s)
595. AC_FUNC_STAT (acfunctions.at:29): ok     (0m2.125s 0m2.888s)
596. AC_FUNC_STRCOLL (acfunctions.at:30): ok     (0m1.992s 0m2.770s)
597. AC_FUNC_STRERROR_R (acfunctions.at:31): ok     (0m3.739s 0m5.354s)
598. AC_FUNC_STRFTIME (acfunctions.at:32): ok     (0m3.049s 0m3.969s)
599. AC_FUNC_STRNLEN (acfunctions.at:33): ok     (0m2.137s 0m2.653s)
600. AC_FUNC_STRTOD (acfunctions.at:34): ok     (0m2.000s 0m2.732s)
601. AC_FUNC_STRTOLD (acfunctions.at:35): ok     (0m2.889s 0m3.950s)
602. AC_FUNC_UTIME_NULL (acfunctions.at:36): ok     (0m3.730s 0m5.030s)
603. AC_FUNC_VPRINTF (acfunctions.at:37): ok     (0m2.970s 0m3.937s)
604. Libtool (foreign.at:26): skipped (foreign.at:29)
605. shtool (foreign.at:93): skipped (foreign.at:130)
606. AX_PROG_CC_FOR_BUILD (foreign.at:145): ok     (0m0.783s 0m1.048s)
607. AX_PROG_CXX_FOR_BUILD (foreign.at:179): ok     (0m1.004s 0m1.403s)
608. gnulib-std-gnu11.m4 (foreign.at:215): ok     (0m1.570s 0m0.711s)
609. autoscan (autoscan.at:21): ok     (0m0.066s 0m0.042s)
testsuite: ending at: Wed Jan  1 16:57:24 CST 2025
testsuite: test suite duration: 0h 32m 36s

## ------------- ##
## Test results. ##
## ------------- ##

557 tests behaved as expected.
52 tests were skipped.