Failed tests:
GNU Autoconf 2.72e test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
11: tools.at:442 autoconf: forbidden tokens, basic
119: m4sh.at:2115 _AS_CLEAN_DIR
261: torture.at:189 AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS
I don't see any obvious causes for these. testsuite.log attached.
--
-Alan Coopersmith- alan.coopersm...@oracle.com
Oracle Solaris Engineering - https://blogs.oracle.com/solaris
## ------------------------------ ##
## GNU Autoconf 2.72e test suite. ##
## ------------------------------ ##
testsuite: command line was:
$ tests/testsuite -C tests MAKE=gmake
## ---------- ##
## ChangeLog. ##
## ---------- ##
| 2023-12-20 Zack Weinberg <z...@owlfolio.org>
|
| update NEWS for 2.72e release candidate
|
| spelling errors reported by “make syntax-check”
|
| 2023-12-19 Zack Weinberg <z...@owlfolio.org>
|
| Adjust --help and manpages to make it easier to find the Web manual.
| Today it came to my attention that, if you don’t already know that all
## --------- ##
## Platform. ##
## --------- ##
hostname = also
uname -m = i86pc
uname -r = 5.11
uname -s = SunOS
uname -v = 11.4.66.160.0
/usr/bin/uname -p = i386
/bin/uname -X = System = SunOS
Node = also
Release = 5.11
KernelID = 11.4.66.160.0
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 8
/bin/arch = i86pc
/usr/bin/arch -k = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /export/alanc/autotools/src/autoconf-2.72e/tests/
PATH: /export/alanc/autotools/src/autoconf-2.72e/tests/
PATH: /usr/bin/
PATH: /usr/gnu/bin/
testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2023 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/export/alanc/autotools/src/autoconf-2.72e/tests'
| at_srcdir='.'
| abs_srcdir='/export/alanc/autotools/src/autoconf-2.72e/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/export/alanc/autotools/src/autoconf-2.72e'
| at_top_build_prefix='../'
| abs_top_builddir='/export/alanc/autotools/src/autoconf-2.72e'
|
| # 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-2023 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='gawk'
| EGREP='/usr/bin/ggrep -E'
| GREP='/usr/bin/ggrep'
| M4='/usr/bin/gm4'
| PERL='/usr/bin/perl'
| SED='/usr/bin/gsed'
|
| # 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
./local.at:34: using 1s as timestamp resolution
## ---------------- ##
## Tested programs. ##
## ---------------- ##
./local.at:25: /export/alanc/autotools/src/autoconf-2.72e/tests/autom4te --version
autom4te (GNU Autoconf) 2.72e
Features: subsecond-mtime
Copyright (C) 2023 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: /export/alanc/autotools/src/autoconf-2.72e/tests/autoconf --version
autoconf (GNU Autoconf) 2.72e
Copyright (C) 2023 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: /export/alanc/autotools/src/autoconf-2.72e/tests/autoheader --version
autoheader (GNU Autoconf) 2.72e
Copyright (C) 2023 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: /export/alanc/autotools/src/autoconf-2.72e/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.72e
Copyright (C) 2023 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: /export/alanc/autotools/src/autoconf-2.72e/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.72e
Copyright (C) 2023 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: /export/alanc/autotools/src/autoconf-2.72e/tests/ifnames --version
ifnames (GNU Autoconf) 2.72e
Copyright (C) 2023 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.
./local.at:25: /usr/bin/gm4 --version
m4 (GNU M4) 1.4.18
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://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 Rene' Seindal.
./local.at:25: /usr/bin/perl --version
This is perl 5, version 36, subversion 0 (v5.36.0) built for i86pc-solaris-thread-multi-64
Copyright 1987-2022, 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.
./local.at:25: /bin/sh --version
version sh (AT&T Research) 93u+ 2012-08-01
./local.at:25: /usr/bin/gmake --version
GNU Make 4.4.1
Built for x86_64-pc-solaris2.11
Copyright (C) 1988-2023 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.
## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Wed Dec 20 12:30:30 PST 2023
1. Syntax of the shell scripts (tools.at:46): ok (sys 0m0.06s)
2. Syntax of the Perl scripts (tools.at:69): ok (sys 0m0.07s)
3. autom4te cache (tools.at:88): ok (sys 0m0.07s)
4. autom4te --force (tools.at:119): ok (sys 0m0.05s)
5. autom4te and whitespace in file names (tools.at:145): ok (sys 0m0.29s)
6. autom4te --trace and unusual macro names (tools.at:217): ok (sys 0m0.03s)
7. autom4te --trace and whitespace (tools.at:227): ok (sys 0m0.02s)
8. autoconf --trace: user macros (tools.at:252): ok (sys 0m0.16s)
9. autoconf --trace: builtins (tools.at:338): ok (sys 0m0.04s)
10. autoconf --trace: AC_CONFIG_MACRO_DIRS (tools.at:363): ok (sys 0m0.30s)
12. autoconf: forbidden tokens, exceptions (tools.at:491): ok (sys 0m0.05s)
13. autoconf: automatically allowed tokens (tools.at:532): ok (sys 0m0.05s)
14. autoconf: the empty token (tools.at:549): ok (sys 0m0.04s)
15. autoconf: subdirectories (tools.at:567): ok (sys 0m0.05s)
16. autoconf: input from stdin (tools.at:593): ok (sys 0m0.08s)
17. autoconf: AC_AUTOCONF_VERSION (tools.at:611): ok (sys 0m0.04s)
18. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:629): ok (sys 0m0.05s)
19. autoconf: timestamp changes (tools.at:666): ok (sys 0m0.15s)
20. ifnames (tools.at:712): ok (sys 0m0.01s)
21. autoheader (tools.at:760): ok (sys 0m0.15s)
22. autoheader and macros (tools.at:893): ok (sys 0m0.10s)
23. autoheader with multiple headers (tools.at:929): ok (sys 0m0.10s)
24. autoupdate (tools.at:959): ok (sys 0m0.16s)
25. autoupdating AC_LINK_FILES (tools.at:991): ok (sys 0m0.15s)
26. autoupdating AC_PREREQ (tools.at:1028): ok (sys 0m0.26s)
27. autoupdating AU_ALIAS (tools.at:1049): ok (sys 0m0.30s)
28. autoupdating OLD to NEW (tools.at:1101): ok (sys 0m0.13s)
30. autoupdating AC_HELP_STRING (tools.at:1152): ok (sys 0m0.14s)
31. autoupdating with m4sugar (tools.at:1171): ok (sys 0m0.15s)
35. autoupdating AC_LANG_SAVE (tools.at:1286): ok (sys 0m0.17s)
36. autoupdating AC_FOREACH (tools.at:1314): ok (sys 0m0.18s)
37. autoupdating AC_OBSOLETE (tools.at:1342): ok (sys 0m0.29s)
38. autoupdating AC_DIAGNOSE and AC_WARNING (tools.at:1404): ok (sys 0m0.14s)
39. autoupdating AC_FATAL (tools.at:1433): ok (sys 0m0.12s)
40. autoupdating with aclocal and m4_include (tools.at:1462): ok (sys 0m0.27s)
41. autom4te preselections (tools.at:1497): skipped (tools.at:1538)
42. autom4te cache creation (tools.at:1553): ok (sys 0m0.20s)
43. autom4te cache locking (tools.at:1613): ok (sys 0m0.06s)
44. autotools and whitespace in file names (tools.at:1641): ok (sys 0m2.03s)
45. autotools and relative TMPDIR (tools.at:1708): ok (sys 0m0.18s)
46. m4_stack (m4sugar.at:42): ok (sys 0m0.03s)
47. m4_defn (m4sugar.at:103): ok (sys 0m0.10s)
48. m4_dumpdef (m4sugar.at:187): ok (sys 0m0.08s)
49. m4_warn (m4sugar.at:246): ok (sys 0m0.08s)
50. m4_warn (bad categories) (m4sugar.at:305): ok (sys 0m0.06s)
51. m4_divert_stack (m4sugar.at:368): ok (sys 0m0.10s)
52. m4_expansion_stack (m4sugar.at:457): ok (sys 0m0.02s)
53. m4_require: error message (m4sugar.at:481): ok (sys 0m0.02s)
54. m4_require: warning message (m4sugar.at:501): ok (sys 0m0.06s)
55. m4_require: circular dependencies (m4sugar.at:552): ok (sys 0m0.02s)
56. m4_require: one-shot initialization (m4sugar.at:582): ok (sys 0m0.04s)
57. m4_require: nested (m4sugar.at:643): ok (sys 0m0.11s)
58. m4sugar shorthand conditionals (m4sugar.at:811): ok (sys 0m0.02s)
59. m4_cond (m4sugar.at:896): ok (sys 0m0.02s)
60. m4 lists (m4sugar.at:948): ok (sys 0m0.04s)
61. m4_split (m4sugar.at:1000): ok (sys 0m0.02s)
62. m4_do (m4sugar.at:1046): ok (sys 0m0.02s)
63. m4_append (m4sugar.at:1074): ok (sys 0m0.04s)
64. m4_join (m4sugar.at:1158): ok (sys 0m0.02s)
65. m4_expand (m4sugar.at:1209): ok (sys 0m0.02s)
66. m4_text_box (m4sugar.at:1265): ok (sys 0m0.02s)
67. m4_text_wrap (m4sugar.at:1289): ok (sys 0m0.02s)
68. m4_version_compare (m4sugar.at:1351): ok (sys 0m0.02s)
69. Standard regular expressions (m4sugar.at:1409): ok (sys 0m0.14s)
70. m4_bmatch (m4sugar.at:1436): ok (sys 0m0.02s)
71. m4_toupper and m4_tolower (m4sugar.at:1468): ok (sys 0m0.02s)
72. m4_bpatsubsts (m4sugar.at:1505): ok (sys 0m0.02s)
73. m4_esyscmd_s (m4sugar.at:1534): ok (sys 0m0.03s)
74. M4 loops (m4sugar.at:1562): ok (sys 0m0.11s)
75. m4_map (m4sugar.at:1716): ok (sys 0m0.03s)
76. m4_map_args and m4_curry (m4sugar.at:1791): ok (sys 0m0.06s)
77. m4_combine (m4sugar.at:1863): ok (sys 0m0.02s)
78. m4_max and m4_min (m4sugar.at:1890): ok (sys 0m0.06s)
79. recursion (m4sugar.at:1969): ok (sys 0m0.05s)
80. m4_set (m4sugar.at:2086): ok (sys 0m0.09s)
81. __file__ and __line__ (m4sugar.at:2236): ok (sys 0m0.03s)
82. No extra re-exec with CONFIG_SHELL (m4sh.at:24): ok (sys 0m0.04s)
83. Forced re-exec with CONFIG_SHELL (m4sh.at:42): ok (sys 0m0.04s)
84. Configure re-execs self with CONFIG_SHELL (m4sh.at:110): ok (sys 0m0.07s)
85. AS_WARN and AS_ERROR (m4sh.at:146): ok (sys 0m0.05s)
86. LINENO (m4sh.at:211): ok (sys 0m0.09s)
87. LINENO stack (m4sh.at:288): ok (sys 0m0.02s)
88. AS_BOX (m4sh.at:317): ok (sys 0m0.02s)
89. AS_BASENAME (m4sh.at:359): ok (sys 0m0.04s)
90. AS_DIRNAME (m4sh.at:416): ok (sys 0m0.03s)
91. AS_SET_CATFILE (m4sh.at:475): ok (sys 0m0.02s)
92. AS_ECHO and AS_ECHO_N (m4sh.at:519): ok (sys 0m0.02s)
93. obsolete $as_echo and $as_echo_n (m4sh.at:562): ok (sys 0m0.02s)
94. Redefining AS_ECHO internals (m4sh.at:641): ok (sys 0m0.19s)
95. AS_EXECUTABLE_P (m4sh.at:742): ok (sys 0m0.02s)
96. AS_EXIT (m4sh.at:794): ok (sys 0m0.02s)
97. AS_MKDIR_P (m4sh.at:843): ok (sys 0m0.02s)
98. AS_VERSION_COMPARE (m4sh.at:875): ok (sys 0m0.02s)
99. as_me (m4sh.at:921): ok (sys 0m0.02s)
100. Negated classes in globbing (m4sh.at:945): ok (sys 0m0.02s)
101. Null variable substitution (m4sh.at:973): ok (sys 0m0.02s)
102. Functions Support (m4sh.at:1039): ok (sys 0m0.02s)
103. Functions and return Support (m4sh.at:1081): ok (sys 0m0.02s)
104. Nested AS_REQUIRE_SHELL_FN (m4sh.at:1118): ok (sys 0m0.02s)
105. Nested AS_REQUIRE (m4sh.at:1151): ok (sys 0m0.02s)
106. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:1189): ok (sys 0m0.02s)
107. AS_HELP_STRING (m4sh.at:1230): ok (sys 0m0.02s)
108. AS_IF and AS_CASE (m4sh.at:1369): ok (sys 0m0.05s)
109. AS_FOR (m4sh.at:1532): ok (sys 0m0.02s)
110. AS_LITERAL_IF (m4sh.at:1600): ok (sys 0m0.02s)
111. AS_TR_SH and AS_TR_CPP (m4sh.at:1678): ok (sys 0m0.03s)
112. AS_VAR basics (m4sh.at:1763): ok (sys 0m0.02s)
113. AS_VAR_APPEND (m4sh.at:1875): ok (sys 0m0.02s)
114. AS_VAR_ARITH (m4sh.at:1910): ok (sys 0m0.02s)
115. AS_INIT cleanup (m4sh.at:1941): ok (sys 0m0.02s)
116. AS_INIT basename __file__ (m4sh.at:1978): ok (sys 0m0.02s)
117. AS_INIT_GENERATED (m4sh.at:1997): ok (sys 0m0.04s)
118. AS_MESSAGE_FD (m4sh.at:2071): ok (sys 0m0.02s)
120. ECHO_C (m4sh.at:2144): ok (sys 0m0.02s)
121. AT_COPYRIGHT (autotest.at:144): ok (sys 0m0.02s)
122. AT_DATA (autotest.at:165): ok (sys 0m0.05s)
123. AT_DATA_UNQUOTED (autotest.at:184): ok (sys 0m0.04s)
124. AT_PREPARE_TESTS (autotest.at:202): ok (sys 0m0.04s)
125. AT_PREPARE_EACH_TEST (autotest.at:211): ok (sys 0m0.05s)
126. AT_TEST_HELPER_FN (autotest.at:228): ok (sys 0m0.05s)
127. Empty test suite (autotest.at:245): ok (sys 0m0.05s)
128. Banner-only test suite (autotest.at:249): ok (sys 0m0.05s)
129. Empty test (autotest.at:255): ok (sys 0m0.05s)
130. Empty check (autotest.at:258): ok (sys 0m0.05s)
131. AT_SETUP without AT_INIT (autotest.at:261): ok (sys 0m0.02s)
132. AT_BANNER without AT_INIT (autotest.at:267): ok (sys 0m0.02s)
133. AT_CLEANUP without AT_INIT (autotest.at:271): ok (sys 0m0.02s)
134. Missing AT_CLEANUP (autotest.at:275): ok (sys 0m0.02s)
135. AT_FAIL_IF without AT_SETUP (autotest.at:281): ok (sys 0m0.02s)
136. AT_SKIP_IF without AT_SETUP (autotest.at:286): ok (sys 0m0.02s)
137. AT_CHECK without AT_SETUP (autotest.at:291): ok (sys 0m0.02s)
138. AT_DATA without AT_SETUP (autotest.at:296): ok (sys 0m0.02s)
139. AT_XFAIL_IF without AT_SETUP (autotest.at:301): ok (sys 0m0.02s)
140. AT_KEYWORDS without AT_SETUP (autotest.at:306): ok (sys 0m0.02s)
141. AT_CLEANUP without AT_SETUP (autotest.at:311): ok (sys 0m0.02s)
142. AT_BANNER inside AT_SETUP (autotest.at:316): ok (sys 0m0.02s)
143. AT_SETUP inside AT_SETUP (autotest.at:324): ok (sys 0m0.02s)
144. Multiple AT_INIT (autotest.at:334): ok (sys 0m0.02s)
145. Invalid AT_TEST_HELPER_FN (spaces) (autotest.at:339): ok (sys 0m0.02s)
146. Invalid AT_TEST_HELPER_FN (substitutions) (autotest.at:347): ok (sys 0m0.02s)
147. Multiple AT_TEST_HELPER_FN (autotest.at:355): ok (sys 0m0.02s)
148. Tested programs (autotest.at:366): ok (sys 0m0.11s)
149. Startup error messages (autotest.at:376): ok (sys 0m0.04s)
150. Truth (autotest.at:388): ok (sys 0m0.04s)
151. Fallacy (autotest.at:391): ok (sys 0m0.04s)
152. Skip (autotest.at:396): ok (sys 0m0.04s)
153. Hard fail (autotest.at:401): ok (sys 0m0.05s)
154. AT_FAIL_IF (autotest.at:411): ok (sys 0m0.06s)
155. AT_SKIP_IF (autotest.at:431): ok (sys 0m0.06s)
156. Syntax error (autotest.at:451): ok (sys 0m0.05s)
157. errexit (autotest.at:470): ok (sys 0m0.07s)
158. at_status (autotest.at:512): ok (sys 0m0.08s)
159. AT_CHECK execution environment (autotest.at:538): ok (sys 0m0.05s)
160. unquoted output (autotest.at:557): ok (sys 0m0.05s)
161. Trace output (autotest.at:564): ok (sys 0m0.05s)
162. Logging (autotest.at:570): ok (sys 0m0.12s)
163. Binary output (autotest.at:615): ok (sys 0m0.10s)
164. Cleanup (autotest.at:657): ok (sys 0m0.10s)
165. Literal multiline command (autotest.at:697): ok (sys 0m0.05s)
166. Multiline parameter expansion (autotest.at:703): ok (sys 0m0.05s)
167. Backquote command substitution (autotest.at:710): ok (sys 0m0.05s)
168. Multiline backquote command substitution (autotest.at:715): ok (sys 0m0.05s)
169. Parenthetical command substitution (autotest.at:723): ok (sys 0m0.07s)
170. Multiline parenthetical command substitution (autotest.at:728): ok (sys 0m0.06s)
171. Shell comment in command (autotest.at:738): ok (sys 0m0.05s)
172. Invalid brace-enclosed parameter expansion (autotest.at:752): ok (sys 0m0.05s)
173. Multiline command from M4 expansion (autotest.at:760): ok (sys 0m0.04s)
174. Double-M4-quoted command (autotest.at:767): ok (sys 0m0.04s)
175. Metacharacters in command from M4 expansion (autotest.at:774): ok (sys 0m0.04s)
176. BS-newline in command (autotest.at:784): ok (sys 0m0.04s)
177. ^BS-newline in command (autotest.at:789): ok (sys 0m0.04s)
178. BSx641-newline in command (autotest.at:794): ok (sys 0m0.04s)
179. BS-BS-newline in command (autotest.at:799): ok (sys 0m0.05s)
180. BSx640-newline in command (autotest.at:807): ok (sys 0m0.05s)
181. Newline-CODE-BS-newline in command (autotest.at:814): ok (sys 0m0.05s)
182. Single-quote-BS-newline in command (autotest.at:821): ok (sys 0m0.04s)
183. Single-quote-newline-BS-newline in command (autotest.at:827): ok (sys 0m0.05s)
184. Input from stdin (autotest.at:840): ok (sys 0m0.04s)
185. Backquote in a test title (autotest.at:916): ok (sys 0m0.07s)
186. Single-quote in a test title (autotest.at:917): ok (sys 0m0.06s)
187. Double-quote in a test title (autotest.at:918): ok (sys 0m0.06s)
188. Backslash in a test title (autotest.at:920): ok (sys 0m0.06s)
189. Brackets in a test title (autotest.at:921): ok (sys 0m0.06s)
190. Left bracket in a test title (autotest.at:922): ok (sys 0m0.07s)
191. Right bracket in a test title (autotest.at:923): ok (sys 0m0.07s)
192. Quoted pound in a test title (autotest.at:924): ok (sys 0m0.07s)
193. Pound in a test title (autotest.at:925): ok (sys 0m0.07s)
194. Quoted comma in a test title (autotest.at:926): ok (sys 0m0.07s)
195. Comma in a test title (autotest.at:927): ok (sys 0m0.07s)
196. Parentheses in a test title (autotest.at:929): ok (sys 0m0.07s)
197. Left paren in a test title (autotest.at:930): ok (sys 0m0.07s)
198. Right paren in a test title (autotest.at:931): ok (sys 0m0.07s)
199. Quoted Macro in a test title (autotest.at:933): ok (sys 0m0.06s)
200. Macro in a test title (autotest.at:934): ok (sys 0m0.07s)
201. Macro with backquote in a test title (autotest.at:935): ok (sys 0m0.06s)
202. Macro with single-quote in a test title (autotest.at:936): ok (sys 0m0.06s)
203. Macro with double-quote in a test title (autotest.at:937): ok (sys 0m0.06s)
204. Macro with backslash in a test title (autotest.at:939): ok (sys 0m0.07s)
205. Macro echoing macro in a test title (autotest.at:940): ok (sys 0m0.06s)
206. Macro echoing single-quote in a test title (autotest.at:942): ok (sys 0m0.06s)
207. Long test title in a test title (autotest.at:943): ok (sys 0m0.07s)
208. Longer test title in a test title (autotest.at:944): ok (sys 0m0.06s)
209. Long test source lines (autotest.at:955): ok (sys 0m0.06s)
210. Huge testsuite (autotest.at:969): ok (sys 0m0.05s)
211. Debugging a successful test (autotest.at:981): ok (sys 0m0.08s)
212. Debugging script and environment (autotest.at:995): ok (sys 0m0.08s)
213. Debugging a failed test (autotest.at:1012): ok (sys 0m0.07s)
214. Using atlocal (autotest.at:1023): ok (sys 0m0.10s)
215. Choosing where testsuite is run (autotest.at:1058): ok (sys 0m0.07s)
216. recheck (autotest.at:1093): ok (sys 0m0.12s)
217. Banners (autotest.at:1141): ok (sys 0m0.31s)
218. Keywords and ranges (autotest.at:1208): ok (sys 0m0.55s)
219. Keyword wrapping (autotest.at:1311): ok (sys 0m0.03s)
220. AT_ARG_OPTION (autotest.at:1340): ok (sys 0m0.16s)
221. AT_ARG_OPTION_ARG (autotest.at:1389): ok (sys 0m0.14s)
222. parallel test execution (autotest.at:1463): skipped (autotest.at:1522)
223. parallel truth (autotest.at:1565): skipped (autotest.at:1565)
224. parallel fallacy (autotest.at:1570): skipped (autotest.at:1570)
225. parallel skip (autotest.at:1575): skipped (autotest.at:1575)
226. parallel syntax error (autotest.at:1580): skipped (autotest.at:1580)
227. parallel errexit (autotest.at:1599): skipped (autotest.at:1599)
228. parallel autotest and signal handling (autotest.at:1615): skipped (autotest.at:1617)
229. parallel args but non-working mkfifo (autotest.at:1727): skipped (autotest.at:1727)
230. colored test results (autotest.at:1749): ok (sys 0m0.17s)
231. srcdir propagation (autotest.at:1838): ok (sys 0m0.25s)
232. whitespace in absolute testdir (autotest.at:1917): ok (sys 0m0.05s)
233. unusual file names (autotest.at:1941): ok (sys 0m0.04s)
234. C unit tests (autotest.at:1971): ok (sys 0m0.13s)
235. C unit tests (EXEEXT) (autotest.at:2017): ok (sys 0m0.10s)
236. Erlang Eunit unit tests (autotest.at:2069): ok (sys 0m0.55s)
237. AC_REQUIRE: topological sort (base.at:28): ok (sys 0m0.04s)
238. AC_REQUIRE: error message (base.at:75): ok (sys 0m0.04s)
239. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:93): ok (sys 0m0.05s)
240. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:138): ok (sys 0m0.05s)
241. AC_REQUIRE & AC_PROVIDE (base.at:183): ok (sys 0m0.05s)
242. AC_INIT (base.at:219): ok (sys 0m0.06s)
243. AC_INIT (obsolete invocation) (base.at:243): ok (sys 0m0.06s)
244. AC_INIT with unusual version strings (base.at:271): ok (sys 0m1.08s)
245. AC_COPYRIGHT (base.at:568): ok (sys 0m0.04s)
246. AC_CACHE_CHECK (base.at:600): ok (sys 0m0.56s)
247. AC_CACHE_LOAD (base.at:798): ok (sys 0m0.06s)
248. AC_COMPUTE_INT (base.at:824): ok (sys 0m0.09s)
249. AC_TRY_COMMAND (base.at:847): ok (sys 0m0.06s)
250. Input/Output (base.at:879): ok (sys 0m0.07s)
251. configure arguments (base.at:901): ok (sys 0m0.05s)
252. AC_ARG_ENABLE and AC_ARG_WITH (base.at:924): ok (sys 0m0.07s)
253. configure directories (base.at:977): ok (sys 0m0.07s)
254. AC_SUBST (base.at:1010): ok (sys 0m0.17s)
255. configure with closed standard fds (base.at:1069): ok (sys 0m0.26s)
256. AC_CONFIG_COMMANDS with empty commands (torture.at:26): ok (sys 0m0.25s)
257. AC_CONFIG_COMMANDS with temporary directory (torture.at:35): ok (sys 0m0.25s)
258. Multiple AC_CONFIG_FILES (torture.at:63): ok (sys 0m0.04s)
259. Parameterized AC_CONFIG_FILES (torture.at:75): ok (sys 0m0.08s)
260. AC_ARG_VAR (torture.at:129): ok (sys 0m0.38s)
262. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:380): ok (sys 0m0.06s)
263. Missing templates (torture.at:400): ok (sys 0m0.09s)
264. configure invocation (torture.at:442): ok (sys 0m0.37s)
265. --help and --version in unwritable directory (torture.at:503): ok (sys 0m0.05s)
266. #define header templates (torture.at:533): ok (sys 0m0.08s)
267. Torturing config.status (torture.at:667): ok (sys 0m0.17s)
268. Substitute a 2000-byte string (torture.at:811): ok (sys 0m0.11s)
269. Define to a 2000-byte string (torture.at:889): ok (sys 0m0.11s)
270. Substitute and define special characters (torture.at:913): ok (sys 0m0.19s)
271. Substitute a newline (torture.at:1021): ok (sys 0m0.13s)
272. Define a newline (torture.at:1062): ok (sys 0m0.29s)
273. AC_SUBST: variable name validation (torture.at:1101): ok (sys 0m0.93s)
274. datarootdir workaround (torture.at:1131): ok (sys 0m0.18s)
275. srcdir (torture.at:1182): ok (sys 0m0.14s)
276. VPATH (torture.at:1225): ok (sys 0m0.16s)
277. Signal handling (torture.at:1310): ok (sys 0m0.06s)
278. AC_CONFIG_LINKS (torture.at:1329): ok (sys 0m0.33s)
279. AC_CONFIG_LINKS and identical files (torture.at:1383): ok (sys 0m0.13s)
280. Configuring subdirectories (torture.at:1456): ok (sys 0m1.05s)
281. Deep Package (torture.at:1584): ok (sys 0m0.81s)
282. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1723): ok (sys 0m0.19s)
283. Non-literal AC_CONFIG_SUBDIRS (torture.at:1771): ok (sys 0m0.38s)
284. Empty AC_CONFIG_SUBDIRS (torture.at:1822): ok (sys 0m0.14s)
285. Empty directory (torture.at:1851): ok (sys 0m0.02s)
286. Unusual Automake input files (torture.at:1874): ok (sys 0m0.27s)
287. Specific warnings options for autoreconf (torture.at:1909): ok (sys 0m1.08s)
288. Missing auxiliary files (config.*) (torture.at:1962): ok (sys 0m0.42s)
289. Missing auxiliary files (install-sh) (torture.at:2024): ok (sys 0m0.31s)
290. Missing auxiliary files (foreign) (torture.at:2071): ok (sys 0m0.42s)
291. Missing auxiliary files (--force) (torture.at:2118): ok (sys 0m0.24s)
292. Files clobbered by AC_OPENMP (torture.at:2189): ok (sys 0m0.27s)
293. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok (sys 0m0.05s)
294. AC_REQUIRE & AC_LANG (compile.at:84): ok (sys 0m0.06s)
295. AC_LANG_SOURCE (compile.at:123): ok (sys 0m0.08s)
296. AC_LANG_SOURCE(C++) (compile.at:149): ok (sys 0m0.23s)
297. AC_LANG_SOURCE example (compile.at:176): ok (sys 0m0.09s)
298. AC_LANG_PROGRAM example (compile.at:217): ok (sys 0m0.09s)
299. AC_COMPILE_IFELSE (compile.at:265): ok (sys 0m0.33s)
300. AC_RUN_IFELSE (compile.at:311): ok (sys 0m0.07s)
301. Order of user actions and cleanup (compile.at:351): ok (sys 0m0.10s)
302. AC_TRY_LINK_FUNC (compile.at:399): ok (sys 0m0.65s)
303. Multiple languages (compile.at:409): ok (sys 0m0.40s)
304. AC_NO_EXECUTABLES (aclang.at:8): ok (sys 0m0.24s)
305. AC_REQUIRE_CPP (aclang.at:9): ok (sys 0m0.82s)
306. Object file extensions (c.at:31): ok (sys 0m0.14s)
307. Broken/missing compilers (c.at:59): ok (sys 0m0.05s)
308. C keywords (c.at:77): ok (sys 0m0.13s)
309. AC_PROG_CPP requires AC_PROG_CC (c.at:97): ok (sys 0m0.13s)
310. AC_PROG_CPP with warnings (c.at:114): ok (sys 0m0.14s)
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 (sys 0m0.14s)
314. AC_NO_EXECUTABLES (working linker) (c.at:263): ok (sys 0m0.12s)
315. AC_NO_EXECUTABLES (broken linker) (c.at:273): ok (sys 0m0.13s)
316. AC_USE_SYSTEM_EXTENSIONS (c.at:284): ok (sys 0m0.46s)
317. AC_C_RESTRICT and C++ (c.at:307): ok (sys 0m0.17s)
318. AC_OPENMP and C (c.at:370): ok (sys 0m0.09s)
319. AC_OPENMP and C++ (c.at:423): ok (sys 0m0.09s)
320. AC_C_BACKSLASH_A (acc.at:8): ok (sys 0m0.66s)
321. AC_C_BIGENDIAN (acc.at:9): ok (sys 0m1.17s)
322. AC_C_CHAR_UNSIGNED (acc.at:10): ok (sys 0m1.08s)
323. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:11): ok (sys 0m0.69s)
324. AC_C_INLINE (acc.at:12): ok (sys 0m0.77s)
325. AC_C_PROTOTYPES (acc.at:13): ok (sys 0m0.62s)
326. AC_C_RESTRICT (acc.at:14): ok (sys 0m0.82s)
327. AC_C_STRINGIZE (acc.at:15): ok (sys 0m0.61s)
328. AC_C_TYPEOF (acc.at:16): ok (sys 0m0.65s)
329. AC_C_VARARRAYS (acc.at:17): ok (sys 0m0.70s)
330. AC_C__GENERIC (acc.at:18): ok (sys 0m0.65s)
331. AC_OPENMP (acc.at:19): ok (sys 0m0.70s)
332. AC_PROG_CC_C_O (acc.at:20): ok (sys 0m0.62s)
333. AC_PROG_CPP_WERROR (acc.at:21): ok (sys 0m0.64s)
334. AC_LANG_C (acc.at:24): ok (sys 0m0.31s)
335. autoupdating AC_LANG_C (acc.at:24): ok (sys 0m0.36s)
336. AC_LANG_CPLUSPLUS (acc.at:25): ok (sys 0m0.25s)
337. autoupdating AC_LANG_CPLUSPLUS (acc.at:25): ok (sys 0m0.32s)
338. AC_LANG_OBJC (acc.at:26): ok (sys 0m0.24s)
339. autoupdating AC_LANG_OBJC (acc.at:26): ok (sys 0m0.32s)
340. GNU Fortran 77 (fortran.at:31): ok (sys 0m0.28s)
341. GNU Fortran (fortran.at:61): ok (sys 0m0.30s)
342. AC_OPENMP and Fortran 77 (fortran.at:84): ok (sys 0m0.16s)
343. AC_OPENMP and Fortran (fortran.at:129): ok (sys 0m0.14s)
344. AC_F77_DUMMY_MAIN usage (fortran.at:186): ok (sys 0m0.35s)
345. AC_FC_DUMMY_MAIN usage (fortran.at:267): ok (sys 0m0.23s)
346. AC_F77_MAIN usage (fortran.at:349): ok (sys 0m0.18s)
347. AC_FC_MAIN usage (fortran.at:433): ok (sys 0m0.17s)
348. AC_F77_FUNC usage (fortran.at:517): ok (sys 0m0.19s)
349. AC_FC_FUNC usage (fortran.at:593): ok (sys 0m0.18s)
350. AC_FC_SRCEXT usage (fortran.at:669): ok (sys 0m0.12s)
351. AC_FC_PP_SRCEXT usage (fortran.at:753): ok (sys 0m0.16s)
352. AC_FC_FREEFORM (fortran.at:853): ok (sys 0m0.07s)
353. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:889): ok (sys 0m0.08s)
354. AC_FC_FIXEDFORM (fortran.at:926): ok (sys 0m0.19s)
355. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:963): ok (sys 0m0.22s)
356. AC_FC_LINE_LENGTH (fortran.at:1001): ok (sys 0m1.22s)
357. AC_FC_CHECK_BOUNDS (fortran.at:1073): ok (sys 0m0.19s)
358. AC_FC_MODULE_FLAG (fortran.at:1131): ok (sys 0m0.19s)
359. AC_F77_CRAY_POINTERS (fortran.at:1201): ok (sys 0m0.15s)
360. AC_FC_CRAY_POINTERS (fortran.at:1243): ok (sys 0m0.20s)
361. AC_F77_CRAY_POINTERS (acfortran.at:8): ok (sys 0m0.54s)
362. AC_F77_IMPLICIT_NONE (acfortran.at:9): ok (sys 0m0.43s)
363. AC_F77_MAIN (acfortran.at:10): ok (sys 0m0.88s)
364. AC_F77_WRAPPERS (acfortran.at:11): ok (sys 0m0.79s)
365. AC_FC_CHECK_BOUNDS (acfortran.at:12): ok (sys 0m0.15s)
366. AC_FC_CRAY_POINTERS (acfortran.at:13): ok (sys 0m0.33s)
367. AC_FC_FIXEDFORM (acfortran.at:14): ok (sys 0m0.33s)
368. AC_FC_FREEFORM (acfortran.at:15): ok (sys 0m0.34s)
369. AC_FC_IMPLICIT_NONE (acfortran.at:16): ok (sys 0m0.29s)
370. AC_FC_LINE_LENGTH (acfortran.at:17): ok (sys 0m0.31s)
371. AC_FC_MAIN (acfortran.at:18): ok (sys 0m0.71s)
372. AC_FC_MODULE_EXTENSION (acfortran.at:19): ok (sys 0m0.29s)
373. AC_FC_MODULE_FLAG (acfortran.at:20): ok (sys 0m0.28s)
374. AC_FC_MODULE_OUTPUT_FLAG (acfortran.at:21): ok (sys 0m0.29s)
375. AC_FC_PP_DEFINE (acfortran.at:22): ok (sys 0m0.33s)
376. AC_FC_WRAPPERS (acfortran.at:23): ok (sys 0m0.78s)
377. AC_PROG_F77_C_O (acfortran.at:24): ok (sys 0m0.28s)
378. AC_PROG_FC_C_O (acfortran.at:25): ok (sys 0m0.30s)
379. AC_F77_NAME_MANGLING (acfortran.at:28): ok (sys 0m0.25s)
380. autoupdating AC_F77_NAME_MANGLING (acfortran.at:28): ok (sys 0m0.33s)
381. AC_LANG_FORTRAN77 (acfortran.at:29): ok (sys 0m0.23s)
382. autoupdating AC_LANG_FORTRAN77 (acfortran.at:29): ok (sys 0m0.31s)
383. Erlang basic compilation (erlang.at:36): ok (sys 0m0.67s)
384. AC_ERLANG_CHECK_LIB (erlang.at:66): ok (sys 0m0.46s)
385. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:82): ok (sys 0m0.45s)
386. AC_ERLANG_SUBST_LIB_DIR (erlang.at:95): ok (sys 0m0.46s)
387. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:109): ok (sys 0m0.37s)
388. AC_ERLANG_PATH_ERL (acerlang.at:8): ok (sys 0m0.32s)
389. AC_ERLANG_PATH_ERLC (acerlang.at:9): ok (sys 0m0.27s)
390. AC_ERLANG_SUBST_ERTS_VER (acerlang.at:10): ok (sys 0m0.45s)
391. AC_ERLANG_SUBST_LIB_DIR (acerlang.at:11): ok (sys 0m0.46s)
392. AC_LANG_ERLANG (acerlang.at:14): ok (sys 0m0.24s)
393. autoupdating AC_LANG_ERLANG (acerlang.at:14): ok (sys 0m0.31s)
394. Go (go.at:30): ok (sys 0m0.57s)
395. AC_LANG_GO (acgo.at:8): ok (sys 0m0.25s)
396. autoupdating AC_LANG_GO (acgo.at:8): ok (sys 0m0.32s)
397. AC_CHECK_LIB (semantics.at:35): ok (sys 0m1.17s)
398. AC_SEARCH_LIBS (needed) (semantics.at:117): ok (sys 0m1.13s)
399. AC_SEARCH_LIBS (none needed) (semantics.at:190): ok (sys 0m0.66s)
400. AC_CHECK_DECLS (semantics.at:205): ok (sys 0m0.97s)
401. AC_CHECK_FUNCS (semantics.at:269): ok (sys 0m0.74s)
402. AC_REPLACE_FUNCS (semantics.at:282): ok (sys 0m0.18s)
403. AC_CHECK_HEADERS (semantics.at:341): ok (sys 0m0.20s)
404. AC_CHECK_HEADERS (preprocessor test) (semantics.at:377): ok (sys 0m0.14s)
405. AC_CHECK_HEADERS (compiler test) (semantics.at:415): ok (sys 0m0.16s)
406. AC_CHECK_MEMBER (semantics.at:451): ok (sys 0m0.74s)
407. AC_CHECK_MEMBERS (semantics.at:477): ok (sys 0m0.70s)
408. AC_CHECK_ALIGNOF (semantics.at:492): ok (sys 0m1.43s)
409. AC_CHECK_ALIGNOF struct (semantics.at:509): ok (sys 0m1.33s)
410. AC_CHECK_SIZEOF (semantics.at:521): ok (sys 0m1.39s)
411. AC_CHECK_SIZEOF struct (semantics.at:537): ok (sys 0m1.59s)
412. AC_CHECK_TYPES (semantics.at:562): ok (sys 0m0.80s)
413. AC_CHECK_TYPES: backward compatibility (semantics.at:576): ok (sys 0m0.04s)
414. AC_CHECK_FILES (semantics.at:615): ok (sys 0m0.12s)
415. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:659): ok (sys 0m0.06s)
416. AC_C_BIGENDIAN (semantics.at:708): ok (sys 0m0.55s)
417. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:770): ok (sys 0m0.05s)
418. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:812): ok (sys 0m0.05s)
419. AC_PATH_XTRA (semantics.at:892): ok (sys 0m0.19s)
420. AC_SYS_LARGEFILE (semantics.at:908): ok (sys 0m0.76s)
421. AC_SYS_YEAR2038 (semantics.at:917): ok (sys 0m0.76s)
422. AC_SYS_YEAR2038_RECOMMENDED (semantics.at:926): ok (sys 0m0.91s)
423. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:961): ok (sys 0m0.56s)
424. AC_FUNC_SETVBUF_REVERSED (semantics.at:962): ok (sys 0m0.25s)
425. AC_FUNC_WAIT3 (semantics.at:963): ok (sys 0m0.52s)
426. AC_TRY_CPP (semantics.at:977): ok (sys 0m0.69s)
427. autoupdating AC_TRY_CPP (semantics.at:977): ok (sys 0m0.36s)
428. AC_TRY_COMPILE (semantics.at:992): ok (sys 0m0.66s)
429. autoupdating AC_TRY_COMPILE (semantics.at:992): ok (sys 0m0.36s)
430. AC_TRY_LINK (semantics.at:1004): ok (sys 0m0.69s)
431. autoupdating AC_TRY_LINK (semantics.at:1004): ok (sys 0m0.37s)
432. AC_COMPILE_CHECK (semantics.at:1020): ok (sys 0m0.82s)
433. autoupdating AC_COMPILE_CHECK (semantics.at:1020): ok (sys 0m0.34s)
434. AC_TRY_RUN (semantics.at:1032): ok (sys 0m0.66s)
435. autoupdating AC_TRY_RUN (semantics.at:1032): ok (sys 0m0.33s)
436. AC_HAVE_LIBRARY (semantics.at:1050): ok (sys 0m0.69s)
437. autoupdating AC_HAVE_LIBRARY (semantics.at:1050): ok (sys 0m0.35s)
438. Macro expansion in AC_CHECK_FUNCS (literal) (semantics.at:1204): ok (sys 0m0.13s)
439. Macro expansion in AC_CHECK_FUNCS (variable) (semantics.at:1204): ok (sys 0m0.13s)
440. Macro expansion in AC_CHECK_FUNCS_ONCE (semantics.at:1205): ok (sys 0m0.14s)
441. Macro expansion in AC_REPLACE_FUNCS (literal) (semantics.at:1206): ok (sys 0m0.13s)
442. Macro expansion in AC_REPLACE_FUNCS (variable) (semantics.at:1206): ok (sys 0m0.15s)
443. Macro expansion in AC_CHECK_HEADERS (literal) (semantics.at:1208): ok (sys 0m0.23s)
444. Macro expansion in AC_CHECK_HEADERS (variable) (semantics.at:1208): ok (sys 0m0.25s)
445. Macro expansion in AC_CHECK_HEADERS_ONCE (semantics.at:1209): ok (sys 0m0.24s)
446. Macro expansion in AC_CHECK_FILES (semantics.at:1211): ok (sys 0m0.11s)
447. Macro expansion in AC_CONFIG_MACRO_DIRS (semantics.at:1237): ok (sys 0m0.04s)
448. Macro expansion in AC_CONFIG_SUBDIRS (semantics.at:1261): ok (sys 0m0.12s)
449. AC_PROG_LEX with noyywrap (semantics.at:1306): ok (sys 0m0.86s)
450. AC_PROG_LEX with yywrap (semantics.at:1308): ok (sys 0m1.00s)
451. AC_PROG_LEX in legacy mode (semantics.at:1323): ok (sys 0m0.18s)
452. Invalid arguments to AC_PROG_LEX (semantics.at:1343): ok (sys 0m0.35s)
453. AC_ARG_ENABLE (acgeneral.at:8): ok (sys 0m0.25s)
454. AC_ARG_PROGRAM (acgeneral.at:9): ok (sys 0m0.25s)
455. AC_ARG_WITH (acgeneral.at:10): ok (sys 0m0.23s)
456. AC_CHECK_DECLS_ONCE (acgeneral.at:11): ok (sys 0m1.06s)
457. AC_EGREP_CPP (acgeneral.at:12): ok (sys 0m0.69s)
458. AC_EGREP_HEADER (acgeneral.at:13): ok (sys 0m0.76s)
459. AC_LIBOBJ (acgeneral.at:14): ok (sys 0m0.23s)
460. AC_LIBSOURCES (acgeneral.at:15): ok (sys 0m0.25s)
461. AC_PREFIX_DEFAULT (acgeneral.at:16): ok (sys 0m0.23s)
462. AC_REQUIRE_AUX_FILE (acgeneral.at:17): ok (sys 0m0.24s)
463. AC_CHECKING (acgeneral.at:20): ok (sys 0m0.23s)
464. autoupdating AC_CHECKING (acgeneral.at:20): ok (sys 0m0.31s)
465. AC_ENABLE (acgeneral.at:21): ok (sys 0m0.23s)
466. autoupdating AC_ENABLE (acgeneral.at:21): ok (sys 0m0.29s)
467. AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok (sys 0m0.23s)
468. autoupdating AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok (sys 0m0.30s)
469. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok (sys 0m0.25s)
470. autoupdating AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok (sys 0m0.30s)
471. AC_WITH (acgeneral.at:24): ok (sys 0m0.23s)
472. autoupdating AC_WITH (acgeneral.at:24): ok (sys 0m0.30s)
473. _AC_COMPUTE_INT (acgeneral.at:25): ok (sys 0m0.72s)
474. autoupdating _AC_COMPUTE_INT (acgeneral.at:25): ok (sys 0m0.36s)
475. AC_OUTPUT_COMMANDS (acstatus.at:8): ok (sys 0m0.24s)
476. autoupdating AC_OUTPUT_COMMANDS (acstatus.at:8): ok (sys 0m0.29s)
477. AC_SYS_INTERPRETER (acspecific.at:8): ok (sys 0m0.23s)
478. AC_SYS_LONG_FILE_NAMES (acspecific.at:9): ok (sys 0m0.25s)
479. AC_SYS_POSIX_TERMIOS (acspecific.at:10): ok (sys 0m0.66s)
480. AC_AIX (acspecific.at:13): ok (sys 0m1.22s)
481. autoupdating AC_AIX (acspecific.at:13): ok (sys 0m0.57s)
482. AC_ARG_ARRAY (acspecific.at:14): ok (sys 0m0.24s)
483. autoupdating AC_ARG_ARRAY (acspecific.at:14): ok (sys 0m0.31s)
484. AC_DECL_SYS_SIGLIST (acspecific.at:15): ok (sys 0m0.75s)
485. autoupdating AC_DECL_SYS_SIGLIST (acspecific.at:15): ok (sys 0m0.38s)
486. AC_DYNIX_SEQ (acspecific.at:16): ok (sys 0m0.88s)
487. autoupdating AC_DYNIX_SEQ (acspecific.at:16): ok (sys 0m0.43s)
488. AC_HAVE_POUNDBANG (acspecific.at:17): ok (sys 0m0.23s)
489. autoupdating AC_HAVE_POUNDBANG (acspecific.at:17): ok (sys 0m0.31s)
490. AC_IRIX_SUN (acspecific.at:18): ok (sys 0m0.75s)
491. autoupdating AC_IRIX_SUN (acspecific.at:18): ok (sys 0m0.41s)
492. AC_ISC_POSIX (acspecific.at:19): ok (sys 0m1.01s)
493. autoupdating AC_ISC_POSIX (acspecific.at:19): ok (sys 0m0.36s)
494. AC_MINIX (acspecific.at:20): ok (sys 0m1.22s)
495. autoupdating AC_MINIX (acspecific.at:20): ok (sys 0m0.60s)
496. AC_SCO_INTL (acspecific.at:21): ok (sys 0m0.67s)
497. autoupdating AC_SCO_INTL (acspecific.at:21): ok (sys 0m0.34s)
498. AC_XENIX_DIR (acspecific.at:22): ok (sys 0m0.76s)
499. autoupdating AC_XENIX_DIR (acspecific.at:22): ok (sys 0m0.39s)
500. AC_PROG_AR (acprograms.at:8): ok (sys 0m0.24s)
501. AC_PROG_AWK (acprograms.at:9): ok (sys 0m0.26s)
502. AC_PROG_EGREP (acprograms.at:10): ok (sys 0m0.27s)
503. AC_PROG_FGREP (acprograms.at:11): ok (sys 0m0.26s)
504. AC_PROG_INSTALL (acprograms.at:12): ok (sys 0m0.27s)
505. AC_PROG_LN_S (acprograms.at:13): ok (sys 0m0.26s)
506. AC_PROG_MAKE_SET (acprograms.at:14): ok (sys 0m0.29s)
507. AC_PROG_MKDIR_P (acprograms.at:15): ok (sys 0m0.28s)
508. AC_PROG_RANLIB (acprograms.at:16): ok (sys 0m0.24s)
509. AC_PROG_SED (acprograms.at:17): ok (sys 0m0.27s)
510. AC_PROG_YACC (acprograms.at:18): ok (sys 0m0.26s)
511. AC_CHECK_TOOL_PREFIX (acprograms.at:21): ok (sys 0m0.25s)
512. autoupdating AC_CHECK_TOOL_PREFIX (acprograms.at:21): ok (sys 0m0.31s)
513. AC_DECL_YYTEXT (acprograms.at:22): ok (sys 0m0.94s)
514. autoupdating AC_DECL_YYTEXT (acprograms.at:22): ok (sys 0m0.48s)
515. AC_RSH (acprograms.at:23): ok (sys 0m0.29s)
516. autoupdating AC_RSH (acprograms.at:23): ok (sys 0m0.51s)
517. AC_CHECK_HEADERS_ONCE (acheaders.at:8): ok (sys 0m1.02s)
518. AC_CHECK_HEADER_STDBOOL (acheaders.at:9): ok (sys 0m1.10s)
519. AC_HEADER_ASSERT (acheaders.at:10): ok (sys 0m0.27s)
520. AC_HEADER_MAJOR (acheaders.at:11): ok (sys 0m1.09s)
521. AC_HEADER_RESOLV (acheaders.at:12): ok (sys 0m0.90s)
522. AC_HEADER_STAT (acheaders.at:13): ok (sys 0m0.72s)
523. AC_HEADER_STDBOOL (acheaders.at:14): ok (sys 0m1.07s)
524. AC_HEADER_TIOCGWINSZ (acheaders.at:15): ok (sys 0m1.10s)
525. AC_DIR_HEADER (acheaders.at:18): ok (sys 0m0.77s)
526. autoupdating AC_DIR_HEADER (acheaders.at:18): ok (sys 0m0.42s)
527. AC_HEADER_STDC (acheaders.at:19): ok (sys 0m1.07s)
528. autoupdating AC_HEADER_STDC (acheaders.at:19): ok (sys 0m0.54s)
529. AC_HEADER_TIME (acheaders.at:20): ok (sys 0m1.04s)
530. autoupdating AC_HEADER_TIME (acheaders.at:20): ok (sys 0m0.53s)
531. AC_MEMORY_H (acheaders.at:21): ok (sys 0m1.10s)
532. autoupdating AC_MEMORY_H (acheaders.at:21): ok (sys 0m0.54s)
533. AC_UNISTD_H (acheaders.at:22): ok (sys 0m1.06s)
534. autoupdating AC_UNISTD_H (acheaders.at:22): ok (sys 0m0.51s)
535. AC_USG (acheaders.at:23): ok (sys 0m0.75s)
536. autoupdating AC_USG (acheaders.at:23): ok (sys 0m0.37s)
537. _AC_CHECK_HEADER_MONGREL (acheaders.at:24): ok (sys 0m0.71s)
538. autoupdating _AC_CHECK_HEADER_MONGREL (acheaders.at:24): ok (sys 0m0.38s)
539. AC_STRUCT_DIRENT_D_INO (actypes.at:8): ok (sys 0m0.77s)
540. AC_STRUCT_DIRENT_D_TYPE (actypes.at:9): ok (sys 0m0.80s)
541. AC_STRUCT_ST_BLOCKS (actypes.at:10): ok (sys 0m1.31s)
542. AC_STRUCT_TIMEZONE (actypes.at:11): ok (sys 0m1.34s)
543. AC_TYPE_INT16_T (actypes.at:12): ok (sys 0m1.50s)
544. AC_TYPE_INT32_T (actypes.at:13): ok (sys 0m1.50s)
545. AC_TYPE_INT64_T (actypes.at:14): ok (sys 0m1.85s)
546. AC_TYPE_INT8_T (actypes.at:15): ok (sys 0m1.83s)
547. AC_TYPE_INTMAX_T (actypes.at:16): ok (sys 0m1.94s)
548. AC_TYPE_INTPTR_T (actypes.at:17): ok (sys 0m1.34s)
549. AC_TYPE_LONG_DOUBLE (actypes.at:18): ok (sys 0m0.72s)
550. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:19): ok (sys 0m0.80s)
551. AC_TYPE_MODE_T (actypes.at:20): ok (sys 0m1.31s)
552. AC_TYPE_OFF_T (actypes.at:21): ok (sys 0m1.53s)
553. AC_TYPE_SSIZE_T (actypes.at:22): ok (sys 0m1.16s)
554. AC_TYPE_UINT16_T (actypes.at:23): ok (sys 0m1.08s)
555. AC_TYPE_UINT32_T (actypes.at:24): ok (sys 0m1.20s)
556. AC_TYPE_UINT64_T (actypes.at:25): ok (sys 0m1.08s)
557. AC_TYPE_UINT8_T (actypes.at:26): ok (sys 0m1.08s)
558. AC_TYPE_UINTMAX_T (actypes.at:27): ok (sys 0m1.18s)
559. AC_TYPE_UINTPTR_T (actypes.at:28): ok (sys 0m1.14s)
560. AC_C_LONG_DOUBLE (actypes.at:31): ok (sys 0m0.66s)
561. autoupdating AC_C_LONG_DOUBLE (actypes.at:31): ok (sys 0m0.35s)
562. AC_INT_16_BITS (actypes.at:32): ok (sys 0m1.29s)
563. autoupdating AC_INT_16_BITS (actypes.at:32): ok (sys 0m0.55s)
564. AC_LONG_64_BITS (actypes.at:33): ok (sys 0m1.33s)
565. autoupdating AC_LONG_64_BITS (actypes.at:33): ok (sys 0m0.60s)
566. AC_STRUCT_ST_BLKSIZE (actypes.at:34): ok (sys 0m1.09s)
567. autoupdating AC_STRUCT_ST_BLKSIZE (actypes.at:34): ok (sys 0m0.53s)
568. AC_STRUCT_ST_RDEV (actypes.at:35): ok (sys 0m1.18s)
569. autoupdating AC_STRUCT_ST_RDEV (actypes.at:35): ok (sys 0m0.53s)
570. AC_TYPE_SIGNAL (actypes.at:36): ok (sys 0m0.69s)
571. autoupdating AC_TYPE_SIGNAL (actypes.at:36): ok (sys 0m0.38s)
572. AM_TYPE_PTRDIFF_T (actypes.at:37): ok (sys 0m1.53s)
573. autoupdating AM_TYPE_PTRDIFF_T (actypes.at:37): ok (sys 0m0.62s)
574. AC_CHECK_FUNCS_ONCE (acfunctions.at:8): ok (sys 0m0.24s)
575. AC_FUNC_ALLOCA (acfunctions.at:9): ok (sys 0m1.17s)
576. AC_FUNC_CHOWN (acfunctions.at:10): ok (sys 0m0.68s)
577. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:11): ok (sys 0m0.94s)
578. AC_FUNC_ERROR_AT_LINE (acfunctions.at:12): ok (sys 0m0.66s)
579. AC_FUNC_FNMATCH (acfunctions.at:13): ok (sys 0m0.34s)
580. AC_FUNC_FORK (acfunctions.at:14): ok (sys 0m0.64s)
581. AC_FUNC_FSEEKO (acfunctions.at:15): ok (sys 0m0.78s)
582. AC_FUNC_GETGROUPS (acfunctions.at:16): ok (sys 0m0.67s)
583. AC_FUNC_GETMNTENT (acfunctions.at:17): ok (sys 0m0.66s)
584. AC_FUNC_GETPGRP (acfunctions.at:18): ok (sys 0m1.28s)
585. AC_FUNC_LSTAT (acfunctions.at:19): ok (sys 0m0.82s)
586. AC_FUNC_MALLOC (acfunctions.at:20): ok (sys 0m0.53s)
587. AC_FUNC_MBRTOWC (acfunctions.at:21): ok (sys 0m0.71s)
588. AC_FUNC_MEMCMP (acfunctions.at:22): ok (sys 0m0.54s)
589. AC_FUNC_MKTIME (acfunctions.at:23): ok (sys 0m0.56s)
590. AC_FUNC_MMAP (acfunctions.at:24): ok (sys 0m0.70s)
591. AC_FUNC_OBSTACK (acfunctions.at:25): ok (sys 0m1.11s)
592. AC_FUNC_REALLOC (acfunctions.at:26): ok (sys 0m0.37s)
593. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:27): ok (sys 0m1.27s)
594. AC_FUNC_SETPGRP (acfunctions.at:28): ok (sys 0m1.05s)
595. AC_FUNC_STAT (acfunctions.at:29): ok (sys 0m0.60s)
596. AC_FUNC_STRCOLL (acfunctions.at:30): ok (sys 0m0.53s)
597. AC_FUNC_STRERROR_R (acfunctions.at:31): ok (sys 0m1.13s)
598. AC_FUNC_STRFTIME (acfunctions.at:32): ok (sys 0m0.69s)
599. AC_FUNC_STRNLEN (acfunctions.at:33): ok (sys 0m0.70s)
600. AC_FUNC_STRTOD (acfunctions.at:34): ok (sys 0m0.53s)
601. AC_FUNC_STRTOLD (acfunctions.at:35): ok (sys 0m0.70s)
602. AC_FUNC_UTIME_NULL (acfunctions.at:36): ok (sys 0m1.14s)
603. AC_FUNC_VPRINTF (acfunctions.at:37): ok (sys 0m0.67s)
604. Libtool (foreign.at:26): skipped (foreign.at:56)
605. shtool (foreign.at:93): skipped (foreign.at:130)
606. AX_PROG_CC_FOR_BUILD (foreign.at:145): ok (sys 0m0.12s)
607. AX_PROG_CXX_FOR_BUILD (foreign.at:179): ok (sys 0m0.21s)
608. gnulib-std-gnu11.m4 (foreign.at:215): ok (sys 0m0.63s)
609. autoscan (autoscan.at:21): ok (sys 0m0.05s)
testsuite: ending at: Wed Dec 20 13:07:20 PST 2023
testsuite: test suite duration: 0h 36m 50s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 596 tests were run,
7 failed (4 expected failures).
13 tests were skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.72e test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
11: tools.at:442 autoconf: forbidden tokens, basic
119: m4sh.at:2115 _AS_CLEAN_DIR
261: torture.at:189 AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS
Skipped tests:
GNU Autoconf 2.72e test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
41: tools.at:1497 autom4te preselections
222: autotest.at:1463 parallel test execution
autotest
223: autotest.at:1565 parallel truth
autotest
224: autotest.at:1570 parallel fallacy
autotest
225: autotest.at:1575 parallel skip
autotest
226: autotest.at:1580 parallel syntax error
autotest
227: autotest.at:1599 parallel errexit
autotest
228: autotest.at:1615 parallel autotest and signal handling
autotest
229: autotest.at:1727 parallel args but non-working mkfifo
autotest
311: c.at:150 AC_PROG_CPP without warnings
312: c.at:194 AC_PROG_CPP via CC
604: foreign.at:26 Libtool
605: foreign.at:93 shtool
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
11. tools.at:442: testing autoconf: forbidden tokens, basic ...
./tools.at:465: autoconf --force
stderr:
/export/alanc/autotools/src/autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_INIT was never used
/export/alanc/autotools/src/autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_OUTPUT was never used
configure.ac:2: error: possibly undefined macro: m4_foo
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:3: error: possibly undefined macro: _m4_bar
configure.ac:4: error: possibly undefined macro: AS_FOO
configure.ac:5: error: possibly undefined macro: _AS_BAR
configure.ac:6: error: possibly undefined macro: dnl
./tools.at:465: mv stderr stderr-raw &&
sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
s/: include: [cC]\(annot open\)/: c\1/
s/: [cC]\(annot open \)[`'\'']*\([^'\'':]*\)'\''*:/: c\1'\''\2'\'':/
s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
s/^autom4te: error: [^ ]*m4[.ex]* /autom4te: error: m4 /
s!^.*/\([^/][^/]*\)\.m4: *[0-9][0-9]*: *!\1.m4: !
s!^.*/\([^/][^/]*\)\.m4: *[0-9][0-9]*: *[0-9][0-9]*: *!\1.m4: !
s/ (E[A-Z]*)$//
' stderr-raw >&2
./tools.at:465: "$SHELL_N" -n configure
stderr:
configure: warning: line 18: `...` obsolete, use $(...)
./tools.at:481: autoconf
stderr:
/export/alanc/autotools/src/autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_INIT was never used
/export/alanc/autotools/src/autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_OUTPUT was never used
configure.ac:2: error: possibly undefined macro: m4_foo
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:3: error: possibly undefined macro: _m4_bar
configure.ac:4: error: possibly undefined macro: AS_FOO
configure.ac:5: error: possibly undefined macro: _AS_BAR
configure.ac:6: error: possibly undefined macro: dnl
./tools.at:481: exit code was 1, expected 0
11. tools.at:442: 11. autoconf: forbidden tokens, basic (tools.at:442): FAILED (tools.at:481)
# -*- compilation -*-
119. m4sh.at:2115: testing _AS_CLEAN_DIR ...
./m4sh.at:2134: autom4te --language=m4sh script.as -o script
./m4sh.at:2135: $CONFIG_SHELL ./script
--- /dev/null 2023-12-20 12:32:16.000000000 -0800
+++ /export/alanc/autotools/src/autoconf-2.72e/tests/testsuite.dir/at-groups/119/stderr 2023-12-20 12:32:16.017785699 -0800
@@ -0,0 +1 @@
+find: cannot read dir sub/unwritable: Permission denied
119. m4sh.at:2115: 119. _AS_CLEAN_DIR (m4sh.at:2115): FAILED (m4sh.at:2135)
# -*- compilation -*-
261. torture.at:189: testing AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS ...
./torture.at:224: autoconf --force
./torture.at:224: "$SHELL_N" -n configure
stderr:
configure: warning: line 27: `...` obsolete, use $(...)
configure: warning: line 331: `...` obsolete, use $(...)
configure: warning: line 335: `...` obsolete, use $(...)
configure: warning: line 407: `...` obsolete, use $(...)
configure: warning: line 430: `...` obsolete, use $(...)
configure: warning: line 430: `...` obsolete, use $(...)
configure: warning: line 436: `...` obsolete, use $(...)
configure: warning: line 436: `...` obsolete, use $(...)
configure: warning: line 442: `...` obsolete, use $(...)
configure: warning: line 448: `...` obsolete, use $(...)
configure: warning: line 477: ' quote may be missing
configure: warning: line 484: ' quote may be missing
configure: warning: line 517: `...` obsolete, use $(...)
configure: warning: line 519: `...` obsolete, use $(...)
configure: warning: line 522: `...` obsolete, use $(...)
configure: warning: line 587: `...` obsolete, use $(...)
configure: warning: line 722: `...` obsolete, use $(...)
configure: warning: line 764: `...` obsolete, use $(...)
configure: warning: line 769: `...` obsolete, use $(...)
configure: warning: line 771: " quote may be missing
configure: warning: line 790: `...` obsolete, use $(...)
configure: warning: line 795: `...` obsolete, use $(...)
configure: warning: line 797: " quote may be missing
configure: warning: line 1003: `...` obsolete, use $(...)
configure: warning: line 1008: `...` obsolete, use $(...)
configure: warning: line 1010: " quote may be missing
configure: warning: line 1019: `...` obsolete, use $(...)
configure: warning: line 1024: `...` obsolete, use $(...)
configure: warning: line 1026: " quote may be missing
configure: warning: line 1057: `...` obsolete, use $(...)
configure: warning: line 1078: `...` obsolete, use $(...)
configure: warning: line 1100: `...` obsolete, use $(...)
configure: warning: line 1105: $ not preceded by \
configure: warning: line 1133: `...` obsolete, use $(...)
configure: warning: line 1134: `...` obsolete, use $(...)
configure: warning: line 1135: `...` obsolete, use $(...)
configure: warning: line 1145: `...` obsolete, use $(...)
configure: warning: line 1180: `...` obsolete, use $(...)
configure: warning: line 1191: `...` obsolete, use $(...)
configure: warning: line 1280: `...` obsolete, use $(...)
configure: warning: line 1287: `...` obsolete, use $(...)
configure: warning: line 1289: `...` obsolete, use $(...)
configure: warning: line 1353: `...` obsolete, use $(...)
configure: warning: line 1365: `...` obsolete, use $(...)
configure: warning: line 1448: `...` obsolete, use $(...)
configure: warning: line 1482: ' quote may be missing
configure: warning: line 1495: ' quote may be missing
configure: warning: line 1511: ' quote may be missing
configure: warning: line 1514: ' quote may be missing
configure: warning: line 1515: ' quote may be missing
configure: warning: line 1533: ' quote may be missing
configure: warning: line 1535: ' quote may be missing
configure: warning: line 1548: ' quote may be missing
configure: warning: line 1664: `...` obsolete, use $(...)
configure: warning: line 1665: `...` obsolete, use $(...)
configure: warning: line 1684: `...` obsolete, use $(...)
configure: warning: line 1737: `...` obsolete, use $(...)
configure: warning: line 1811: `...` obsolete, use $(...)
configure: warning: line 1913: `...` obsolete, use $(...)
configure: warning: line 1930: `...` obsolete, use $(...)
configure: warning: line 1989: `...` obsolete, use $(...)
configure: warning: line 2460: `...` obsolete, use $(...)
configure: warning: line 2461: `...` obsolete, use $(...)
configure: warning: line 2676: `...` obsolete, use $(...)
configure: warning: line 2682: `...` obsolete, use $(...)
configure: warning: line 2696: ' quote may be missing
configure: warning: line 2820: `...` obsolete, use $(...)
configure: warning: line 2835: ' quote may be missing
configure: warning: line 2836: ' quote may be missing
configure: warning: line 2846: ' quote may be missing
configure: warning: line 2848: ' quote may be missing
configure: warning: line 2852: ' quote may be missing
configure: warning: line 2855: ' quote may be missing
configure: warning: line 2870: ' quote may be missing
./torture.at:283: ./configure $configure_options what_to_test=file
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
config.status: creating file
./torture.at:283: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:283: grep OK file
./torture.at:283: ./configure $configure_options what_to_test=var-file --no-create
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
./torture.at:283: ./config.status var-file </dev/null
stdout:
config.status: creating var-file
./torture.at:283: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:283: grep OK var-file
./torture.at:286: ./configure $configure_options what_to_test=header
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
config.status: creating header
./torture.at:286: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:286: grep OK header
./torture.at:286: ./configure $configure_options what_to_test=var-header --no-create
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
./torture.at:286: ./config.status var-header </dev/null
stdout:
config.status: creating var-header
./torture.at:286: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:286: grep OK var-header
./torture.at:289: ./configure $configure_options what_to_test=command
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
config.status: executing command commands
./torture.at:289: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:289: grep OK command
./torture.at:289: ./configure $configure_options what_to_test=var-command --no-create
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
./torture.at:289: ./config.status var-command </dev/null
stdout:
config.status: executing var-command commands
./torture.at:289: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:289: grep OK var-command
./torture.at:292: ./configure $configure_options what_to_test=link
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
config.status: linking input to link
./torture.at:292: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:292: grep OK link
./torture.at:292: ./configure $configure_options what_to_test=var-link --no-create
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
./torture.at:292: ./config.status var-link </dev/null
stdout:
config.status: linking input to var-link
./torture.at:292: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:292: grep OK var-link
./torture.at:297: ./configure $configure_options what_to_test=file
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
config.status: creating file
./torture.at:297: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:297: grep OK file
./torture.at:297: ./configure $configure_options what_to_test=var-file --no-create
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
./torture.at:297: ./config.status var-file </dev/null || exit 1
stderr:
mkdir: Failed to make directory "conf1352-15088"; Permission denied
config.status: error: cannot create a temporary directory in .
stdout:
./torture.at:299: echo from-stdin | ./config.status --file=file:-
stdout:
config.status: creating file
./torture.at:301: grep from-stdin file
./torture.at:305: ./config.status --file=-:input </dev/null >/dev/full || exit 1
stderr:
cat: output error (0/3 characters written)
No space left on device
config.status: error: could not create -
stdout:
./torture.at:310: ./config.status --file
stderr:
config.status: error: missing file argument
stdout:
./torture.at:311: grep 'missing file argument' stderr
stdout:
config.status: error: missing file argument
./torture.at:312: ./config.status --file=
stderr:
config.status: error: missing file argument
stdout:
./torture.at:313: grep 'missing file argument' stderr
stdout:
config.status: error: missing file argument
./torture.at:316: ./configure $configure_options what_to_test=header
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
config.status: creating header
./torture.at:316: ls header var-header file var-file command var-command link var-link 2>/dev/null
./torture.at:316: grep OK header
./torture.at:316: ./configure $configure_options what_to_test=var-header --no-create
stdout:
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for fgrep... /usr/bin/ggrep -F
configure: creating ./config.status
./torture.at:316: ./config.status var-header </dev/null || exit 1
stderr:
mkdir: Failed to make directory "conf2004-32399"; Permission denied
config.status: error: cannot create a temporary directory in .
stdout:
./torture.at:318: ./config.status --header=-:input </dev/null
stderr:
stdout:
/* Generated from input by configure. */
OK
./torture.at:320: grep OK stdout
./torture.at:324: ./config.status --header=-:input </dev/null >/dev/full || exit 1
stderr:
stdout:
./torture.at:324: exit code was 0, expected 1
config.log:
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.72e. Invocation command line was
>
> $ ./configure what_to_test=var-header --no-create
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = also
> uname -m = i86pc
> uname -r = 5.11
> uname -s = SunOS
> uname -v = 11.4.66.160.0
>
> /usr/bin/uname -p = i386
> /bin/uname -X = System = SunOS
> Node = also
> Release = 5.11
> KernelID = 11.4.66.160.0
> Machine = i86pc
> BusType = <unknown>
> Serial = <unknown>
> Users = <unknown>
> OEM# = 0
> Origin# = 1
> NumCPU = 8
>
> /bin/arch = i86pc
> /usr/bin/arch -k = i86pc
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /export/alanc/autotools/src/autoconf-2.72e/tests/
> PATH: /export/alanc/autotools/src/autoconf-2.72e/tests/
> PATH: /usr/bin/
> PATH: /usr/gnu/bin/
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1712: checking for grep that handles long lines and -e
> configure:1778: result: /usr/bin/ggrep
> configure:1783: checking for fgrep
> configure:1853: result: /usr/bin/ggrep -F
> configure:2005: creating ./config.status
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_build_alias_set=''
> ac_cv_env_build_alias_value=''
> ac_cv_env_host_alias_set=''
> ac_cv_env_host_alias_value=''
> ac_cv_env_target_alias_set=''
> ac_cv_env_target_alias_value=''
> ac_cv_path_FGREP='/usr/bin/ggrep -F'
> ac_cv_path_GREP=/usr/bin/ggrep
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS='-DHAVE_CONFIG_H'
> ECHO_C='\c'
> ECHO_N=''
> ECHO_T=''
> FGREP='/usr/bin/ggrep -F'
> GREP='/usr/bin/ggrep'
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='${prefix}'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr/local'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='${localstatedir}/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
>
> configure: exit 0
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.72e. Invocation command line was
>
> CONFIG_FILES =
> CONFIG_HEADERS =
> CONFIG_LINKS =
> CONFIG_COMMANDS =
> $ ./config.status var-header
>
> on also
>
> config.status:598: error: cannot create a temporary directory in .
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.72e. Invocation command line was
>
> CONFIG_FILES =
> CONFIG_HEADERS =
> CONFIG_LINKS =
> CONFIG_COMMANDS =
> $ ./config.status --header=-:input
>
> on also
>
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.72e. Invocation command line was
>
> CONFIG_FILES =
> CONFIG_HEADERS =
> CONFIG_LINKS =
> CONFIG_COMMANDS =
> $ ./config.status --header=-:input
>
> on also
>
261. torture.at:189: 261. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:189): FAILED (torture.at:324)
## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by GNU Autoconf configure 2.72e, which was
| generated by GNU Autoconf 2.72e. Invocation command line was
|
| $ ./configure --prefix=/net/also.us.oracle.com/export/alanc/autotools/install
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = also
| uname -m = i86pc
| uname -r = 5.11
| uname -s = SunOS
| uname -v = 11.4.66.160.0
|
| /usr/bin/uname -p = i386
| /bin/uname -X = System = SunOS
| Node = also
| Release = 5.11
| KernelID = 11.4.66.160.0
| Machine = i86pc
| BusType = <unknown>
| Serial = <unknown>
| Users = <unknown>
| OEM# = 0
| Origin# = 1
| NumCPU = 8
|
| /bin/arch = i86pc
| /usr/bin/arch -k = i86pc
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo = unknown
| /bin/machine = unknown
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /export/alanc/X.Org/myutils/
| PATH: /home/alanc/bin/
| PATH: /home/alanc/bin/i386/
| PATH: /usr/bin/
| PATH: /usr/sbin/
| PATH: /usr/perl5/bin/
| PATH: /usr/dt/bin/
| PATH: /usr/gnu/bin/
| PATH: /usr/sfw/bin/
| PATH: /opt/developerstudio12.6/bin/
| PATH: /opt/onbld/bin/
| PATH: /opt/onbld/bin/i386/
| PATH: /opt/parfait/parfait-tools-11.2/bin/
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1756: looking for aux files: config.guess config.sub missing install-sh
| configure:1769: trying ./build-aux/
| configure:1798: ./build-aux/config.guess found
| configure:1798: ./build-aux/config.sub found
| configure:1798: ./build-aux/missing found
| configure:1780: ./build-aux/install-sh found
| configure:1932: checking for a BSD-compatible install
| configure:2006: result: /usr/bin/ginstall -c
| configure:2017: checking whether build environment is sane
| configure:2072: result: yes
| configure:2233: checking for a race-free mkdir -p
| configure:2276: result: /usr/bin/gmkdir -p
| configure:2283: checking for gawk
| configure:2304: found /usr/bin/gawk
| configure:2316: result: gawk
| configure:2327: checking whether make sets $(MAKE)
| configure:2351: result: yes
| configure:2381: checking whether make supports nested variables
| configure:2400: result: yes
| configure:2548: checking build system type
| configure:2564: result: x86_64-pc-solaris2.11
| configure:2584: checking host system type
| configure:2599: result: x86_64-pc-solaris2.11
| configure:2626: autobuild project... GNU Autoconf
| configure:2632: autobuild revision... 2.72e
| configure:2637: autobuild hostname... also
| configure:2648: autobuild timestamp... 20231220T190807Z
| configure:2675: checking for a shell whose -n mode is known to work
| configure:2708: result: /bin/sh
| configure:2713: checking for characters that cannot appear in file names
| configure:2735: result: none
| configure:2741: checking whether directories can have trailing spaces
| configure:2757: result: yes
| configure:2768: checking for expr
| configure:2791: found /usr/bin/expr
| configure:2804: result: /usr/bin/expr
| configure:2823: checking for GNU M4 that supports accurate traces
| configure:2862: trying /usr/bin/m4
| configure:2862: trying /usr/bin/gm4
| configure:2889: result: /usr/bin/gm4
| configure:2892: checking whether /usr/bin/gm4 accepts --gnu
| configure:2904: result: yes
| configure:2921: checking how m4 supports trace files
| configure:2933: result: --debugfile
| configure:2955: checking for perl
| configure:2978: found /usr/bin/perl
| configure:2992: result: /usr/bin/perl
| configure:3011: checking whether /usr/bin/perl Fcntl::flock is implemented
| configure:3027: result: yes
| configure:3043: checking for emacs
| configure:3064: found /usr/bin/emacs
| configure:3076: result: emacs
| configure:3095: checking whether emacs is sufficiently recent
| configure:3106: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2
|
| In toplevel form:
| conftest.el:1:7: Warning: global/dynamic var `broken' lacks a prefix
|
| In broken-mode:
| conftest.el:2:35: Warning: assignment to free variable `broken-defaults'
| configure:3109: $? = 0
| configure:3120: result: yes
| configure:3138: checking for emacs
| configure:3171: result: emacs
| configure:3196: checking where .elc files should go
| configure:3210: $EMACS -batch -Q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
| configure:3213: $? = 0
| configure:3227: result: ${datadir}/emacs/site-lisp
| configure:3241: checking for grep that handles long lines and -e
| configure:3307: result: /usr/bin/ggrep
| configure:3312: checking for egrep
| configure:3382: result: /usr/bin/ggrep -E
| configure:3389: checking for a sed that does not truncate output
| configure:3461: result: /usr/bin/gsed
| configure:3474: checking whether make is case sensitive
| configure:3491: result: yes
| configure:3659: checking that generated files are newer than configure
| configure:3665: result: done
| configure:3677: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by GNU Autoconf config.status 2.72e, which was
| generated by GNU Autoconf 2.72e. Invocation command line was
|
| CONFIG_FILES =
| CONFIG_HEADERS =
| CONFIG_LINKS =
| CONFIG_COMMANDS =
| $ ./config.status
|
| on also
|
| config.status:791: creating tests/atlocal
| config.status:791: creating Makefile
| config.status:791: creating lib/version.m4
| config.status:994: executing tests/atconfig commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| ac_cv_build=x86_64-pc-solaris2.11
| ac_cv_dir_trailing_space=yes
| ac_cv_env_EMACSLOADPATH_set=''
| ac_cv_env_EMACSLOADPATH_value=''
| ac_cv_env_EMACS_set=''
| ac_cv_env_EMACS_value=''
| ac_cv_env_M4_set=''
| ac_cv_env_M4_value=''
| ac_cv_env_build_alias_set=''
| ac_cv_env_build_alias_value=''
| ac_cv_env_host_alias_set=''
| ac_cv_env_host_alias_value=''
| ac_cv_env_target_alias_set=''
| ac_cv_env_target_alias_value=''
| ac_cv_host=x86_64-pc-solaris2.11
| ac_cv_path_EGREP='/usr/bin/ggrep -E'
| ac_cv_path_EGREP_TRADITIONAL='/usr/bin/ggrep -E'
| ac_cv_path_EXPR=/usr/bin/expr
| ac_cv_path_GREP=/usr/bin/ggrep
| ac_cv_path_M4=/usr/bin/gm4
| ac_cv_path_PERL=/usr/bin/perl
| ac_cv_path_SED=/usr/bin/gsed
| ac_cv_path_install='/usr/bin/ginstall -c'
| ac_cv_path_mkdir=/usr/bin/gmkdir
| ac_cv_perl_flock_implemented=yes
| ac_cv_prog_AWK=gawk
| ac_cv_prog_EMACS=emacs
| ac_cv_prog_TEST_EMACS=emacs
| ac_cv_prog_emacs_ok=yes
| ac_cv_prog_gnu_m4_debugfile=--debugfile
| ac_cv_prog_gnu_m4_gnu=yes
| ac_cv_prog_make_make_case=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_sh_working_n=/bin/sh
| ac_cv_unsupported_fs_chars=''
| am_cv_lispdir='${datadir}/emacs/site-lisp'
| am_cv_make_support_nested_variables=yes
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} '\''/export/alanc/autotools/src/autoconf-2.72e/build-aux/missing'\'' aclocal-1.16'
| AMTAR='$${TAR-tar}'
| AM_BACKSLASH='\'
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
| AM_DEFAULT_VERBOSITY='1'
| AM_V='$(V)'
| AUTOCONF='${SHELL} '\''/export/alanc/autotools/src/autoconf-2.72e/build-aux/missing'\'' autoconf'
| AUTOHEADER='${SHELL} '\''/export/alanc/autotools/src/autoconf-2.72e/build-aux/missing'\'' autoheader'
| AUTOMAKE='${SHELL} '\''/export/alanc/autotools/src/autoconf-2.72e/build-aux/missing'\'' automake-1.16'
| AWK='gawk'
| CSCOPE='cscope'
| CTAGS='ctags'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.72e\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.72e\" -DPACKAGE_BUGREPORT=\"bug-autoconf@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/autoconf/\" -DPACKAGE=\"autoconf\" -DVERSION=\"2.72e\"'
| ECHO_C='\c'
| ECHO_N=''
| ECHO_T=''
| EGREP='/usr/bin/ggrep -E'
| EMACS='emacs'
| EMACSLOADPATH=''
| ETAGS='etags'
| EXPR='/usr/bin/expr'
| GREP='/usr/bin/ggrep'
| HELP2MAN='${SHELL} '\''/export/alanc/autotools/src/autoconf-2.72e/build-aux/missing'\'' help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/usr/bin/gm4'
| M4_DEBUGFILE='--debugfile'
| M4_GNU='--gnu'
| MAKEINFO='${SHELL} '\''/export/alanc/autotools/src/autoconf-2.72e/build-aux/missing'\'' makeinfo'
| MAKE_CASE_SENSITIVE_FALSE='#'
| MAKE_CASE_SENSITIVE_TRUE=''
| MKDIR_P='/usr/bin/gmkdir -p'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.72e'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_URL='https://www.gnu.org/software/autoconf/'
| PACKAGE_VERSION='2.72e'
| PATH_SEPARATOR=':'
| PERL='/usr/bin/perl'
| PERL_FLOCK='yes'
| RELEASE_YEAR='2023'
| SED='/usr/bin/gsed'
| SET_MAKE=''
| SHELL='/bin/sh'
| SHELL_N='/bin/sh'
| STRIP=''
| TEST_EMACS='emacs'
| VERSION='2.72e'
| ac_cv_dir_trailing_space='yes'
| ac_cv_unsupported_fs_chars=''
| am__isrc=''
| am__leading_dot='.'
| am__tar='$${TAR-tar} chof - "$$tardir"'
| am__untar='$${TAR-tar} xf -'
| bindir='${exec_prefix}/bin'
| build='x86_64-pc-solaris2.11'
| build_alias=''
| build_cpu='x86_64'
| build_os='solaris2.11'
| build_vendor='pc'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='x86_64-pc-solaris2.11'
| host_alias=''
| host_cpu='x86_64'
| host_os='solaris2.11'
| host_vendor='pc'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /export/alanc/autotools/src/autoconf-2.72e/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datadir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='$(MKDIR_P)'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/net/also.us.oracle.com/export/alanc/autotools/install'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| runstatedir='${localstatedir}/run'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
|
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
|
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.72e"
| #define PACKAGE_STRING "GNU Autoconf 2.72e"
| #define PACKAGE_BUGREPORT "bug-autoconf@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/autoconf/"
| #define PACKAGE "autoconf"
| #define VERSION "2.72e"
|
| configure: exit 0