HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to autoconfTests

autoconfTests: testsuite.log

File testsuite.log, 61.8 KB (added by marto1914, 5 years ago)
Line 
1## ----------------------------- ##
2## GNU Autoconf 2.68 test suite. ##
3## ----------------------------- ##
4
5testsuite: command line was:
6  $ ./testsuite
7
8## ---------- ##
9## ChangeLog. ##
10## ---------- ##
11
12| 2010-09-22  Eric Blake  <eblake@redhat.com>
13|
14|       Release Version 2.68.
15|       * NEWS: Mention the release.
16|
17| 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18|
19|       autom4te: add traces for likely future Automake macros
20|       * lib/autom4te.in (Automake-preselections): Trace
21|       AM_MAKEFILE_INCLUDE, AM_NLS, AM_POT_TOOLS, AM_PATH_GUILE,
22
23## --------- ##
24## Platform. ##
25## --------- ##
26
27hostname = shredder
28uname -m = BePC
29uname -r = 1
30uname -s = Haiku
31uname -v = r39567 Nov 22 2010 07:08:10
32
33/usr/bin/uname -p = unknown
34/bin/uname -X     = unknown
35
36/bin/arch              = unknown
37/usr/bin/arch -k       = unknown
38/usr/convex/getsysinfo = unknown
39/usr/bin/hostinfo      = unknown
40/bin/machine           = unknown
41/usr/bin/oslevel       = unknown
42/bin/universe          = unknown
43
44PATH: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests
45PATH: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68
46PATH: /boot/home/config/bin
47PATH: /boot/common/bin
48PATH: /bin
49PATH: /boot/apps
50PATH: /boot/preferences
51PATH: /boot/system/apps
52PATH: /boot/system/preferences
53PATH: /boot/develop/tools/gnupro/bin
54
55testsuite: atconfig:
56| # Configurable variable values for building test suites.
57| # Generated by ./config.status.
58| # Copyright (C) 2010 Free Software Foundation, Inc.
59|
60| # The test suite will define top_srcdir=/../.. etc.
61| at_testdir='tests'
62| abs_builddir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests'
63| at_srcdir='.'
64| abs_srcdir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests'
65| at_top_srcdir='..'
66| abs_top_srcdir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68'
67| at_top_build_prefix='../'
68| abs_top_builddir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68'
69|
70| # Backward compatibility with Autotest <= 2.59b:
71| at_top_builddir=$at_top_build_prefix
72|
73| AUTOTEST_PATH='tests'
74|
75| SHELL=${CONFIG_SHELL-'/bin/sh'}
76
77testsuite: atlocal:
78| # -*- shell-script -*-
79| # tests/atlocal.  Generated from atlocal.in by configure.
80| # Configurable variable values for Autoconf test suite.
81|
82| # Copyright (C) 2000, 2001, 2005, 2008, 2009, 2010 Free Software
83| # Foundation, Inc.
84| #
85| # This program is free software: you can redistribute it and/or modify
86| # it under the terms of the GNU General Public License as published by
87| # the Free Software Foundation, either version 3 of the License, or
88| # (at your option) any later version.
89| #
90| # This program is distributed in the hope that it will be useful,
91| # but WITHOUT ANY WARRANTY; without even the implied warranty of
92| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
93| # GNU General Public License for more details.
94| #
95| # You should have received a copy of the GNU General Public License
96| # along with this program.  If not, see <http://www.gnu.org/licenses/>.
97|
98| PERL='/boot/common/bin/perl'
99| GREP='/bin/grep'
100| EGREP='/bin/grep -E'
101| SED='/boot/common/bin/sed'
102|
103| # We need to know if sh -n is ok.
104| ac_cv_sh_n_works='yes'
105|
106| # Check whether the underlying system can manage some unusual
107| # symbols in file names.
108| if test -z ''; then
109|   func_sanitize_file_name () { echo "$@"; }
110| else
111|   func_sanitize_file_name () { echo "$@" | tr -d ''; }
112| fi
113|
114| # Can we create directories with trailing whitespaces in their name?
115| ac_cv_dir_trailing_space='yes'
116| if test "$ac_cv_dir_trailing_space" = yes; then
117|   func_sanitize_dir_name () { echo "$@"; }
118| else
119|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
120| fi
121|
122| # AUTOM4TE might be set in the environment.  Override it here so that
123| # direct aclocal invocations also use it.
124| AUTOM4TE=autom4te
125| export AUTOM4TE
126
127## ---------------- ##
128## Tested programs. ##
129## ---------------- ##
130
131./local.at:520: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/autom4te --version
132autom4te (GNU Autoconf) 2.68
133Copyright (C) 2010 Free Software Foundation, Inc.
134License GPLv3+/Autoconf: GNU GPL version 3 or later
135<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
136This is free software: you are free to change and redistribute it.
137There is NO WARRANTY, to the extent permitted by law.
138
139Written by Akim Demaille.
140
141./local.at:520: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/autoconf --version
142autoconf (GNU Autoconf) 2.68
143Copyright (C) 2010 Free Software Foundation, Inc.
144License GPLv3+/Autoconf: GNU GPL version 3 or later
145<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
146This is free software: you are free to change and redistribute it.
147There is NO WARRANTY, to the extent permitted by law.
148
149Written by David J. MacKenzie and Akim Demaille.
150
151./local.at:520: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/autoheader --version
152autoheader (GNU Autoconf) 2.68
153Copyright (C) 2010 Free Software Foundation, Inc.
154License GPLv3+/Autoconf: GNU GPL version 3 or later
155<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
156This is free software: you are free to change and redistribute it.
157There is NO WARRANTY, to the extent permitted by law.
158
159Written by Roland McGrath and Akim Demaille.
160
161./local.at:520: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/autoupdate --version
162autoupdate (GNU Autoconf) 2.68
163Copyright (C) 2010 Free Software Foundation, Inc.
164License GPLv3+/Autoconf: GNU GPL version 3 or later
165<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
166This is free software: you are free to change and redistribute it.
167There is NO WARRANTY, to the extent permitted by law.
168
169Written by David J. MacKenzie and Akim Demaille.
170
171./local.at:520: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/autoreconf --version
172autoreconf (GNU Autoconf) 2.68
173Copyright (C) 2010 Free Software Foundation, Inc.
174License GPLv3+/Autoconf: GNU GPL version 3 or later
175<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
176This is free software: you are free to change and redistribute it.
177There is NO WARRANTY, to the extent permitted by law.
178
179Written by David J. MacKenzie and Akim Demaille.
180
181./local.at:520: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/ifnames --version
182ifnames (GNU Autoconf) 2.68
183Copyright (C) 2010 Free Software Foundation, Inc.
184License GPLv3+/Autoconf: GNU GPL version 3 or later
185<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
186This is free software: you are free to change and redistribute it.
187There is NO WARRANTY, to the extent permitted by law.
188
189Written by David J. MacKenzie and Paul Eggert.
190
191## ------------------ ##
192## Running the tests. ##
193## ------------------ ##
194testsuite: starting at: Wed Dec  1 21:43:22 GMT 2010
1951. Syntax of the shell scripts (tools.at:46): ok     (0m0.941s 0m0.033s)
1962. Syntax of the Perl scripts (tools.at:70): ok     (0m0.672s 0m0.137s)
1973. autom4te cache (tools.at:88): ok     (0m0.495s 0m0.267s)
1984. autom4te --force (tools.at:119): ok     (0m0.519s 0m0.200s)
1995. autom4te and whitespace in file names (tools.at:145): ok     (0m1.774s 0m1.001s)
2006. autom4te --trace and unusual macro names (tools.at:217): ok     (0m0.165s 0m0.089s)
2017. autom4te --trace and whitespace (tools.at:227): ok     (0m0.167s 0m0.093s)
2028. autoconf --trace: user macros (tools.at:252): ok     (0m0.904s 0m0.683s)
2039. autoconf --trace: builtins (tools.at:338): ok     (0m0.976s 0m0.373s)
20410. autoconf: forbidden tokens, basic (tools.at:369): ok     (0m0.458s 0m0.314s)
20511. autoconf: forbidden tokens, exceptions (tools.at:407): ok     (0m0.246s 0m0.173s)
20612. autoconf: automatically allowed tokens (tools.at:446): ok     (0m0.413s 0m0.164s)
20713. autoconf: the empty token (tools.at:463): ok     (0m0.222s 0m0.162s)
20814. autoconf: subdirectories (tools.at:478): ok     (0m0.650s 0m0.706s)
20915. autoconf: input from stdin (tools.at:504): ok     (0m0.601s 0m0.340s)
21016. autoconf: AC_AUTOCONF_VERSION (tools.at:522): ok     (0m0.412s 0m0.171s)
21117. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:540): ok     (0m0.459s 0m0.280s)
21218. ifnames (tools.at:577): ok     (0m0.116s 0m0.049s)
21319. autoheader (tools.at:625): ok     (0m1.183s 0m0.467s)
21420. autoheader and macros (tools.at:758): ok     (0m0.759s 0m0.333s)
21521. autoupdate (tools.at:799): ok     (0m4.084s 0m0.625s)
21622. autoupdating AC_LINK_FILES (tools.at:831): ok     (0m2.571s 0m0.901s)
21723. autoupdating AC_PREREQ (tools.at:858): ok     (0m6.208s 0m0.991s)
21824. autoupdating AU_ALIAS (tools.at:879): ok     (0m3.034s 0m1.497s)
21925. autoupdating OLD to NEW (tools.at:905): ok     (0m2.438s 0m0.705s)
22027. autoupdating AC_HELP_STRING (tools.at:955): ok     (0m2.440s 0m0.701s)
22128. autoupdating with m4sugar (tools.at:973): ok     (0m2.861s 0m0.998s)
22232. autoupdating AC_LANG_SAVE (tools.at:1088): ok     (0m2.499s 0m0.669s)
22333. autoupdating AC_FOREACH (tools.at:1108): ok     (0m2.434s 0m0.684s)
22434. autoupdating with aclocal and m4_include (tools.at:1132): ok     (0m5.403s 0m0.849s)
22535. autom4te preselections (tools.at:1162): ok     (0m2.833s 0m1.104s)
22636. autom4te cache creation (tools.at:1215): skipped (tools.at:1235)
22737. autom4te cache locking (tools.at:1258): ok     (0m0.684s 0m0.427s)
22838. autotools and whitespace in file names (tools.at:1278): ok     (0m24.729s 0m7.168s)
22939. m4_stack (m4sugar.at:42): ok     (0m0.171s 0m0.095s)
23040. m4_defn (m4sugar.at:103): ok     (0m0.839s 0m0.483s)
23141. m4_dumpdef (m4sugar.at:187): ok     (0m0.682s 0m0.403s)
23242. m4_warn (m4sugar.at:246): ok     (0m0.690s 0m0.395s)
23343. m4_divert_stack (m4sugar.at:304): ok     (0m0.843s 0m0.471s)
23444. m4_expansion_stack (m4sugar.at:393): ok     (0m0.174s 0m0.096s)
23545. m4_require: error message (m4sugar.at:417): ok     (0m0.166s 0m0.091s)
23646. m4_require: circular dependencies (m4sugar.at:437): ok     (0m0.176s 0m0.091s)
23747. m4_require: one-shot initialization (m4sugar.at:467): ok     (0m0.339s 0m0.189s)
23848. m4_require: nested (m4sugar.at:528): ok     (0m0.869s 0m0.486s)
23949. m4sugar shorthand conditionals (m4sugar.at:695): ok     (0m0.172s 0m0.095s)
24050. m4_cond (m4sugar.at:780): ok     (0m0.172s 0m0.105s)
24151. m4 lists (m4sugar.at:832): ok     (0m0.336s 0m0.186s)
24252. m4_split (m4sugar.at:884): ok     (0m0.171s 0m0.096s)
24353. m4_do (m4sugar.at:930): ok     (0m0.169s 0m0.095s)
24454. m4_append (m4sugar.at:958): ok     (0m0.349s 0m0.201s)
24555. m4_join (m4sugar.at:1042): ok     (0m0.178s 0m0.095s)
24656. m4_expand (m4sugar.at:1093): ok     (0m0.169s 0m0.095s)
24757. m4_text_box (m4sugar.at:1149): ok     (0m0.169s 0m0.095s)
24858. m4_text_wrap (m4sugar.at:1173): ok     (0m0.174s 0m0.097s)
24959. m4_version_compare (m4sugar.at:1235): ok     (0m0.177s 0m0.106s)
25060. Standard regular expressions (m4sugar.at:1293): ok     (0m1.203s 0m0.663s)
25161. m4_bmatch (m4sugar.at:1320): ok     (0m0.169s 0m0.095s)
25262. m4_toupper and m4_tolower (m4sugar.at:1352): ok     (0m0.169s 0m0.095s)
25363. m4_bpatsubsts (m4sugar.at:1389): ok     (0m0.170s 0m0.095s)
25464. m4_esyscmd_s (m4sugar.at:1418): ok     (0m0.170s 0m0.101s)
25565. M4 loops (m4sugar.at:1446): ok     (0m0.880s 0m0.468s)
25666. m4_map (m4sugar.at:1600): ok     (0m0.173s 0m0.106s)
25767. m4_map_args and m4_curry (m4sugar.at:1675): ok     (0m0.541s 0m0.286s)
25868. m4_combine (m4sugar.at:1747): ok     (0m0.178s 0m0.096s)
25969. m4_max and m4_min (m4sugar.at:1774): ok     (0m0.525s 0m0.276s)
26070. recursion (m4sugar.at:1853): ok     (0m10.224s 0m0.221s)
26171. m4_set (m4sugar.at:1970): ok     (0m6.333s 0m0.312s)
26272. __file__ and __line__ (m4sugar.at:2120): ok     (0m0.180s 0m0.095s)
26373. AS_WARN and AS_ERROR (m4sh.at:25): ok     (0m0.478s 0m0.380s)
26474. LINENO (m4sh.at:90): ok     (0m0.806s 0m0.809s)
26575. LINENO stack (m4sh.at:167): ok     (0m0.213s 0m0.127s)
26676. AS_BOX (m4sh.at:196): ok     (0m0.218s 0m0.136s)
26777. AS_BASENAME (m4sh.at:238): ok     (0m0.337s 0m0.395s)
26878. AS_DIRNAME (m4sh.at:295): ok     (0m0.338s 0m0.405s)
26979. AS_SET_CATFILE (m4sh.at:354): ok     (0m0.239s 0m0.116s)
27080. AS_ECHO and AS_ECHO_N (m4sh.at:398): ok     (0m0.218s 0m0.149s)
27181. AS_EXIT (m4sh.at:447): ok     (0m0.308s 0m0.319s)
27282. AS_MKDIR_P (m4sh.at:496): ok     (0m0.216s 0m0.140s)
27383. AS_VERSION_COMPARE (m4sh.at:528): ok     (0m0.256s 0m0.212s)
27484. as_me (m4sh.at:574): ok     (0m0.203s 0m0.126s)
27585. Negated classes in globbing (m4sh.at:598): ok     (0m0.207s 0m0.126s)
27686. Null variable substitution (m4sh.at:626): ok     (0m0.204s 0m0.123s)
27787. Functions Support (m4sh.at:692): ok     (0m0.217s 0m0.136s)
27888. Functions and return Support (m4sh.at:734): ok     (0m0.215s 0m0.134s)
27989. Nested AS_REQUIRE_SHELL_FN (m4sh.at:771): ok     (0m0.203s 0m0.112s)
28090. Nested AS_REQUIRE (m4sh.at:804): ok     (0m0.201s 0m0.112s)
28191. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:842): ok     (0m0.217s 0m0.126s)
28292. AS_HELP_STRING (m4sh.at:883): ok     (0m0.228s 0m0.118s)
28393. AS_IF and AS_CASE (m4sh.at:1022): ok     (0m1.290s 0m0.300s)
28494. AS_FOR (m4sh.at:1179): ok     (0m0.212s 0m0.122s)
28595. AS_LITERAL_IF (m4sh.at:1247): ok     (0m0.206s 0m0.117s)
28696. AS_TR_SH and AS_TR_CPP (m4sh.at:1317): ok     (0m0.272s 0m0.437s)
28797. AS_VAR basics (m4sh.at:1393): ok     (0m0.231s 0m0.149s)
28898. AS_VAR_APPEND (m4sh.at:1505): ok     (0m0.216s 0m0.122s)
28999. AS_VAR_ARITH (m4sh.at:1540): ok     (0m0.204s 0m0.118s)
290100. AS_INIT cleanup (m4sh.at:1571): ok     (0m0.198s 0m0.116s)
291101. AS_INIT_GENERATED (m4sh.at:1608): ok     (0m0.636s 0m0.655s)
292102. AS_MESSAGE_FD (m4sh.at:1682): ok     (0m0.261s 0m0.219s)
293103. _AS_CLEAN_DIR (m4sh.at:1726): ok     (0m0.215s 0m0.152s)
294104. ECHO_C (m4sh.at:1755): ok     (0m0.247s 0m0.163s)
295105. AT_COPYRIGHT (autotest.at:145): ok     (0m0.377s 0m0.313s)
296106. AT_DATA (autotest.at:166): ok     (0m1.360s 0m0.755s)
297107. Empty test suite (autotest.at:187): ok     (0m1.286s 0m0.592s)
298108. Banner-only test suite (autotest.at:191): ok     (0m1.331s 0m0.593s)
299109. Empty test (autotest.at:197): ok     (0m1.330s 0m0.660s)
300110. Empty check (autotest.at:200): ok     (0m1.325s 0m0.678s)
301111. AT_SETUP without AT_INIT (autotest.at:203): ok     (0m0.180s 0m0.114s)
302112. AT_BANNER without AT_INIT (autotest.at:209): ok     (0m0.194s 0m0.112s)
303113. AT_CLEANUP without AT_INIT (autotest.at:213): ok     (0m0.171s 0m0.112s)
304114. Missing AT_CLEANUP (autotest.at:217): ok     (0m0.228s 0m0.112s)
305115. AT_FAIL_IF without AT_SETUP (autotest.at:223): ok     (0m0.240s 0m0.113s)
306116. AT_SKIP_IF without AT_SETUP (autotest.at:228): ok     (0m0.250s 0m0.115s)
307117. AT_CHECK without AT_SETUP (autotest.at:233): ok     (0m0.244s 0m0.114s)
308118. AT_DATA without AT_SETUP (autotest.at:238): ok     (0m0.241s 0m0.115s)
309119. AT_XFAIL_IF without AT_SETUP (autotest.at:243): ok     (0m0.246s 0m0.115s)
310120. AT_KEYWORDS without AT_SETUP (autotest.at:248): ok     (0m0.257s 0m0.114s)
311121. AT_CLEANUP without AT_SETUP (autotest.at:253): ok     (0m0.220s 0m0.112s)
312122. AT_BANNER inside AT_SETUP (autotest.at:258): ok     (0m0.225s 0m0.112s)
313123. AT_SETUP inside AT_SETUP (autotest.at:266): ok     (0m0.245s 0m0.113s)
314124. Multiple AT_INIT (autotest.at:276): ok     (0m0.250s 0m0.115s)
315125. Tested programs (autotest.at:282): ok     (0m1.780s 0m0.871s)
316126. Startup error messages (autotest.at:292): ok     (0m1.364s 0m0.683s)
317127. Truth (autotest.at:304): ok     (0m1.326s 0m0.680s)
318128. Fallacy (autotest.at:307): ok     (0m1.411s 0m0.896s)
319129. Skip (autotest.at:312): ok     (0m1.729s 0m0.713s)
320130. Hard fail (autotest.at:317): ok     (0m1.452s 0m0.976s)
321131. AT_FAIL_IF (autotest.at:327): ok     (0m1.584s 0m1.225s)
322132. AT_SKIP_IF (autotest.at:347): ok     (0m1.418s 0m1.003s)
323133. Syntax error (autotest.at:367): ok     (0m1.948s 0m1.245s)
324134. errexit (autotest.at:386): ok     (0m2.689s 0m1.949s)
325135. at_status (autotest.at:428): ok     (0m3.608s 0m2.239s)
326136. AT_CHECK execution environment (autotest.at:454): ok     (0m1.444s 0m0.791s)
327137. unquoted output (autotest.at:473): ok     (0m1.379s 0m0.692s)
328138. Trace output (autotest.at:480): ok     (0m1.405s 0m0.697s)
329139. Logging (autotest.at:486): ok     (0m2.317s 0m2.343s)
330140. Binary output (autotest.at:531): ok     (0m3.461s 0m2.189s)
331141. Cleanup (autotest.at:573): ok     (0m4.297s 0m2.662s)
332142. Literal multiline command (autotest.at:613): ok     (0m1.402s 0m0.694s)
333143. Multiline parameter expansion (autotest.at:619): ok     (0m1.452s 0m0.699s)
334144. Backquote command substitution (autotest.at:626): ok     (0m1.385s 0m0.694s)
335145. Multiline backquote command substitution (autotest.at:631): ok     (0m1.411s 0m0.710s)
336146. Parenthetical command substitution (autotest.at:639): ok     (0m1.409s 0m0.697s)
337147. Multiline parenthetical command substitution (autotest.at:644): ok     (0m1.446s 0m0.709s)
338148. Shell comment in command (autotest.at:654): ok     (0m1.393s 0m0.698s)
339149. Invalid brace-enclosed parameter expansion (autotest.at:668): ok     (0m1.623s 0m0.908s)
340150. Multiline command from M4 expansion (autotest.at:676): ok     (0m1.356s 0m0.695s)
341151. Double-M4-quoted command (autotest.at:683): ok     (0m1.345s 0m0.696s)
342152. Metacharacters in command from M4 expansion (autotest.at:690): ok     (0m1.427s 0m0.687s)
343153. BS-newline in command (autotest.at:700): ok     (0m1.433s 0m0.695s)
344154. ^BS-newline in command (autotest.at:705): ok     (0m1.428s 0m0.697s)
345155. BSx641-newline in command (autotest.at:710): ok     (0m1.356s 0m0.685s)
346156. BS-BS-newline in command (autotest.at:715): ok     (0m1.393s 0m0.697s)
347157. BSx640-newline in command (autotest.at:723): ok     (0m1.434s 0m0.689s)
348158. Newline-CODE-BS-newline in command (autotest.at:730): ok     (0m1.402s 0m0.693s)
349159. Single-quote-BS-newline in command (autotest.at:737): ok     (0m1.387s 0m0.689s)
350160. Single-quote-newline-BS-newline in command (autotest.at:743): ok     (0m1.360s 0m0.686s)
351161. Input from stdin (autotest.at:756): ok     (0m1.565s 0m0.807s)
352162. Backquote in a test title (autotest.at:832): ok     (0m2.551s 0m1.371s)
353163. Single-quote in a test title (autotest.at:833): ok     (0m2.517s 0m1.373s)
354164. Double-quote in a test title (autotest.at:834): ok     (0m2.515s 0m1.389s)
355165. Backslash in a test title (autotest.at:836): ok     (0m2.487s 0m1.378s)
356166. Brackets in a test title (autotest.at:837): ok     (0m2.511s 0m1.391s)
357167. Left bracket in a test title (autotest.at:838): ok     (0m2.573s 0m1.386s)
358168. Right bracket in a test title (autotest.at:839): ok     (0m2.467s 0m1.384s)
359169. Quoted pound in a test title (autotest.at:840): ok     (0m2.553s 0m1.390s)
360170. Pound in a test title (autotest.at:841): ok     (0m2.480s 0m1.390s)
361171. Quoted comma in a test title (autotest.at:842): ok     (0m2.526s 0m1.389s)
362172. Comma in a test title (autotest.at:843): ok     (0m2.646s 0m1.384s)
363173. Parentheses in a test title (autotest.at:845): ok     (0m2.562s 0m1.399s)
364174. Left paren in a test title (autotest.at:846): ok     (0m2.563s 0m1.390s)
365175. Right paren in a test title (autotest.at:847): ok     (0m2.633s 0m1.402s)
366176. Quoted Macro in a test title (autotest.at:849): ok     (0m2.524s 0m1.386s)
367177. Macro in a test title (autotest.at:850): ok     (0m2.526s 0m1.379s)
368178. Macro with backquote in a test title (autotest.at:851): ok     (0m2.531s 0m1.388s)
369179. Macro with single-quote in a test title (autotest.at:852): ok     (0m2.585s 0m1.391s)
370180. Macro with double-quote in a test title (autotest.at:853): ok     (0m2.544s 0m1.386s)
371181. Macro with backslash in a test title (autotest.at:855): ok     (0m2.549s 0m1.397s)
372182. Macro echoing macro in a test title (autotest.at:856): ok     (0m2.520s 0m1.386s)
373183. Macro echoing single-quote in a test title (autotest.at:858): ok     (0m2.611s 0m1.407s)
374184. Long test title in a test title (autotest.at:859): ok     (0m2.572s 0m1.423s)
375185. Longer test title in a test title (autotest.at:860): ok     (0m2.582s 0m1.438s)
376186. Long test source lines (autotest.at:871): ok     (0m2.026s 0m1.028s)
377187. Huge testsuite (autotest.at:885): ok     (0m4.194s 0m0.764s)
378188. Debugging a successful test (autotest.at:897): ok     (0m3.002s 0m1.583s)
379189. Debugging script and environment (autotest.at:911): ok     (0m3.775s 0m2.263s)
380190. Debugging a failed test (autotest.at:928): ok     (0m2.705s 0m1.675s)
381191. Using atlocal (autotest.at:939): ok     (0m4.315s 0m2.833s)
382192. Choosing where testsuite is run (autotest.at:974): ok     (0m2.790s 0m2.039s)
383193. recheck (autotest.at:1009): ok     (0m4.727s 0m3.650s)
384194. Banners (autotest.at:1057): ok     (0m10.812s 0m7.235s)
385195. Keywords and ranges (autotest.at:1124): ok     (0m19.346s 0m14.402s)
386196. Keyword wrapping (autotest.at:1227): ok     (0m0.401s 0m0.233s)
387197. AT_ARG_OPTION (autotest.at:1256): ok     (0m7.993s 0m4.805s)
388198. AT_ARG_OPTION_ARG (autotest.at:1305): ok     (0m7.488s 0m4.641s)
389199. parallel test execution (autotest.at:1371): ok     (0m4.514s 0m4.127s)
390200. parallel truth (autotest.at:1462): ok     (0m1.317s 0m0.698s)
391201. parallel fallacy (autotest.at:1467): ok     (0m1.417s 0m0.922s)
392202. parallel skip (autotest.at:1472): ok     (0m1.817s 0m0.738s)
393203. parallel syntax error (autotest.at:1477): ok     (0m2.048s 0m1.402s)
394204. parallel errexit (autotest.at:1496): ok     (0m1.407s 0m1.040s)
395206. parallel args but non-working mkfifo (autotest.at:1631): ok     (0m1.290s 0m0.802s)
396207. colored test results (autotest.at:1653): ok     (0m5.188s 0m4.374s)
397208. srcdir propagation (autotest.at:1742): ok     (0m6.596s 0m5.235s)
398209. whitespace in absolute testdir (autotest.at:1820): ok     (0m1.796s 0m0.967s)
399210. unusual file names (autotest.at:1844): ok     (0m0.854s 0m0.441s)
400211. Erlang Eunit unit tests (autotest.at:1874): ok     (0m1.612s 0m1.201s)
401212. AC_REQUIRE: topological sort (base.at:28): ok     (0m0.290s 0m0.204s)
402213. AC_REQUIRE: error message (base.at:72): ok     (0m0.230s 0m0.159s)
403214. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok     (0m0.287s 0m0.207s)
404215. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:132): ok     (0m0.287s 0m0.205s)
405216. AC_REQUIRE & AC_PROVIDE (base.at:174): ok     (0m0.268s 0m0.202s)
406217. AC_INIT (base.at:207): ok     (0m0.517s 0m0.402s)
407218. AC_INIT with unusual version strings (base.at:226): ok     (0m2.163s 0m1.521s)
408219. AC_COPYRIGHT (base.at:291): ok     (0m0.447s 0m0.302s)
409220. AC_CACHE_CHECK (base.at:322): ok     (0m5.882s 0m7.405s)
410221. AC_CACHE_LOAD (base.at:512): ok     (0m0.689s 0m0.595s)
411222. AC_COMPUTE_INT (base.at:538): ok     (0m0.854s 0m0.792s)
412223. AC_TRY_COMMAND (base.at:560): ok     (0m0.546s 0m0.426s)
413224. Input/Output (base.at:590): ok     (0m0.625s 0m0.638s)
414225. configure arguments (base.at:608): ok     (0m0.603s 0m0.624s)
415226. AC_ARG_ENABLE and AC_ARG_WITH (base.at:630): ok     (0m0.821s 0m1.128s)
416227. configure directories (base.at:682): ok     (0m0.776s 0m0.818s)
417228. AC_CONFIG_COMMANDS with empty commands (torture.at:27): ok     (0m1.398s 0m1.411s)
418229. AC_CONFIG_COMMANDS with temporary directory (torture.at:36): ok     (0m1.433s 0m1.634s)
419230. Multiple AC_CONFIG_FILES (torture.at:64): ok     (0m0.302s 0m0.165s)
420231. Parameterized AC_CONFIG_FILES (torture.at:76): ok     (0m0.770s 0m0.854s)
421232. AC_ARG_VAR (torture.at:130): ok     (0m4.169s 0m9.167s)
422233. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:187): ok     (0m4.832s 0m10.943s)
423234. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:378): ok     (0m0.689s 0m0.592s)
424235. Missing templates (torture.at:398): ok     (0m0.951s 0m1.230s)
425236. configure invocation (torture.at:440): ok     (0m3.139s 0m5.386s)
426237. #define header templates (torture.at:504): ok     (0m0.771s 0m0.804s)
427238. Torturing config.status (torture.at:638): ok     (0m2.417s 0m2.440s)
428239. Substitute a 2000-byte string (torture.at:780): ok     (0m1.270s 0m1.605s)
429240. Define to a 2000-byte string (torture.at:858): ok     (0m1.105s 0m0.858s)
430242. Substitute a newline (torture.at:989): ok     (0m0.953s 0m1.320s)
431243. Define a newline (torture.at:1030): ok     (0m2.144s 0m1.713s)
432244. AC_SUBST: variable name validation (torture.at:1075): ok     (0m5.653s 0m3.993s)
433245. datarootdir workaround (torture.at:1105): ok     (0m1.514s 0m1.542s)
434246. srcdir (torture.at:1156): ok     (0m1.188s 0m2.019s)
435247. VPATH (torture.at:1199): ok     (0m1.383s 0m2.545s)
436248. Signal handling (torture.at:1285): ok     (0m0.550s 0m0.427s)
437249. AC_CONFIG_LINKS (torture.at:1303): ok     (0m2.991s 0m6.735s)
438250. AC_CONFIG_LINKS and identical files (torture.at:1357): ok     (0m2.105s 0m3.886s)
439251. Configuring subdirectories (torture.at:1430): ok     (0m11.224s 0m10.162s)
440252. Deep Package (torture.at:1563): ok     (0m11.471s 0m14.101s)
441253. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1699): ok     (0m2.243s 0m1.315s)
442254. Non-literal AC_CONFIG_SUBDIRS (torture.at:1741): ok     (0m4.103s 0m2.565s)
443255. Empty directory (torture.at:1792): ok     (0m0.647s 0m0.143s)
444256. Unusual Automake input files (torture.at:1813): ok     (0m3.136s 0m1.301s)
445257. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok     (0m0.448s 0m0.183s)
446258. AC_REQUIRE & AC_LANG (compile.at:83): ok     (0m0.556s 0m0.405s)
447259. AC_LANG_SOURCE (compile.at:119): ok     (0m0.888s 0m0.820s)
448260. AC_LANG_SOURCE(C++) (compile.at:144): ok     (0m0.817s 0m0.782s)
449261. AC_LANG_SOURCE example (compile.at:170): ok     (0m0.550s 0m0.442s)
450262. AC_LANG_PROGRAM example (compile.at:215): ok     (0m0.539s 0m0.430s)
451263. AC_COMPILE_IFELSE (compile.at:267): ok     (0m3.239s 0m2.690s)
452264. AC_RUN_IFELSE (compile.at:310): ok     (0m0.996s 0m0.961s)
453265. Order of user actions and cleanup (compile.at:344): ok     (0m1.121s 0m1.218s)
454266. AC_TRY_LINK_FUNC (compile.at:390): ok     (0m1.992s 0m2.272s)
455267. Multiple languages (compile.at:400): ok     (0m3.386s 0m3.657s)
456268. AC_NO_EXECUTABLES (aclang.at:13): ok     (0m1.400s 0m1.421s)
457269. AC_REQUIRE_CPP (aclang.at:14): ok     (0m2.008s 0m2.219s)
458270. Extensions (c.at:34): ok     (0m1.839s 0m2.000s)
459271. Broken/missing compilers (c.at:57): ok     (0m0.696s 0m0.489s)
460272. C keywords (c.at:76): ok     (0m1.962s 0m2.132s)
461273. AC_PROG_CPP requires AC_PROG_CC (c.at:94): ok     (0m1.928s 0m2.188s)
462274. AC_PROG_CPP with warnings (c.at:109): ok     (0m1.580s 0m1.475s)
463275. AC_PROG_CPP without warnings (c.at:141): skipped (c.at:144)
464276. AC_PROG_CPP via CC (c.at:181): skipped (c.at:184)
465277. AC_NO_EXECUTABLES (working linker) (c.at:222): ok     (0m1.898s 0m2.121s)
466278. AC_NO_EXECUTABLES (broken linker) (c.at:232): ok     (0m1.673s 0m1.790s)
467279. AC_USE_SYSTEM_EXTENSIONS (c.at:243): ok     (0m4.260s 0m4.670s)
468280. AC_C_RESTRICT and C++ (c.at:266): ok     (0m1.626s 0m1.557s)
469281. AC_OPENMP and C (c.at:329): skipped (c.at:373)
470282. AC_OPENMP and C++ (c.at:383): skipped (c.at:416)
471283. AC_C_BACKSLASH_A (acc.at:13): ok     (0m1.859s 0m2.054s)
472284. AC_C_BIGENDIAN (acc.at:14): ok     (0m2.557s 0m3.427s)
473285. AC_C_CHAR_UNSIGNED (acc.at:15): ok     (0m2.474s 0m3.247s)
474286. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok     (0m1.869s 0m2.062s)
475287. AC_C_INLINE (acc.at:17): ok     (0m1.872s 0m2.049s)
476288. AC_C_PROTOTYPES (acc.at:18): ok     (0m1.835s 0m2.007s)
477289. AC_C_RESTRICT (acc.at:19): ok     (0m1.844s 0m2.062s)
478290. AC_C_STRINGIZE (acc.at:20): ok     (0m2.009s 0m2.224s)
479291. AC_C_TYPEOF (acc.at:21): ok     (0m1.913s 0m2.028s)
480292. AC_C_VARARRAYS (acc.at:22): ok     (0m1.856s 0m2.023s)
481293. AC_OPENMP (acc.at:23): ok     (0m1.985s 0m2.309s)
482294. AC_PROG_CC_C89 (acc.at:24): ok     (0m1.857s 0m2.013s)
483295. AC_PROG_CC_C99 (acc.at:25): ok     (0m1.940s 0m2.133s)
484296. AC_PROG_CC_C_O (acc.at:26): ok     (0m1.945s 0m2.166s)
485297. AC_PROG_CC_STDC (acc.at:27): ok     (0m1.983s 0m2.146s)
486298. AC_PROG_CPP_WERROR (acc.at:28): ok     (0m1.964s 0m2.226s)
487299. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok     (0m1.996s 0m2.263s)
488300. AC_LANG_C (acc.at:32): ok     (0m4.633s 0m2.062s)
489301. AC_LANG_CPLUSPLUS (acc.at:33): ok     (0m4.619s 0m2.043s)
490302. AC_LANG_OBJC (acc.at:34): ok     (0m4.610s 0m2.041s)
491303. GNU Fortran 77 (fortran.at:31): skipped (fortran.at:31)
492304. GNU Fortran (fortran.at:59): skipped (fortran.at:59)
493305. AC_OPENMP and Fortran 77 (fortran.at:82): skipped (fortran.at:112)
494306. AC_OPENMP and Fortran (fortran.at:122): skipped (fortran.at:152)
495307. AC_F77_DUMMY_MAIN usage (fortran.at:174): skipped (fortran.at:242)
496308. AC_FC_DUMMY_MAIN usage (fortran.at:254): skipped (fortran.at:323)
497309. AC_F77_MAIN usage (fortran.at:335): skipped (fortran.at:402)
498310. AC_FC_MAIN usage (fortran.at:417): skipped (fortran.at:484)
499311. AC_F77_FUNC usage (fortran.at:499): skipped (fortran.at:561)
500312. AC_FC_FUNC usage (fortran.at:573): skipped (fortran.at:635)
501313. AC_FC_SRCEXT usage (fortran.at:646): skipped (fortran.at:720)
502314. AC_FC_FREEFORM (fortran.at:731): skipped (fortran.at:756)
503315. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:768): skipped (fortran.at:794)
504316. AC_FC_FIXEDFORM (fortran.at:806): skipped (fortran.at:832)
505317. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:844): skipped (fortran.at:871)
506318. AC_FC_LINE_LENGTH (fortran.at:883): skipped (fortran.at:935)
507319. AC_F77_MAIN (acfortran.at:13): skipped (acfortran.at:13)
508320. AC_F77_WRAPPERS (acfortran.at:14): skipped (acfortran.at:14)
509321. AC_FC_FIXEDFORM (acfortran.at:15): skipped (acfortran.at:15)
510322. AC_FC_FREEFORM (acfortran.at:16): skipped (acfortran.at:16)
511323. AC_FC_LINE_LENGTH (acfortran.at:17): skipped (acfortran.at:17)
512324. AC_FC_MAIN (acfortran.at:18): skipped (acfortran.at:18)
513325. AC_FC_WRAPPERS (acfortran.at:19): skipped (acfortran.at:19)
514326. AC_PROG_F77_C_O (acfortran.at:20): skipped (acfortran.at:20)
515327. AC_PROG_FC_C_O (acfortran.at:21): skipped (acfortran.at:21)
516328. AC_F77_NAME_MANGLING (acfortran.at:24): ok     (0m4.674s 0m2.079s)
517329. AC_LANG_FORTRAN77 (acfortran.at:25): ok     (0m4.702s 0m2.048s)
518330. Erlang (erlang.at:32): skipped (erlang.at:32)
519331. AC_ERLANG_CHECK_LIB (erlang.at:54): skipped (erlang.at:54)
520332. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:74): skipped (erlang.at:74)
521333. AC_ERLANG_SUBST_LIB_DIR (erlang.at:91): skipped (erlang.at:91)
522334. AC_ERLANG_SUBST_INSTALL_LIB_DIR (erlang.at:108): ok     (0m1.418s 0m1.439s)
523335. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:116): ok     (0m1.452s 0m1.436s)
524336. AC_ERLANG_SUBST_ERTS_VER (erlang.at:130): skipped (erlang.at:130)
525337. AC_CHECK_LIB (semantics.at:33): skipped (semantics.at:33)
526338. AC_SEARCH_LIBS (semantics.at:77): ok     (0m1.888s 0m2.088s)
527339. AC_SEARCH_LIBS (none needed) (semantics.at:90): ok     (0m1.928s 0m2.086s)
528340. AC_CHECK_DECLS (semantics.at:105): ok     (0m2.299s 0m2.958s)
529341. AC_CHECK_FUNCS (semantics.at:159): ok     (0m1.948s 0m2.231s)
530342. AC_REPLACE_FUNCS (semantics.at:172): ok     (0m1.704s 0m1.733s)
531343. AC_CHECK_HEADERS (semantics.at:211): ok     (0m2.099s 0m2.416s)
532344. AC_CHECK_HEADERS (preprocessor test) (semantics.at:240): ok     (0m1.538s 0m1.390s)
533345. AC_CHECK_HEADERS (compiler test) (semantics.at:267): ok     (0m1.571s 0m1.380s)
534346. AC_CHECK_MEMBER (semantics.at:300): ok     (0m1.961s 0m2.228s)
535347. AC_CHECK_MEMBERS (semantics.at:326): ok     (0m1.722s 0m2.024s)
536348. AC_CHECK_ALIGNOF (semantics.at:341): ok     (0m2.427s 0m3.191s)
537349. AC_CHECK_ALIGNOF (cross compile) (semantics.at:341): ok     (0m2.379s 0m3.218s)
538350. AC_CHECK_ALIGNOF struct (semantics.at:358): ok     (0m2.375s 0m3.141s)
539351. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:358): ok     (0m2.331s 0m3.133s)
540352. AC_CHECK_SIZEOF (semantics.at:370): ok     (0m2.389s 0m3.223s)
541353. AC_CHECK_SIZEOF (cross compile) (semantics.at:370): ok     (0m2.565s 0m3.395s)
542354. AC_CHECK_SIZEOF struct (semantics.at:386): ok     (0m2.581s 0m3.389s)
543355. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:386): ok     (0m2.871s 0m4.066s)
544356. AC_CHECK_TYPES (semantics.at:411): ok     (0m1.852s 0m2.096s)
545357. AC_CHECK_TYPES: backward compatibility (semantics.at:425): ok     (0m0.479s 0m0.179s)
546358. AC_CHECK_FILES (semantics.at:461): ok     (0m1.330s 0m1.459s)
547359. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:504): ok     (0m0.548s 0m0.441s)
548360. AC_C_BIGENDIAN (semantics.at:553): ok     (0m4.544s 0m4.602s)
549361. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:602): ok     (0m0.551s 0m0.454s)
550362. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:644): ok     (0m0.566s 0m0.490s)
551363. AC_PATH_XTRA (semantics.at:724): ok     (0m2.118s 0m2.385s)
552364. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:742): ok     (0m2.441s 0m3.172s)
553365. AC_FUNC_SETVBUF_REVERSED (semantics.at:743): ok     (0m1.236s 0m1.310s)
554366. AC_FUNC_WAIT3 (semantics.at:744): ok     (0m2.271s 0m3.056s)
555367. AC_ARG_ENABLE (acgeneral.at:13): ok     (0m1.293s 0m1.329s)
556368. AC_ARG_PROGRAM (acgeneral.at:14): ok     (0m1.288s 0m1.352s)
557369. AC_ARG_WITH (acgeneral.at:15): ok     (0m1.323s 0m1.348s)
558370. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok     (0m2.397s 0m3.183s)
559371. AC_EGREP_CPP (acgeneral.at:17): ok     (0m1.868s 0m2.148s)
560372. AC_EGREP_HEADER (acgeneral.at:18): ok     (0m1.947s 0m2.179s)
561373. AC_LIBOBJ (acgeneral.at:19): ok     (0m1.361s 0m1.421s)
562374. AC_LIBSOURCES (acgeneral.at:20): ok     (0m1.344s 0m1.386s)
563375. AC_PREFIX_DEFAULT (acgeneral.at:21): ok     (0m1.402s 0m1.412s)
564376. AC_CHECKING (acgeneral.at:24): ok     (0m4.526s 0m1.992s)
565377. AC_COMPILE_CHECK (acgeneral.at:25): ok     (0m5.200s 0m2.801s)
566378. AC_ENABLE (acgeneral.at:26): ok     (0m4.556s 0m1.995s)
567379. AC_FOREACH (acgeneral.at:27): ok     (0m4.624s 0m2.005s)
568380. AC_MSG_RESULT_UNQUOTED (acgeneral.at:28): ok     (0m4.589s 0m1.994s)
569381. AC_TRY_COMPILE (acgeneral.at:29): ok     (0m5.199s 0m2.754s)
570382. AC_TRY_CPP (acgeneral.at:30): ok     (0m5.381s 0m3.004s)
571383. AC_TRY_LINK (acgeneral.at:31): ok     (0m5.345s 0m2.826s)
572384. AC_TRY_RUN (acgeneral.at:32): ok     (0m5.350s 0m2.887s)
573385. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:33): ok     (0m4.545s 0m2.002s)
574386. AC_WITH (acgeneral.at:34): ok     (0m4.596s 0m2.013s)
575387. AC_OUTPUT_COMMANDS (acstatus.at:15): ok     (0m4.523s 0m2.011s)
576388. AC_SYS_INTERPRETER (acspecific.at:13): ok     (0m1.396s 0m1.425s)
577389. AC_SYS_LARGEFILE (acspecific.at:14): ok     (0m1.867s 0m2.031s)
578390. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok     (0m1.377s 0m1.439s)
579391. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok     (0m1.874s 0m2.045s)
580392. AC_AIX (acspecific.at:19): ok     (0m6.567s 0m4.918s)
581393. AC_ARG_ARRAY (acspecific.at:20): ok     (0m4.734s 0m2.054s)
582394. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok     (0m5.374s 0m2.881s)
583395. AC_DYNIX_SEQ (acspecific.at:22): ok     (0m5.565s 0m3.273s)
584396. AC_HAVE_POUNDBANG (acspecific.at:23): ok     (0m4.733s 0m2.072s)
585397. AC_IRIX_SUN (acspecific.at:24): ok     (0m5.647s 0m3.394s)
586398. AC_ISC_POSIX (acspecific.at:25): ok     (0m5.518s 0m2.929s)
587399. AC_MINIX (acspecific.at:26): ok     (0m6.661s 0m4.980s)
588400. AC_SCO_INTL (acspecific.at:27): ok     (0m5.512s 0m2.931s)
589401. AC_XENIX_DIR (acspecific.at:28): ok     (0m5.537s 0m3.211s)
590402. AC_PROG_AWK (acprograms.at:13): ok     (0m1.262s 0m1.336s)
591403. AC_PROG_FGREP (acprograms.at:14): ok     (0m1.333s 0m1.355s)
592404. AC_PROG_INSTALL (acprograms.at:15): ok     (0m1.309s 0m1.373s)
593405. AC_PROG_LEX (acprograms.at:16): ok     (0m3.321s 0m2.209s)
594406. AC_PROG_LN_S (acprograms.at:17): ok     (0m1.325s 0m1.366s)
595407. AC_PROG_MAKE_SET (acprograms.at:18): ok     (0m1.345s 0m1.406s)
596408. AC_PROG_MKDIR_P (acprograms.at:19): ok     (0m1.404s 0m1.401s)
597409. AC_PROG_RANLIB (acprograms.at:20): ok     (0m1.348s 0m1.390s)
598410. AC_PROG_SED (acprograms.at:21): ok     (0m1.376s 0m1.391s)
599411. AC_PROG_YACC (acprograms.at:22): ok     (0m1.392s 0m1.393s)
600412. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok     (0m4.627s 0m2.034s)
601413. AC_DECL_YYTEXT (acprograms.at:26): ok     (0m8.681s 0m3.359s)
602414. AC_RSH (acprograms.at:27): ok     (0m4.606s 0m2.038s)
603415. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok     (0m1.430s 0m1.422s)
604416. AC_HEADER_ASSERT (acheaders.at:14): ok     (0m1.382s 0m1.417s)
605417. AC_HEADER_MAJOR (acheaders.at:15): ok     (0m2.558s 0m3.458s)
606418. AC_HEADER_RESOLV (acheaders.at:16): ok     (0m2.084s 0m2.495s)
607419. AC_HEADER_STAT (acheaders.at:17): ok     (0m1.892s 0m2.066s)
608420. AC_HEADER_STDBOOL (acheaders.at:18): ok     (0m2.572s 0m3.378s)
609421. AC_HEADER_TIOCGWINSZ (acheaders.at:19): ok     (0m1.987s 0m2.207s)
610422. AC_DIR_HEADER (acheaders.at:22): ok     (0m6.784s 0m5.114s)
611423. AC_MEMORY_H (acheaders.at:23): ok     (0m6.584s 0m4.821s)
612424. AC_UNISTD_H (acheaders.at:24): ok     (0m6.506s 0m4.711s)
613425. AC_USG (acheaders.at:25): ok     (0m6.523s 0m4.791s)
614426. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok     (0m1.963s 0m2.195s)
615427. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok     (0m2.044s 0m2.271s)
616428. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok     (0m2.506s 0m3.261s)
617429. AC_STRUCT_TIMEZONE (actypes.at:16): ok     (0m1.993s 0m2.106s)
618430. AC_TYPE_INT16_T (actypes.at:17): ok     (0m2.515s 0m3.343s)
619431. AC_TYPE_INT32_T (actypes.at:18): ok     (0m2.556s 0m3.356s)
620432. AC_TYPE_INT64_T (actypes.at:19): ok     (0m2.581s 0m3.382s)
621433. AC_TYPE_INT8_T (actypes.at:20): ok     (0m2.557s 0m3.341s)
622434. AC_TYPE_INTMAX_T (actypes.at:21): ok     (0m2.706s 0m3.533s)
623435. AC_TYPE_INTPTR_T (actypes.at:22): ok     (0m2.544s 0m3.357s)
624436. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok     (0m1.898s 0m2.022s)
625437. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok     (0m1.945s 0m2.083s)
626438. AC_TYPE_MODE_T (actypes.at:25): ok     (0m2.550s 0m3.334s)
627439. AC_TYPE_OFF_T (actypes.at:26): ok     (0m2.539s 0m3.365s)
628440. AC_TYPE_SSIZE_T (actypes.at:27): ok     (0m2.580s 0m3.387s)
629441. AC_TYPE_UINT16_T (actypes.at:28): ok     (0m2.521s 0m3.319s)
630442. AC_TYPE_UINT32_T (actypes.at:29): ok     (0m2.532s 0m3.334s)
631443. AC_TYPE_UINT64_T (actypes.at:30): ok     (0m2.597s 0m3.339s)
632444. AC_TYPE_UINT8_T (actypes.at:31): ok     (0m2.576s 0m3.347s)
633445. AC_TYPE_UINTMAX_T (actypes.at:32): ok     (0m2.631s 0m3.449s)
634446. AC_TYPE_UINTPTR_T (actypes.at:33): ok     (0m2.578s 0m3.383s)
635447. AC_C_LONG_DOUBLE (actypes.at:36): ok     (0m5.483s 0m2.934s)
636448. AC_INT_16_BITS (actypes.at:37): ok     (0m6.595s 0m4.913s)
637449. AC_LONG_64_BITS (actypes.at:38): ok     (0m6.512s 0m4.865s)
638450. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok     (0m6.428s 0m4.791s)
639451. AC_STRUCT_ST_RDEV (actypes.at:40): ok     (0m6.425s 0m4.809s)
640452. AC_TYPE_SIGNAL (actypes.at:41): ok     (0m5.385s 0m2.875s)
641453. AM_TYPE_PTRDIFF_T (actypes.at:42): ok     (0m6.517s 0m4.936s)
642454. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok     (0m1.425s 0m1.465s)
643455. AC_FUNC_CHOWN (acfunctions.at:14): ok     (0m2.594s 0m3.396s)
644456. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok     (0m2.707s 0m3.543s)
645457. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok     (0m1.928s 0m2.102s)
646458. AC_FUNC_FNMATCH (acfunctions.at:17): ok     (0m1.954s 0m2.105s)
647459. AC_FUNC_FORK (acfunctions.at:18): ok     (0m2.809s 0m3.831s)
648460. AC_FUNC_FSEEKO (acfunctions.at:19): ok     (0m1.929s 0m2.089s)
649461. AC_FUNC_GETGROUPS (acfunctions.at:20): ok     (0m2.761s 0m3.587s)
650462. AC_FUNC_GETMNTENT (acfunctions.at:21): ok     (0m2.057s 0m2.294s)
651463. AC_FUNC_GETPGRP (acfunctions.at:22): ok     (0m2.538s 0m3.321s)
652464. AC_FUNC_LSTAT (acfunctions.at:23): ok     (0m2.660s 0m3.452s)
653465. AC_FUNC_MALLOC (acfunctions.at:24): ok     (0m2.583s 0m3.356s)
654466. AC_FUNC_MBRTOWC (acfunctions.at:25): ok     (0m1.917s 0m2.096s)
655467. AC_FUNC_MEMCMP (acfunctions.at:26): ok     (0m2.575s 0m3.319s)
656468. AC_FUNC_MKTIME (acfunctions.at:27): ok     (0m2.916s 0m3.642s)
657469. AC_FUNC_MMAP (acfunctions.at:28): ok     (0m2.742s 0m3.576s)
658470. AC_FUNC_OBSTACK (acfunctions.at:29): ok     (0m2.588s 0m3.347s)
659471. AC_FUNC_REALLOC (acfunctions.at:30): ok     (0m2.584s 0m3.358s)
660472. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok     (0m2.719s 0m3.632s)
661473. AC_FUNC_SETPGRP (acfunctions.at:32): ok     (0m2.524s 0m3.295s)
662474. AC_FUNC_STAT (acfunctions.at:33): ok     (0m2.678s 0m3.461s)
663475. AC_FUNC_STRCOLL (acfunctions.at:34): ok     (0m2.578s 0m3.314s)
664476. AC_FUNC_STRERROR_R (acfunctions.at:35): ok     (0m2.697s 0m3.514s)
665477. AC_FUNC_STRFTIME (acfunctions.at:36): ok     (0m1.937s 0m2.134s)
666478. AC_FUNC_STRNLEN (acfunctions.at:37): ok     (0m2.779s 0m3.639s)
667479. AC_FUNC_STRTOD (acfunctions.at:38): ok     (0m2.636s 0m3.362s)
668480. AC_FUNC_STRTOLD (acfunctions.at:39): ok     (0m1.911s 0m2.107s)
669481. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok     (0m2.618s 0m3.408s)
670482. AC_FUNC_VPRINTF (acfunctions.at:41): ok     (0m1.986s 0m2.202s)
671483. AC_HAVE_LIBRARY (aclibs.at:15): ok     (0m5.544s 0m2.898s)
672484. Libtool (foreign.at:26): ok     (0m2.913s 0m3.356s)
673485. shtool (foreign.at:93): ok     (0m1.057s 0m1.396s)
674486. autoscan (autoscan.at:20): ok     (0m0.514s 0m0.164s)
675testsuite: ending at: Wed Dec  1 22:21:58 GMT 2010
676testsuite: test suite duration: 0h 38m 36s
677
678## ------------- ##
679## Test results. ##
680## ------------- ##
681
682ERROR: 450 tests were run,
6836 failed (5 expected failures).
68436 tests were skipped.
685
686## ------------------------ ##
687## Summary of the failures. ##
688## ------------------------ ##
689Failed tests:
690GNU Autoconf 2.68 test suite test groups:
691
692 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
693      KEYWORDS
694
695 205: autotest.at:1512   parallel autotest and signal handling
696      autotest
697
698Skipped tests:
699GNU Autoconf 2.68 test suite test groups:
700
701 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
702      KEYWORDS
703
704  36: tools.at:1215      autom4te cache creation
705 275: c.at:141           AC_PROG_CPP without warnings
706 276: c.at:181           AC_PROG_CPP via CC
707 281: c.at:329           AC_OPENMP and C
708 282: c.at:383           AC_OPENMP and C++
709 303: fortran.at:31      GNU Fortran 77
710 304: fortran.at:59      GNU Fortran
711 305: fortran.at:82      AC_OPENMP and Fortran 77
712 306: fortran.at:122     AC_OPENMP and Fortran
713 307: fortran.at:174     AC_F77_DUMMY_MAIN usage
714 308: fortran.at:254     AC_FC_DUMMY_MAIN usage
715 309: fortran.at:335     AC_F77_MAIN usage
716 310: fortran.at:417     AC_FC_MAIN usage
717 311: fortran.at:499     AC_F77_FUNC usage
718 312: fortran.at:573     AC_FC_FUNC usage
719 313: fortran.at:646     AC_FC_SRCEXT usage
720 314: fortran.at:731     AC_FC_FREEFORM
721 315: fortran.at:768     AC_FC_FREEFORM with AC_FC_SRCEXT
722 316: fortran.at:806     AC_FC_FIXEDFORM
723 317: fortran.at:844     AC_FC_FIXEDFORM with AC_FC_SRCEXT
724 318: fortran.at:883     AC_FC_LINE_LENGTH
725 319: acfortran.at:13    AC_F77_MAIN
726 320: acfortran.at:14    AC_F77_WRAPPERS
727 321: acfortran.at:15    AC_FC_FIXEDFORM
728 322: acfortran.at:16    AC_FC_FREEFORM
729 323: acfortran.at:17    AC_FC_LINE_LENGTH
730 324: acfortran.at:18    AC_FC_MAIN
731 325: acfortran.at:19    AC_FC_WRAPPERS
732 326: acfortran.at:20    AC_PROG_F77_C_O
733 327: acfortran.at:21    AC_PROG_FC_C_O
734 330: erlang.at:32       Erlang
735      erlang
736 331: erlang.at:54       AC_ERLANG_CHECK_LIB
737      erlang
738 332: erlang.at:74       AC_ERLANG_SUBST_ROOT_DIR
739      erlang
740 333: erlang.at:91       AC_ERLANG_SUBST_LIB_DIR
741      erlang
742 336: erlang.at:130      AC_ERLANG_SUBST_ERTS_VER
743      erlang
744 337: semantics.at:33    AC_CHECK_LIB
745
746## ---------------------- ##
747## Detailed failed tests. ##
748## ---------------------- ##
749
750#                             -*- compilation -*-
751205. autotest.at:1512: testing parallel autotest and signal handling ...
752./autotest.at:1514: mkfifo fifo || exit 77
753./autotest.at:1514: ${CONFIG_SHELL-$SHELL} -c '(set -m && set +m) || exit 77'
754stderr:
755./autotest.at:1527: cat >./atconfig <<EOF
756at_testdir=.
757abs_builddir='`pwd`'
758at_srcdir=.
759abs_srcdir='`pwd`'
760at_top_srcdir=.
761abs_top_srcdir='`pwd`'
762at_top_build_prefix=
763abs_top_builddir='`pwd`'
764EOF
765./autotest.at:1527: autom4te --language=autotest -o micro-suite micro-suite.at
766./autotest.at:1557: $CONFIG_SHELL $abs_top_builddir/config.status --file=Makefile:Makefile.in
767stdout:
768config.status: creating Makefile
769./autotest.at:1566: $CONFIG_SHELL ./micro-suite
770stderr:
771
772micro-suite: WARNING: caught signal INT, bailing out
773stdout:
774## -------------------------------------------------------------- ##
775## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
776## -------------------------------------------------------------- ##
777  1: test number 1                                   ok
778  2: test number 2                                   ok
779  3: test number 3                                   ok
780  4: killer test                                    ./autotest.at:1569: grep 'bailing out' stderr
781stdout:
782micro-suite: WARNING: caught signal INT, bailing out
783./autotest.at:1570: grep 'bailing out' micro-suite.log
784stdout:
785micro-suite:18: WARNING: caught signal INT, bailing out
786./autotest.at:1572: grep '[iI]nterrupt[  ]' stderr
787./autotest.at:1575: $CONFIG_SHELL ./micro-suite --jobs=3
788stderr:
789micro-suite: WARNING: caught signal INT, bailing out
790stdout:
791## -------------------------------------------------------------- ##
792## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
793## -------------------------------------------------------------- ##
794
795  2: test number 2                                   ok
796  3: test number 3                                   ok
797  1: test number 1                                   FAILED (micro-suite.at:3)
798./autotest.at:1577: grep 'bailing out' stderr
799stdout:
800micro-suite: WARNING: caught signal INT, bailing out
801./autotest.at:1578: grep 'bailing out' micro-suite.log
802stdout:
803micro-suite:18: WARNING: caught signal INT, bailing out
804./autotest.at:1589: $MAKE check TESTSUITEFLAGS=;           case $? in 1|2) exit 1;; *) exit $?;; esac
805stderr:
806
807micro-suite: WARNING: caught signal INT, bailing out
808make[4]: *** [check] Error 130
809stdout:
810make[4]: Entering directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
811/bin/sh './micro-suite'
812## -------------------------------------------------------------- ##
813## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
814## -------------------------------------------------------------- ##
815  1: test number 1                                   ok
816  2: test number 2                                   ok
817  3: test number 3                                   ok
818  4: killer test                                    make[4]: Leaving directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
819./autotest.at:1592: grep 'bailing out' stderr
820stdout:
821micro-suite: WARNING: caught signal INT, bailing out
822./autotest.at:1593: grep 'bailing out' micro-suite.log
823stdout:
824micro-suite:18: WARNING: caught signal INT, bailing out
825./autotest.at:1595: $MAKE check TESTSUITEFLAGS=--jobs=3;           case $? in 1|2) exit 1;; *) exit $?;; esac
826stderr:
827micro-suite: WARNING: caught signal INT, bailing out
828make[4]: *** [check] Error 130
829stdout:
830make[4]: Entering directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
831/bin/sh './micro-suite' --jobs=3
832## -------------------------------------------------------------- ##
833## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
834## -------------------------------------------------------------- ##
835
836  2: test number 2                                   ok
837  3: test number 3                                   ok
838  1: test number 1                                   ok
839make[4]: Leaving directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
840./autotest.at:1598: grep 'bailing out' stderr
841stdout:
842micro-suite: WARNING: caught signal INT, bailing out
843./autotest.at:1599: grep 'bailing out' micro-suite.log
844stdout:
845micro-suite:18: WARNING: caught signal INT, bailing out
846./autotest.at:1566: $CONFIG_SHELL ./micro-suite
847stderr:
848
849micro-suite: WARNING: caught signal TERM, bailing out
850stdout:
851## -------------------------------------------------------------- ##
852## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
853## -------------------------------------------------------------- ##
854  1: test number 1                                   ok
855  2: test number 2                                   ok
856  3: test number 3                                   ok
857  4: killer test                                    ./autotest.at:1569: grep 'bailing out' stderr
858stdout:
859micro-suite: WARNING: caught signal TERM, bailing out
860./autotest.at:1570: grep 'bailing out' micro-suite.log
861stdout:
862micro-suite:18: WARNING: caught signal TERM, bailing out
863./autotest.at:1572: grep '[iI]nterrupt[  ]' stderr
864./autotest.at:1575: $CONFIG_SHELL ./micro-suite --jobs=3
865stderr:
866micro-suite: WARNING: caught signal TERM, bailing out
867stdout:
868## -------------------------------------------------------------- ##
869## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
870## -------------------------------------------------------------- ##
871
872  2: test number 2                                   ok
873  3: test number 3                                   ok
874./autotest.at:1577: grep 'bailing out' stderr
875stdout:
876micro-suite: WARNING: caught signal TERM, bailing out
877./autotest.at:1578: grep 'bailing out' micro-suite.log
878stdout:
879micro-suite:18: WARNING: caught signal TERM, bailing out
880./autotest.at:1589: $MAKE check TESTSUITEFLAGS=;           case $? in 1|2) exit 1;; *) exit $?;; esac
881stderr:
882
883micro-suite: WARNING: caught signal TERM, bailing out
884make[4]: *** [check] Error 143
885stdout:
886make[4]: Entering directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
887/bin/sh './micro-suite'
888## -------------------------------------------------------------- ##
889## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
890## -------------------------------------------------------------- ##
891  1: test number 1                                   ok
892  2: test number 2                                   ok
893  3: test number 3                                   ok
894  4: killer test                                    make[4]: Leaving directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
895./autotest.at:1592: grep 'bailing out' stderr
896stdout:
897micro-suite: WARNING: caught signal TERM, bailing out
898./autotest.at:1593: grep 'bailing out' micro-suite.log
899stdout:
900micro-suite:18: WARNING: caught signal TERM, bailing out
901./autotest.at:1595: $MAKE check TESTSUITEFLAGS=--jobs=3;           case $? in 1|2) exit 1;; *) exit $?;; esac
902stderr:
903micro-suite: WARNING: caught signal TERM, bailing out
904make[4]: *** [check] Error 143
905stdout:
906make[4]: Entering directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
907/bin/sh './micro-suite' --jobs=3
908## -------------------------------------------------------------- ##
909## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
910## -------------------------------------------------------------- ##
911
912  2: test number 2                                   ok
913  3: test number 3                                   ok
914make[4]: Leaving directory `/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
915./autotest.at:1598: grep 'bailing out' stderr
916stdout:
917micro-suite: WARNING: caught signal TERM, bailing out
918./autotest.at:1599: grep 'bailing out' micro-suite.log
919stdout:
920micro-suite:18: WARNING: caught signal TERM, bailing out
921./autotest.at:1612: ($CONFIG_SHELL ./micro-suite -d -3 5-; echo $? >status) | sed 5q
922stderr:
923stdout:
924## -------------------------------------------------------------- ##
925## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
926## -------------------------------------------------------------- ##
927  1: test number 1                                   ok
928  2: test number 2                                   ok
929./autotest.at:1614: grep '5.*ok' stdout
930./autotest.at:1617: test ! -s status || grep 141 status || grep 269 status
931stdout:
932./autotest.at:1617: exit code was 1, expected 0
933./micro-suite.log:
934> ## -------------------------------------------------------------- ##
935> ## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
936> ## -------------------------------------------------------------- ##
937>
938> micro-suite: command line was:
939>   $ ./micro-suite --jobs=3
940>
941> ## --------- ##
942> ## Platform. ##
943> ## --------- ##
944>
945> hostname = shredder
946> uname -m = BePC
947> uname -r = 1
948> uname -s = Haiku
949> uname -v = r39567 Nov 22 2010 07:08:10
950>
951> /usr/bin/uname -p = unknown
952> /bin/uname -X     = unknown
953>
954> /bin/arch              = unknown
955> /usr/bin/arch -k       = unknown
956> /usr/convex/getsysinfo = unknown
957> /usr/bin/hostinfo      = unknown
958> /bin/machine           = unknown
959> /usr/bin/oslevel       = unknown
960> /bin/universe          = unknown
961>
962> PATH: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests
963> PATH: /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68
964> PATH: /boot/home/config/bin
965> PATH: /boot/common/bin
966> PATH: /bin
967> PATH: /boot/apps
968> PATH: /boot/preferences
969> PATH: /boot/system/apps
970> PATH: /boot/system/preferences
971> PATH: /boot/develop/tools/gnupro/bin
972>
973> micro-suite: atconfig:
974> | at_testdir=.
975> | abs_builddir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
976> | at_srcdir=.
977> | abs_srcdir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
978> | at_top_srcdir=.
979> | abs_top_srcdir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
980> | at_top_build_prefix=
981> | abs_top_builddir='/boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/tests/testsuite.dir/205'
982>
983> micro-suite: atlocal:
984> | suite_pid=$$
985> | export suite_pid
986>
987> ## ---------------- ##
988> ## Tested programs. ##
989> ## ---------------- ##
990>
991> ## ------------------ ##
992> ## Running the tests. ##
993> ## ------------------ ##
994> micro-suite: starting at: Wed Dec  1 21:54:45 GMT 2010
995> 2. test number 2 (micro-suite.at:5): ok     (0m0.001s 0m0.005s)
996> 3. test number 3 (micro-suite.at:8): ok     (0m0.001s 0m0.004s)
997> micro-suite:18: WARNING: caught signal TERM, bailing out
998205. autotest.at:1512: 205. parallel autotest and signal handling (autotest.at:1512): FAILED (autotest.at:1617)
999
1000
1001## ------------- ##
1002## ../config.log ##
1003## ------------- ##
1004| This file contains any messages produced by compilers while
1005| running configure, to aid debugging if configure makes a mistake.
1006|
1007| It was created by GNU Autoconf configure 2.68, which was
1008| generated by GNU Autoconf 2.68.  Invocation command line was
1009|
1010|   $ ./configure --prefix=/boot/common
1011|
1012| ## --------- ##
1013| ## Platform. ##
1014| ## --------- ##
1015|
1016| hostname = shredder
1017| uname -m = BePC
1018| uname -r = 1
1019| uname -s = Haiku
1020| uname -v = r39567 Nov 22 2010 07:08:10
1021|
1022| /usr/bin/uname -p = unknown
1023| /bin/uname -X     = unknown
1024|
1025| /bin/arch              = unknown
1026| /usr/bin/arch -k       = unknown
1027| /usr/convex/getsysinfo = unknown
1028| /usr/bin/hostinfo      = unknown
1029| /bin/machine           = unknown
1030| /usr/bin/oslevel       = unknown
1031| /bin/universe          = unknown
1032|
1033| PATH: .
1034| PATH: /boot/home/config/bin
1035| PATH: /boot/common/bin
1036| PATH: /bin
1037| PATH: /boot/apps
1038| PATH: /boot/preferences
1039| PATH: /boot/system/apps
1040| PATH: /boot/system/preferences
1041| PATH: /boot/develop/tools/gnupro/bin
1042|
1043|
1044| ## ----------- ##
1045| ## Core tests. ##
1046| ## ----------- ##
1047|
1048| configure:1778: checking for a BSD-compatible install
1049| configure:1846: result: /bin/install -c
1050| configure:1857: checking whether build environment is sane
1051| configure:1907: result: yes
1052| configure:2048: checking for a thread-safe mkdir -p
1053| configure:2087: result: /bin/mkdir -p
1054| configure:2100: checking for gawk
1055| configure:2116: found /bin/gawk
1056| configure:2127: result: gawk
1057| configure:2138: checking whether make sets $(MAKE)
1058| configure:2160: result: yes
1059| configure:2245: checking build system type
1060| configure:2259: result: i586-pc-haiku
1061| configure:2279: checking host system type
1062| configure:2292: result: i586-pc-haiku
1063| configure:2319: autobuild project... GNU Autoconf
1064| configure:2325: autobuild revision... 2.68
1065| configure:2330: autobuild hostname... shredder
1066| configure:2341: autobuild timestamp... 20101201T214303Z
1067| configure:2369: checking whether /bin/sh -n is known to work
1068| configure:2388: result: yes
1069| configure:2392: checking for characters that cannot appear in file names
1070| configure:2412: result: none
1071| configure:2418: checking whether directories can have trailing spaces
1072| configure:2432: result: yes
1073| configure:2443: checking for expr
1074| configure:2461: found /bin/expr
1075| configure:2473: result: /bin/expr
1076| configure:2492: checking for GNU M4 that supports accurate traces
1077| configure:2534: result: /boot/common/bin/m4
1078| configure:2537: checking whether /boot/common/bin/m4 accepts --gnu
1079| configure:2547: result: yes
1080| configure:2564: checking how m4 supports trace files
1081| configure:2574: result: --debugfile
1082| configure:2598: checking for perl
1083| configure:2616: found /boot/common/bin/perl
1084| configure:2629: result: /boot/common/bin/perl
1085| configure:2648: checking whether /boot/common/bin/perl Fcntl::flock is implemented
1086| configure:2662: result: yes
1087| configure:2680: checking for emacs
1088| configure:2710: result: no
1089| configure:2680: checking for xemacs
1090| configure:2710: result: no
1091| configure:2763: checking for emacs
1092| configure:2790: result: no
1093| configure:2814: checking where .elc files should go
1094| configure:2843: result: ${datadir}/emacs/site-lisp
1095| configure:2856: checking for grep that handles long lines and -e
1096| configure:2914: result: /bin/grep
1097| configure:2919: checking for egrep
1098| configure:2981: result: /bin/grep -E
1099| configure:2986: checking for a sed that does not truncate output
1100| configure:3050: result: /boot/common/bin/sed
1101| configure:3060: checking whether make is case sensitive
1102| configure:3075: result: yes
1103| configure:3254: creating ./config.status
1104|
1105| ## ---------------------- ##
1106| ## Running config.status. ##
1107| ## ---------------------- ##
1108|
1109| This file was extended by GNU Autoconf config.status 2.68, which was
1110| generated by GNU Autoconf 2.68.  Invocation command line was
1111|
1112|   CONFIG_FILES    =
1113|   CONFIG_HEADERS  =
1114|   CONFIG_LINKS    =
1115|   CONFIG_COMMANDS =
1116|   $ ./config.status
1117|
1118| on shredder
1119|
1120| config.status:809: creating tests/Makefile
1121| config.status:809: creating tests/atlocal
1122| config.status:809: creating man/Makefile
1123| config.status:809: creating lib/emacs/Makefile
1124| config.status:809: creating Makefile
1125| config.status:809: creating doc/Makefile
1126| config.status:809: creating lib/Makefile
1127| config.status:809: creating lib/Autom4te/Makefile
1128| config.status:809: creating lib/autoscan/Makefile
1129| config.status:809: creating lib/m4sugar/Makefile
1130| config.status:809: creating lib/autoconf/Makefile
1131| config.status:809: creating lib/autotest/Makefile
1132| config.status:809: creating bin/Makefile
1133| config.status:1012: executing tests/atconfig commands
1134|
1135| ## ---------------- ##
1136| ## Cache variables. ##
1137| ## ---------------- ##
1138|
1139| ac_cv_build=i586-pc-haiku
1140| ac_cv_dir_trailing_space=yes
1141| ac_cv_env_EMACSLOADPATH_set=
1142| ac_cv_env_EMACSLOADPATH_value=
1143| ac_cv_env_EMACS_set=
1144| ac_cv_env_EMACS_value=
1145| ac_cv_env_M4_set=
1146| ac_cv_env_M4_value=
1147| ac_cv_env_build_alias_set=
1148| ac_cv_env_build_alias_value=
1149| ac_cv_env_host_alias_set=
1150| ac_cv_env_host_alias_value=
1151| ac_cv_env_target_alias_set=
1152| ac_cv_env_target_alias_value=
1153| ac_cv_host=i586-pc-haiku
1154| ac_cv_path_EGREP='/bin/grep -E'
1155| ac_cv_path_EXPR=/bin/expr
1156| ac_cv_path_GREP=/bin/grep
1157| ac_cv_path_M4=/boot/common/bin/m4
1158| ac_cv_path_PERL=/boot/common/bin/perl
1159| ac_cv_path_SED=/boot/common/bin/sed
1160| ac_cv_path_install='/bin/install -c'
1161| ac_cv_path_mkdir=/bin/mkdir
1162| ac_cv_perl_flock_implemented=yes
1163| ac_cv_prog_AWK=gawk
1164| ac_cv_prog_EMACS=no
1165| ac_cv_prog_gnu_m4_debugfile=--debugfile
1166| ac_cv_prog_gnu_m4_gnu=yes
1167| ac_cv_prog_make_make_case=yes
1168| ac_cv_prog_make_make_set=yes
1169| ac_cv_sh_n_works=yes
1170| ac_cv_unsupported_fs_chars=
1171| am_cv_lispdir='${datadir}/emacs/site-lisp'
1172|
1173| ## ----------------- ##
1174| ## Output variables. ##
1175| ## ----------------- ##
1176|
1177| ACLOCAL='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/missing --run aclocal-1.11'
1178| AMTAR='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/missing --run tar'
1179| AUTOCONF='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/missing --run autoconf'
1180| AUTOHEADER='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/missing --run autoheader'
1181| AUTOMAKE='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/missing --run automake-1.11'
1182| AWK='gawk'
1183| CYGPATH_W='echo'
1184| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.68\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.68\" -DPACKAGE_BUGREPORT=\"bug-autoconf@gnu.org\" -DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\" -DPACKAGE=\"autoconf\" -DVERSION=\"2.68\"'
1185| ECHO_C=''
1186| ECHO_N='-n'
1187| ECHO_T=''
1188| EGREP='/bin/grep -E'
1189| EMACS='no'
1190| EMACSLOADPATH=''
1191| EXPR='/bin/expr'
1192| GREP='/bin/grep'
1193| HELP2MAN='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/missing --run help2man'
1194| INSTALL_DATA='${INSTALL} -m 644'
1195| INSTALL_PROGRAM='${INSTALL}'
1196| INSTALL_SCRIPT='${INSTALL}'
1197| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1198| LIBOBJS=''
1199| LIBS=''
1200| LTLIBOBJS=''
1201| M4='/boot/common/bin/m4'
1202| M4_DEBUGFILE='--debugfile'
1203| M4_GNU='--gnu'
1204| MAKEINFO='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/missing --run makeinfo'
1205| MAKE_CASE_SENSITIVE_FALSE='#'
1206| MAKE_CASE_SENSITIVE_TRUE=''
1207| MKDIR_P='/bin/mkdir -p'
1208| PACKAGE='autoconf'
1209| PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
1210| PACKAGE_NAME='GNU Autoconf'
1211| PACKAGE_STRING='GNU Autoconf 2.68'
1212| PACKAGE_TARNAME='autoconf'
1213| PACKAGE_URL='http://www.gnu.org/software/autoconf/'
1214| PACKAGE_VERSION='2.68'
1215| PATH_SEPARATOR=':'
1216| PERL='/boot/common/bin/perl'
1217| PERL_FLOCK='yes'
1218| SED='/boot/common/bin/sed'
1219| SET_MAKE=''
1220| SHELL='/bin/sh'
1221| STRIP=''
1222| TEST_EMACS='no'
1223| VERSION='2.68'
1224| ac_cv_dir_trailing_space='yes'
1225| ac_cv_sh_n_works='yes'
1226| ac_cv_unsupported_fs_chars=''
1227| am__isrc=''
1228| am__leading_dot='.'
1229| am__tar='${AMTAR} chof - "$$tardir"'
1230| am__untar='${AMTAR} xf -'
1231| bindir='${exec_prefix}/bin'
1232| build='i586-pc-haiku'
1233| build_alias=''
1234| build_cpu='i586'
1235| build_os='haiku'
1236| build_vendor='pc'
1237| datadir='${datarootdir}'
1238| datarootdir='${prefix}/share'
1239| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1240| dvidir='${docdir}'
1241| exec_prefix='${prefix}'
1242| host='i586-pc-haiku'
1243| host_alias=''
1244| host_cpu='i586'
1245| host_os='haiku'
1246| host_vendor='pc'
1247| htmldir='${docdir}'
1248| includedir='${prefix}/include'
1249| infodir='${datarootdir}/info'
1250| install_sh='${SHELL} /boot/develop/haikuports/sys-devel/autoconf/work/autoconf-2.68/build-aux/install-sh'
1251| libdir='${exec_prefix}/lib'
1252| libexecdir='${exec_prefix}/libexec'
1253| lispdir='${datadir}/emacs/site-lisp'
1254| localedir='${datarootdir}/locale'
1255| localstatedir='${prefix}/var'
1256| mandir='${datarootdir}/man'
1257| mkdir_p='/bin/mkdir -p'
1258| oldincludedir='/usr/include'
1259| pdfdir='${docdir}'
1260| prefix='/boot/common'
1261| program_transform_name='s,x,x,'
1262| psdir='${docdir}'
1263| sbindir='${exec_prefix}/sbin'
1264| sharedstatedir='${prefix}/com'
1265| sysconfdir='${prefix}/etc'
1266| target_alias=''
1267|
1268| ## ----------- ##
1269| ## confdefs.h. ##
1270| ## ----------- ##
1271|
1272| /* confdefs.h */
1273| #define PACKAGE_NAME "GNU Autoconf"
1274| #define PACKAGE_TARNAME "autoconf"
1275| #define PACKAGE_VERSION "2.68"
1276| #define PACKAGE_STRING "GNU Autoconf 2.68"
1277| #define PACKAGE_BUGREPORT "bug-autoconf@gnu.org"
1278| #define PACKAGE_URL "http://www.gnu.org/software/autoconf/"
1279| #define PACKAGE "autoconf"
1280| #define VERSION "2.68"
1281|
1282| configure: exit 0
1283

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/