bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Autoconf 2.64] testsuite: 231 261 262 263 264 265 266 267 268 faile


From: Rob Garcia
Subject: [GNU Autoconf 2.64] testsuite: 231 261 262 263 264 265 266 267 268 failed
Date: Tue, 17 Nov 2009 13:34:47 -0600
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

# cat testsuite.log
## ----------------------------- ##
## GNU Autoconf 2.64 test suite. ##
## ----------------------------- ##

testsuite: command line was:
 $ ./testsuite

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../ChangeLog:
| 2009-07-26  Eric Blake  <address@hidden>
|
|       Release Version 2.64.
|       * NEWS: Mention the release.
|       * README: This release is stable.
|       * HACKING (release): Use dist-xz, not dist-lzma.
|
|       Document some optional features in INSTALL.
|       * doc/install.texi (Basic Installation): Mention that INSTALL is
|       generic, and that not all packages implement all features.

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

hostname = home5.360mgmt.com
uname -m = i386
uname -r = 7.2-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/work/in_prog/autoconf-2.64/tests
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2009 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/usr/local/work/in_prog/autoconf-2.64/tests'
| at_srcdir='.'
| abs_srcdir='/usr/local/work/in_prog/autoconf-2.64/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/usr/local/work/in_prog/autoconf-2.64'
| at_top_build_prefix='../'
| abs_top_builddir='/usr/local/work/in_prog/autoconf-2.64'
|
| # 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 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 2, 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, write to the Free Software
| # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
| # 02110-1301, USA.
|
| PERL='/usr/bin/perl'
| GREP='/usr/bin/grep'
| EGREP='/usr/bin/grep -E'
| SED='/usr/bin/sed'
|
| # We need to know if sh -n is ok.
| ac_cv_sh_n_works='no'
|
| # 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 whitespaces in their name?
| 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

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

./local.at:505: /usr/local/work/in_prog/autoconf-2.64/tests/autom4te --version
autom4te (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Akim Demaille.

./local.at:505: /usr/local/work/in_prog/autoconf-2.64/tests/autoconf --version
autoconf (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:505: /usr/local/work/in_prog/autoconf-2.64/tests/autoheader --version
autoheader (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Roland McGrath and Akim Demaille.

./local.at:505: /usr/local/work/in_prog/autoconf-2.64/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:505: /usr/local/work/in_prog/autoconf-2.64/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:505: /usr/local/work/in_prog/autoconf-2.64/tests/ifnames --version
ifnames (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Paul Eggert.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Tue Nov 17 15:08:03 CST 2009
1. Syntax of the shell scripts (tools.at:48): skipped (tools.at:50)
2. Syntax of the Perl scripts (tools.at:72): ok     (0m0.719s 0m0.097s)
3. autom4te cache (tools.at:90): ok     (0m0.502s 0m0.198s)
4. autom4te --force (tools.at:121): ok     (0m0.311s 0m0.169s)
5. autom4te and whitespace in file names (tools.at:147): ok (0m1.726s 0m0.82
2s)
6. autom4te --trace and unusual macro names (tools.at:219): ok (0m0.144s 0m0
.089s)
7. autom4te --trace and whitespace (tools.at:229): ok (0m0.137s 0m0.106s)
8. autoconf --trace: user macros (tools.at:254): ok     (0m0.763s 0m0.538s)
9. autoconf --trace: builtins (tools.at:340): ok     (0m0.802s 0m0.332s)
10. autoconf: forbidden tokens, basic (tools.at:371): ok (0m0.412s 0m0.218s) 11. autoconf: forbidden tokens, exceptions (tools.at:409): ok (0m0.229s 0m0.
107s)
12. autoconf: automatically allowed tokens (tools.at:448): ok (0m0.350s 0m0.
122s)
13. autoconf: the empty token (tools.at:465): ok     (0m0.172s 0m0.136s)
14. autoconf: subdirectories (tools.at:480): ok     (0m0.548s 0m0.461s)
15. autoconf: input from stdin (tools.at:506): ok     (0m0.525s 0m0.266s)
16. autoconf: AC_AUTOCONF_VERSION (tools.at:524): ok     (0m0.330s 0m0.147s)
17. ifnames (tools.at:544): ok     (0m0.122s 0m0.032s)
18. autoheader (tools.at:592): ok     (0m1.076s 0m0.420s)
19. autoheader and macros (tools.at:725): ok     (0m0.672s 0m0.285s)
20. autoupdate (tools.at:766): ok     (0m3.795s 0m0.373s)
21. autoupdating AC_LINK_FILES (tools.at:798): ok     (0m2.169s 0m0.746s)
22. autoupdating AC_PREREQ (tools.at:825): ok     (0m5.513s 0m0.831s)
23. autoupdating AU_ALIAS (tools.at:846): ok     (0m2.796s 0m1.045s)
24. autoupdating OLD to NEW (tools.at:872): ok     (0m2.125s 0m0.543s)
25. autoupdating AC_HELP_STRING (tools.at:897): ok     (0m2.144s 0m0.527s)
26. autoupdating with m4sugar (tools.at:915): ok     (0m2.335s 0m0.794s)
27. autoupdating AC_LANG_SAVE (tools.at:951): ok     (0m2.271s 0m0.489s)
28. autoupdating AC_FOREACH (tools.at:971): ok     (0m2.206s 0m0.507s)
29. autoupdating with aclocal and m4_include (tools.at:995): skipped (tools.at:9
98)
30. autom4te preselections (tools.at:1025): skipped (tools.at:1031)
31. autom4te cache locking (tools.at:1071): ok     (0m0.682s 0m0.415s)
32. autotools and whitespace in file names (tools.at:1091): skipped (tools.at:10
94)
33. m4_stack (m4sugar.at:44): ok     (0m0.184s 0m0.061s)
34. m4_defn (m4sugar.at:105): ok     (0m0.737s 0m0.471s)
35. m4_dumpdef (m4sugar.at:189): ok     (0m0.654s 0m0.339s)
36. m4_warn (m4sugar.at:248): ok     (0m0.665s 0m0.340s)
37. m4_divert_stack (m4sugar.at:298): ok     (0m0.858s 0m0.325s)
38. m4_expansion_stack (m4sugar.at:377): ok     (0m0.158s 0m0.087s)
39. m4_require: error message (m4sugar.at:401): ok     (0m0.204s 0m0.031s)
40. m4_require: circular dependencies (m4sugar.at:421): ok (0m0.149s 0m0.086
s)
41. m4_require: one-shot initialization (m4sugar.at:451): ok (0m0.351s 0m0.1
39s)
42. m4_require: nested (m4sugar.at:510): ok     (0m0.812s 0m0.417s)
43. m4sugar shorthand conditionals (m4sugar.at:677): ok (0m0.136s 0m0.109s)
44. m4_cond (m4sugar.at:762): ok     (0m0.188s 0m0.073s)
45. m4 lists (m4sugar.at:814): ok     (0m0.302s 0m0.175s)
46. m4_split (m4sugar.at:866): ok     (0m0.162s 0m0.085s)
47. m4_do (m4sugar.at:912): ok     (0m0.204s 0m0.039s)
48. m4_append (m4sugar.at:940): ok     (0m0.347s 0m0.150s)
49. m4_join (m4sugar.at:1024): ok     (0m0.169s 0m0.076s)
50. m4_expand (m4sugar.at:1075): ok     (0m0.140s 0m0.106s)
51. m4_text_wrap (m4sugar.at:1131): ok     (0m0.170s 0m0.074s)
52. m4_version_compare (m4sugar.at:1184): ok     (0m0.153s 0m0.111s)
53. Standard regular expressions (m4sugar.at:1242): ok (0m1.027s 0m0.665s)
54. m4_bmatch (m4sugar.at:1269): ok     (0m0.175s 0m0.083s)
55. m4_bpatsubsts (m4sugar.at:1301): ok     (0m0.137s 0m0.109s)
56. m4_esyscmd_s (m4sugar.at:1330): ok     (0m0.181s 0m0.069s)
57. M4 loops (m4sugar.at:1358): ok     (0m0.753s 0m0.442s)
58. m4_map (m4sugar.at:1512): ok     (0m0.172s 0m0.086s)
59. m4_map_args and m4_curry (m4sugar.at:1587): ok     (0m0.502s 0m0.223s)
60. m4_combine (m4sugar.at:1659): ok     (0m0.133s 0m0.111s)
61. m4_max and m4_min (m4sugar.at:1686): ok     (0m0.483s 0m0.249s)
62. recursion (m4sugar.at:1765): ok     (0m7.584s 0m0.256s)
63. m4_set (m4sugar.at:1882): ok     (0m5.788s 0m0.314s)
64. LINENO (m4sh.at:27): ok     (0m0.658s 0m0.420s)
65. LINENO stack (m4sh.at:105): ok     (0m0.170s 0m0.122s)
66. AS_BASENAME (m4sh.at:134): ok     (0m0.325s 0m0.310s)
67. AS_DIRNAME (m4sh.at:191): ok     (0m0.307s 0m0.314s)
68. AS_ECHO and AS_ECHO_N (m4sh.at:252): ok     (0m0.207s 0m0.130s)
69. AS_EXIT (m4sh.at:301): skipped (m4sh.at:339)
70. AS_MKDIR_P (m4sh.at:350): ok     (0m0.189s 0m0.115s)
71. AS_VERSION_COMPARE (m4sh.at:382): ok     (0m0.244s 0m0.148s)
72. as_me (m4sh.at:428): ok     (0m0.206s 0m0.079s)
73. Negated classes in globbing (m4sh.at:452): ok     (0m0.238s 0m0.052s)
74. Functions Support (m4sh.at:483): ok     (0m0.205s 0m0.095s)
75. Functions and return Support (m4sh.at:526): ok     (0m0.198s 0m0.099s)
76. Nested AS_REQUIRE_SHELL_FN (m4sh.at:563): ok     (0m0.201s 0m0.072s)
77. Nested AS_REQUIRE (m4sh.at:596): ok     (0m0.179s 0m0.098s)
78. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:634): ok (0m0.209s 0m0.082s)
79. AS_HELP_STRING (m4sh.at:675): ok     (0m0.219s 0m0.086s)
80. AS_IF and AS_CASE (m4sh.at:814): ok     (0m0.831s 0m0.244s)
81. AS_FOR (m4sh.at:971): ok     (0m0.180s 0m0.105s)
82. AS_LITERAL_IF (m4sh.at:1039): ok     (0m0.235s 0m0.043s)
83. AS_VAR basics (m4sh.at:1074): ok     (0m0.190s 0m0.132s)
84. AS_VAR_APPEND (m4sh.at:1171): ok     (0m0.179s 0m0.105s)
85. AS_VAR_ARITH (m4sh.at:1206): ok     (0m0.203s 0m0.080s)
86. AS_INIT cleanup (m4sh.at:1237): ok     (0m0.155s 0m0.124s)
87. AS_INIT_GENERATED (m4sh.at:1274): ok     (0m0.531s 0m0.454s)
88. AS_MESSAGE_FD (m4sh.at:1348): ok     (0m0.190s 0m0.198s)
89. _AS_CLEAN_DIR (m4sh.at:1392): ok     (0m0.221s 0m0.087s)
90. ECHO_C (m4sh.at:1421): ok     (0m0.157s 0m0.171s)
91. Empty test suite (autotest.at:136): ok     (0m0.374s 0m0.295s)
92. Banner-only test suite (autotest.at:140): ok     (0m0.387s 0m0.283s)
93. Empty test (autotest.at:146): ok     (0m0.444s 0m0.312s)
94. Empty check (autotest.at:149): ok     (0m0.398s 0m0.376s)
95. AT_SETUP without AT_INIT (autotest.at:152): ok     (0m0.121s 0m0.121s)
96. AT_BANNER without AT_INIT (autotest.at:158): ok     (0m0.168s 0m0.076s)
97. AT_CLEANUP without AT_INIT (autotest.at:162): ok     (0m0.167s 0m0.076s)
98. Missing AT_CLEANUP (autotest.at:166): ok     (0m0.191s 0m0.096s)
99. AT_FAIL_IF without AT_SETUP (autotest.at:172): ok (0m0.179s 0m0.107s) 100. AT_SKIP_IF without AT_SETUP (autotest.at:177): ok (0m0.181s 0m0.105s)
101. AT_CHECK without AT_SETUP (autotest.at:182): ok     (0m0.202s 0m0.085s)
102. AT_DATA without AT_SETUP (autotest.at:187): ok     (0m0.199s 0m0.088s)
103. AT_XFAIL_IF without AT_SETUP (autotest.at:192): ok (0m0.215s 0m0.072s) 104. AT_KEYWORDS without AT_SETUP (autotest.at:197): ok (0m0.194s 0m0.094s) 105. AT_CLEANUP without AT_SETUP (autotest.at:202): ok (0m0.202s 0m0.085s)
106. AT_BANNER inside AT_SETUP (autotest.at:207): ok     (0m0.239s 0m0.045s)
107. AT_SETUP inside AT_SETUP (autotest.at:215): ok     (0m0.207s 0m0.080s)
108. Multiple AT_INIT (autotest.at:225): ok     (0m0.202s 0m0.085s)
109. Tested programs (autotest.at:231): ok     (0m0.637s 0m0.556s)
110. Startup error messages (autotest.at:241): ok     (0m0.411s 0m0.365s)
111. Truth (autotest.at:253): ok     (0m0.390s 0m0.382s)
112. Fallacy (autotest.at:256): ok     (0m0.378s 0m0.593s)
113. Skip (autotest.at:261): ok     (0m0.379s 0m0.412s)
114. Hard fail (autotest.at:266): ok     (0m0.440s 0m0.627s)
115. AT_FAIL_IF (autotest.at:276): ok     (0m0.464s 0m0.897s)
116. AT_SKIP_IF (autotest.at:296): ok     (0m0.458s 0m0.694s)
117. Syntax error (autotest.at:316): skipped (autotest.at:316)
118. errexit (autotest.at:335): ok     (0m0.427s 0m0.551s)
119. unquoted output (autotest.at:347): ok     (0m0.409s 0m0.367s)
120. Logging (autotest.at:354): ok     (0m0.926s 0m1.670s)
121. Binary output (autotest.at:399): ok     (0m0.592s 0m1.499s)
122. Cleanup (autotest.at:441): ok     (0m0.586s 0m1.392s)
123. Literal multiline command (autotest.at:474): ok     (0m0.362s 0m0.414s)
124. Multiline parameter expansion (autotest.at:480): ok (0m0.398s 0m0.383s) 125. Backquote command substitution (autotest.at:487): ok (0m0.383s 0m0.390s
)
126. Multiline backquote command substitution (autotest.at:492): ok (0m0.358
s 0m0.430s)
127. Parenthetical command substitution (autotest.at:500): ok (0m0.399s 0m0.
377s)
128. Multiline parenthetical command substitution (autotest.at:505): ok (0m0
.382s 0m0.403s)
129. Shell comment in command (autotest.at:515): ok     (0m0.338s 0m0.441s)
130. Invalid brace-enclosed parameter expansion (autotest.at:529): ok (0m0.3
99s 0m0.565s)
131. Multiline command from M4 expansion (autotest.at:537): ok (0m0.429s 0m0
.358s)
132. Double-M4-quoted command (autotest.at:544): ok     (0m0.397s 0m0.388s)
133. Metacharacters in command from M4 expansion (autotest.at:551): ok (0m0.
417s 0m0.356s)
134. BS-newline in command (autotest.at:561): ok     (0m0.415s 0m0.359s)
135. ^BS-newline in command (autotest.at:566): ok     (0m0.416s 0m0.358s)
136. BSx641-newline in command (autotest.at:571): ok     (0m0.371s 0m0.407s)
137. BS-BS-newline in command (autotest.at:576): ok     (0m0.376s 0m0.399s)
138. BSx640-newline in command (autotest.at:584): ok     (0m0.424s 0m0.356s)
139. Newline-CODE-BS-newline in command (autotest.at:591): ok (0m0.415s 0m0.
361s)
140. Single-quote-BS-newline in command (autotest.at:598): ok (0m0.345s 0m0.
435s)
141. Single-quote-newline-BS-newline in command (autotest.at:604): ok (0m0.3
62s 0m0.417s)
142. Input from stdin (autotest.at:617): ok     (0m0.444s 0m0.428s)
143. Backquote in a test title (autotest.at:686): ok     (0m0.488s 0m0.584s)
144. Single-quote in a test title (autotest.at:687): ok (0m0.411s 0m0.662s) 145. Double-quote in a test title (autotest.at:688): ok (0m0.487s 0m0.578s)
146. Backslash in a test title (autotest.at:690): ok     (0m0.419s 0m0.651s)
147. Brackets in a test title (autotest.at:691): ok     (0m0.469s 0m0.613s)
148. Left bracket in a test title (autotest.at:692): ok (0m0.436s 0m0.631s) 149. Right bracket in a test title (autotest.at:693): ok (0m0.421s 0m0.652s) 150. Quoted pound in a test title (autotest.at:694): ok (0m0.504s 0m0.568s)
151. Pound in a test title (autotest.at:695): ok     (0m0.411s 0m0.665s)
152. Quoted comma in a test title (autotest.at:696): ok (0m0.453s 0m0.616s)
153. Comma in a test title (autotest.at:697): ok     (0m0.495s 0m0.575s)
154. Parentheses in a test title (autotest.at:699): ok (0m0.424s 0m0.644s) 155. Left paren in a test title (autotest.at:700): ok (0m0.443s 0m0.628s) 156. Right paren in a test title (autotest.at:701): ok (0m0.436s 0m0.635s) 157. Quoted Macro in a test title (autotest.at:703): ok (0m0.496s 0m0.577s)
158. Macro in a test title (autotest.at:704): ok     (0m0.385s 0m0.681s)
159. Macro with backquote in a test title (autotest.at:705): ok (0m0.383s 0m
0.689s)
160. Macro with single-quote in a test title (autotest.at:706): ok (0m0.491s
0m0.580s)
161. Macro with double-quote in a test title (autotest.at:707): ok (0m0.459s
0m0.606s)
162. Macro with backslash in a test title (autotest.at:709): ok (0m0.448s 0m
0.633s)
163. Macro echoing macro in a test title (autotest.at:710): ok (0m0.394s 0m0
.678s)
164. Macro echoing single-quote in a test title (autotest.at:712): ok (0m0.4
29s 0m0.639s)
165. Long test title in a test title (autotest.at:713): ok (0m0.414s 0m0.662
s)
166. Longer test title in a test title (autotest.at:714): ok (0m0.420s 0m0.6
54s)
167. Long test source lines (autotest.at:725): ok     (0m0.424s 0m0.570s)
168. Debugging a successful test (autotest.at:737): ok (0m0.561s 0m0.880s) 169. Debugging script and environment (autotest.at:751): ok (0m0.658s 0m1.30
8s)
170. Debugging a failed test (autotest.at:768): ok     (0m0.493s 0m1.040s)
171. Using atlocal (autotest.at:779): ok     (0m0.695s 0m1.658s)
172. Choosing where testsuite is run (autotest.at:814): ok (0m0.614s 0m1.115
s)
173. Banners (autotest.at:851): ok     (0m1.503s 0m4.413s)
174. Keywords and ranges (autotest.at:912): ok     (0m2.826s 0m9.655s)
175. Keyword wrapping (autotest.at:1015): ok     (0m0.296s 0m0.159s)
176. parallel test execution (autotest.at:1056): skipped (autotest.at:1115)
177. parallel truth (autotest.at:1147): skipped (autotest.at:1147)
178. parallel fallacy (autotest.at:1152): skipped (autotest.at:1152)
179. parallel skip (autotest.at:1157): skipped (autotest.at:1157)
180. parallel syntax error (autotest.at:1162): skipped (autotest.at:1162)
181. parallel errexit (autotest.at:1181): skipped (autotest.at:1181)
182. parallel autotest and signal handling (autotest.at:1197): skipped (autotest
.at:1199)
183. srcdir propagation (autotest.at:1318): ok     (0m1.367s 0m2.572s)
184. whitespace in absolute testdir (autotest.at:1384): ok (0m0.402s 0m0.592
s)
185. unusual file names (autotest.at:1408): ok     (0m0.374s 0m0.238s)
186. AC_REQUIRE: topological sort (base.at:30): ok     (0m0.232s 0m0.129s)
187. AC_REQUIRE: error message (base.at:74): ok     (0m0.205s 0m0.099s)
188. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:92): ok (0m0.214s
0m0.148s)
189. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:134): ok (0m0.232s
0m0.130s)
190. AC_REQUIRE & AC_PROVIDE (base.at:176): ok     (0m0.219s 0m0.141s)
191. AC_CACHE_CHECK (base.at:210): ok     (0m1.112s 0m0.692s)
192. AC_COMPUTE_INT (base.at:243): ok     (0m0.754s 0m0.500s)
193. AC_TRY_COMMAND (base.at:265): ok     (0m0.351s 0m0.328s)
194. Input/Output (base.at:295): ok     (0m0.401s 0m0.520s)
195. configure arguments (base.at:313): ok     (0m0.390s 0m0.456s)
196. configure directories (base.at:335): ok     (0m0.523s 0m0.539s)
197. AC_CONFIG_COMMANDS with empty commands (torture.at:29): ok (0m0.829s 0m
1.117s)
198. Multiple AC_CONFIG_FILES (torture.at:38): ok     (0m0.232s 0m0.116s)
199. Parameterized AC_CONFIG_FILES (torture.at:50): ok (0m0.491s 0m0.583s)
200. AC_ARG_VAR (torture.at:104): ok     (0m2.396s 0m6.223s)
201. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:161): ok (0m2.
781s 0m7.305s)
202. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:346): ok (0m0.422s 0
m0.437s)
203. Missing templates (torture.at:366): ok     (0m0.564s 0m0.381s)
204. configure invocation (torture.at:398): ok     (0m1.277s 0m2.317s)
205. #define header templates (torture.at:452): ok     (0m0.579s 0m0.492s)
206. Torturing config.status (torture.at:586): ok     (0m2.131s 0m1.981s)
207. Substitute a 2000-byte string (torture.at:724): ok (0m1.826s 0m1.062s) 208. Define to a 2000-byte string (torture.at:768): ok (0m0.746s 0m0.643s) 209. Substitute and define special characters (torture.at:792): ok (0m1.150s
0m2.104s)
210. Substitute a newline (torture.at:895): ok     (0m0.611s 0m0.943s)
211. Define a newline (torture.at:935): ok     (0m1.584s 0m1.218s)
212. AC_SUBST: variable name validation (torture.at:980): ok (0m4.073s 0m2.7
13s)
213. datarootdir workaround (torture.at:1010): ok     (0m0.958s 0m1.062s)
214. srcdir (torture.at:1061): ok     (0m0.717s 0m1.404s)
215. Signal handling (torture.at:1104): ok     (0m0.394s 0m0.273s)
216. AC_CONFIG_LINKS and identical files (torture.at:1121): ok (0m0.871s 0m2
.070s)
217. Configuring subdirectories (torture.at:1177): skipped (torture.at:1181)
218. Deep Package (torture.at:1302): skipped (torture.at:1306)
219. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1433): skipped (torture.at:1437)
220. Empty directory (torture.at:1476): skipped (torture.at:1480)
221. Unusual Automake input files (torture.at:1497): skipped (torture.at:1501) 222. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:33): ok (0m0.306s 0m0.1
45s)
223. AC_REQUIRE & AC_LANG (compile.at:85): ok     (0m0.398s 0m0.272s)
224. AC_RUN_IFELSE (compile.at:121): ok     (0m0.790s 0m0.661s)
225. Order of user actions and cleanup (compile.at:154): ok (0m0.995s 0m0.71
4s)
226. AC_TRY_LINK_FUNC (compile.at:200): ok     (0m1.631s 0m1.463s)
227. Multiple languages (compile.at:210): ok     (0m3.085s 0m2.238s)
228. AC_NO_EXECUTABLES (aclang.at:13): ok     (0m1.020s 0m0.912s)
229. AC_REQUIRE_CPP (aclang.at:14): ok     (0m1.501s 0m1.465s)
230. Extensions (c.at:36): ok     (0m1.466s 0m1.308s)
232. C keywords (c.at:78): ok     (0m1.516s 0m1.428s)
233. AC_PROG_CPP requires AC_PROG_CC (c.at:96): ok     (0m1.597s 0m1.370s)
234. AC_PROG_CPP with warnings (c.at:111): ok     (0m1.269s 0m0.930s)
235. AC_PROG_CPP without warnings (c.at:143): skipped (c.at:146)
236. AC_PROG_CPP via CC (c.at:183): skipped (c.at:186)
237. AC_NO_EXECUTABLES (working linker) (c.at:224): ok (0m1.447s 0m1.447s) 238. AC_NO_EXECUTABLES (broken linker) (c.at:234): ok (0m1.303s 0m1.174s)
239. AC_USE_SYSTEM_EXTENSIONS (c.at:245): ok     (0m3.508s 0m2.866s)
240. AC_C_RESTRICT and C++ (c.at:268): skipped (c.at:321)
241. AC_C_BACKSLASH_A (acc.at:13): ok     (0m1.322s 0m1.496s)
242. AC_C_BIGENDIAN (acc.at:14): ok     (0m2.059s 0m2.219s)
243. AC_C_CHAR_UNSIGNED (acc.at:15): ok     (0m2.141s 0m2.067s)
244. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok     (0m1.504s 0m1.355s)
245. AC_C_INLINE (acc.at:17): ok     (0m1.626s 0m1.204s)
246. AC_C_PROTOTYPES (acc.at:18): ok     (0m1.419s 0m1.383s)
247. AC_C_RESTRICT (acc.at:19): ok     (0m1.414s 0m1.421s)
248. AC_C_STRINGIZE (acc.at:20): ok     (0m1.557s 0m1.534s)
249. AC_C_TYPEOF (acc.at:21): ok     (0m1.491s 0m1.341s)
250. AC_C_VARARRAYS (acc.at:22): ok     (0m1.490s 0m1.338s)
251. AC_OPENMP (acc.at:23): ok     (0m1.449s 0m1.486s)
252. AC_PROG_CC_C89 (acc.at:24): ok     (0m1.652s 0m1.143s)
253. AC_PROG_CC_C99 (acc.at:25): ok     (0m1.479s 0m1.442s)
254. AC_PROG_CC_C_O (acc.at:26): ok     (0m1.463s 0m1.485s)
255. AC_PROG_CC_STDC (acc.at:27): ok     (0m1.575s 0m1.384s)
256. AC_PROG_CPP_WERROR (acc.at:28): ok     (0m1.420s 0m1.555s)
257. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok     (0m1.601s 0m1.506s)
258. AC_LANG_C (acc.at:32): ok     (0m3.357s 0m1.481s)
259. AC_LANG_CPLUSPLUS (acc.at:33): ok     (0m3.485s 0m1.391s)
260. AC_LANG_OBJC (acc.at:34): ok     (0m3.362s 0m1.517s)
269. AC_F77_NAME_MANGLING (acfortran.at:21): ok     (0m3.330s 0m1.502s)
270. AC_LANG_FORTRAN77 (acfortran.at:22): ok     (0m3.482s 0m1.408s)
271. Erlang (erlang.at:32): skipped (erlang.at:32)
272. AC_ERLANG_CHECK_LIB (erlang.at:54): skipped (erlang.at:54)
273. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:74): skipped (erlang.at:74)
274. AC_ERLANG_SUBST_LIB_DIR (erlang.at:91): skipped (erlang.at:91)
275. AC_ERLANG_SUBST_INSTALL_LIB_DIR (erlang.at:108): ok (0m0.903s 0m1.036s) 276. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:116): ok (0m1.025s 0m0.96
9s)
277. AC_ERLANG_SUBST_ERTS_VER (erlang.at:130): skipped (erlang.at:130)
278. AC_CHECK_LIB (semantics.at:35): ok     (0m2.187s 0m1.789s)
279. AC_SEARCH_LIBS (semantics.at:79): ok     (0m1.622s 0m1.415s)
280. AC_SEARCH_LIBS (none needed) (semantics.at:92): ok (0m1.555s 0m1.333s)
281. AC_CHECK_DECLS (semantics.at:107): ok     (0m1.616s 0m1.616s)
282. AC_CHECK_FUNCS (semantics.at:130): ok     (0m1.595s 0m1.439s)
283. AC_REPLACE_FUNCS (semantics.at:143): ok     (0m1.312s 0m1.004s)
284. AC_CHECK_HEADERS (semantics.at:173): ok     (0m1.952s 0m1.309s)
285. AC_CHECK_HEADERS (preprocessor test) (semantics.at:202): ok (0m1.315s 0
m0.829s)
286. AC_CHECK_HEADERS (compiler test) (semantics.at:229): ok (0m1.166s 0m0.9
26s)
287. AC_CHECK_MEMBERS (semantics.at:262): ok     (0m1.487s 0m1.577s)
288. AC_CHECK_ALIGNOF (semantics.at:275): ok     (0m2.381s 0m2.107s)
289. AC_CHECK_ALIGNOF (cross compile) (semantics.at:275): ok (0m2.368s 0m2.1
74s)
290. AC_CHECK_ALIGNOF struct (semantics.at:292): ok     (0m2.130s 0m2.236s)
291. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:292): ok (0m2.215
s 0m2.155s)
292. AC_CHECK_SIZEOF (semantics.at:304): ok     (0m2.389s 0m2.091s)
293. AC_CHECK_SIZEOF (cross compile) (semantics.at:304): ok (0m2.408s 0m2.22
4s)
294. AC_CHECK_SIZEOF struct (semantics.at:320): ok     (0m2.460s 0m2.104s)
295. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:320): ok (0m2.583s
0m2.424s)
296. AC_CHECK_TYPES (semantics.at:341): ok     (0m1.549s 0m1.512s)
297. AC_CHECK_TYPES: backward compatibility (semantics.at:355): ok (0m0.362s
0m0.123s)
298. AC_CHECK_FILES (semantics.at:391): ok     (0m1.080s 0m1.021s)
299. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:434): ok (0m0.417s 0m0.387
s)
300. AC_C_BIGENDIAN (semantics.at:483): ok     (0m3.880s 0m2.893s)
301. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:532): ok (0m0.451s 0m0.318s) 302. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:574): ok (0m0.405s 0m0.331s)
303. AC_PATH_XTRA (semantics.at:654): ok     (0m1.757s 0m1.600s)
304. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:672): ok (0m2.242s 0m2.071s)
305. AC_FUNC_SETVBUF_REVERSED (semantics.at:673): ok     (0m0.941s 0m0.995s)
306. AC_FUNC_WAIT3 (semantics.at:674): ok     (0m2.042s 0m2.213s)
307. AC_ARG_ENABLE (acgeneral.at:13): ok     (0m0.940s 0m0.986s)
308. AC_ARG_PROGRAM (acgeneral.at:14): ok     (0m0.980s 0m0.958s)
309. AC_ARG_WITH (acgeneral.at:15): ok     (0m0.919s 0m1.009s)
310. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok     (0m2.021s 0m2.177s)
311. AC_EGREP_CPP (acgeneral.at:17): ok     (0m1.539s 0m1.547s)
312. AC_EGREP_HEADER (acgeneral.at:18): ok     (0m1.584s 0m1.505s)
313. AC_LIBOBJ (acgeneral.at:19): ok     (0m0.994s 0m0.948s)
314. AC_LIBSOURCES (acgeneral.at:20): ok     (0m0.968s 0m0.954s)
315. AC_PREFIX_DEFAULT (acgeneral.at:21): ok     (0m1.019s 0m0.914s)
316. AC_PRESERVE_HELP_ORDER (acgeneral.at:22): ok     (0m0.875s 0m1.061s)
317. AC_CHECKING (acgeneral.at:25): ok     (0m3.526s 0m1.320s)
318. AC_COMPILE_CHECK (acgeneral.at:26): ok     (0m4.111s 0m1.961s)
319. AC_ENABLE (acgeneral.at:27): ok     (0m3.354s 0m1.481s)
320. AC_FOREACH (acgeneral.at:28): ok     (0m3.438s 0m1.420s)
321. AC_MSG_RESULT_UNQUOTED (acgeneral.at:29): ok     (0m3.368s 0m1.503s)
322. AC_TRY_COMPILE (acgeneral.at:30): ok     (0m4.024s 0m1.974s)
323. AC_TRY_CPP (acgeneral.at:31): ok     (0m4.113s 0m2.156s)
324. AC_TRY_LINK (acgeneral.at:32): ok     (0m3.922s 0m2.149s)
325. AC_TRY_RUN (acgeneral.at:33): ok     (0m4.120s 0m1.993s)
326. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:34): ok (0m3.490s 0m1.349
s)
327. AC_WITH (acgeneral.at:35): ok     (0m3.384s 0m1.489s)
328. AC_OUTPUT_COMMANDS (acstatus.at:15): ok     (0m3.361s 0m1.485s)
329. AC_SYS_INTERPRETER (acspecific.at:13): ok     (0m0.986s 0m0.986s)
330. AC_SYS_LARGEFILE (acspecific.at:14): ok     (0m1.487s 0m1.380s)
331. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok     (0m0.972s 0m1.007s)
332. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok     (0m1.463s 0m1.415s)
333. AC_AIX (acspecific.at:19): ok     (0m5.376s 0m3.066s)
334. AC_ARG_ARRAY (acspecific.at:20): ok     (0m3.308s 0m1.532s)
335. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok     (0m4.107s 0m1.931s)
336. AC_DYNIX_SEQ (acspecific.at:22): ok     (0m4.353s 0m2.135s)
337. AC_HAVE_POUNDBANG (acspecific.at:23): ok     (0m3.398s 0m1.479s)
338. AC_IRIX_SUN (acspecific.at:24): ok     (0m4.365s 0m2.227s)
339. AC_ISC_POSIX (acspecific.at:25): ok     (0m4.204s 0m1.919s)
340. AC_MINIX (acspecific.at:26): ok     (0m5.591s 0m2.901s)
341. AC_SCO_INTL (acspecific.at:27): ok     (0m4.204s 0m1.974s)
342. AC_XENIX_DIR (acspecific.at:28): ok     (0m4.457s 0m2.285s)
343. AC_PROG_AWK (acprograms.at:13): ok     (0m0.983s 0m0.998s)
344. AC_PROG_FGREP (acprograms.at:14): ok     (0m0.926s 0m1.078s)
345. AC_PROG_INSTALL (acprograms.at:15): ok     (0m0.961s 0m1.027s)
346. AC_PROG_LEX (acprograms.at:16): ok     (0m2.557s 0m1.491s)
347. AC_PROG_LN_S (acprograms.at:17): ok     (0m0.989s 0m0.960s)
348. AC_PROG_MAKE_SET (acprograms.at:18): ok     (0m0.969s 0m1.021s)
349. AC_PROG_MKDIR_P (acprograms.at:19): ok     (0m0.941s 0m1.034s)
350. AC_PROG_RANLIB (acprograms.at:20): ok     (0m1.027s 0m0.943s)
351. AC_PROG_SED (acprograms.at:21): ok     (0m0.969s 0m1.181s)
352. AC_PROG_YACC (acprograms.at:22): ok     (0m1.007s 0m0.978s)
353. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok     (0m3.372s 0m1.473s)
354. AC_DECL_YYTEXT (acprograms.at:26): ok     (0m6.124s 0m2.230s)
355. AC_RSH (acprograms.at:27): ok     (0m3.390s 0m1.435s)
356. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok     (0m0.969s 0m0.969s)
357. AC_HEADER_ASSERT (acheaders.at:14): ok     (0m0.963s 0m0.995s)
358. AC_HEADER_MAJOR (acheaders.at:15): ok     (0m2.236s 0m1.992s)
359. AC_HEADER_RESOLV (acheaders.at:16): ok     (0m1.621s 0m1.614s)
360. AC_HEADER_STAT (acheaders.at:17): ok     (0m1.541s 0m1.297s)
361. AC_HEADER_STDBOOL (acheaders.at:18): ok     (0m2.309s 0m2.031s)
362. AC_HEADER_TIOCGWINSZ (acheaders.at:19): ok     (0m1.540s 0m1.563s)
363. AC_DIR_HEADER (acheaders.at:22): ok     (0m5.521s 0m3.112s)
364. AC_MEMORY_H (acheaders.at:23): ok     (0m5.194s 0m2.985s)
365. AC_UNISTD_H (acheaders.at:24): ok     (0m5.165s 0m2.924s)
366. AC_USG (acheaders.at:25): ok     (0m5.330s 0m2.909s)
367. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok     (0m1.478s 0m1.603s)
368. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok     (0m1.610s 0m1.467s)
369. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok     (0m2.245s 0m1.968s)
370. AC_STRUCT_TIMEZONE (actypes.at:16): ok     (0m1.625s 0m1.315s)
371. AC_TYPE_INT16_T (actypes.at:17): ok     (0m2.215s 0m2.053s)
372. AC_TYPE_INT32_T (actypes.at:18): ok     (0m2.201s 0m2.074s)
373. AC_TYPE_INT64_T (actypes.at:19): ok     (0m2.243s 0m2.042s)
374. AC_TYPE_INT8_T (actypes.at:20): ok     (0m2.190s 0m2.065s)
375. AC_TYPE_INTMAX_T (actypes.at:21): ok     (0m2.288s 0m2.185s)
376. AC_TYPE_INTPTR_T (actypes.at:22): ok     (0m2.231s 0m2.046s)
377. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok     (0m1.422s 0m1.384s)
378. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok     (0m1.513s 0m1.337s)
379. AC_TYPE_MODE_T (actypes.at:25): ok     (0m2.152s 0m2.115s)
380. AC_TYPE_OFF_T (actypes.at:26): ok     (0m2.039s 0m2.214s)
381. AC_TYPE_SSIZE_T (actypes.at:27): ok     (0m2.139s 0m2.139s)
382. AC_TYPE_UINT16_T (actypes.at:28): ok     (0m2.142s 0m2.061s)
383. AC_TYPE_UINT32_T (actypes.at:29): ok     (0m2.062s 0m2.137s)
384. AC_TYPE_UINT64_T (actypes.at:30): ok     (0m2.154s 0m2.051s)
385. AC_TYPE_UINT8_T (actypes.at:31): ok     (0m2.050s 0m2.159s)
386. AC_TYPE_UINTMAX_T (actypes.at:32): ok     (0m2.267s 0m2.104s)
387. AC_TYPE_UINTPTR_T (actypes.at:33): ok     (0m2.199s 0m2.081s)
388. AC_C_LONG_DOUBLE (actypes.at:36): ok     (0m4.128s 0m1.944s)
389. AC_INT_16_BITS (actypes.at:37): ok     (0m5.605s 0m2.695s)
390. AC_LONG_64_BITS (actypes.at:38): ok     (0m5.319s 0m2.934s)
391. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok     (0m5.115s 0m3.054s)
392. AC_STRUCT_ST_RDEV (actypes.at:40): ok     (0m5.405s 0m2.793s)
393. AC_TYPE_SIGNAL (actypes.at:41): ok     (0m4.240s 0m1.844s)
394. AM_TYPE_PTRDIFF_T (actypes.at:42): ok     (0m5.421s 0m2.873s)
395. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok     (0m0.982s 0m0.959s)
396. AC_FUNC_CHOWN (acfunctions.at:14): ok     (0m2.209s 0m2.157s)
397. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok     (0m2.365s 0m2.096s)
398. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok     (0m1.516s 0m1.351s)
399. AC_FUNC_FNMATCH (acfunctions.at:17): ok     (0m1.442s 0m1.457s)
400. AC_FUNC_FORK (acfunctions.at:18): ok     (0m2.612s 0m2.217s)
401. AC_FUNC_FSEEKO (acfunctions.at:19): ok     (0m1.523s 0m1.382s)
402. AC_FUNC_GETGROUPS (acfunctions.at:20): ok     (0m2.516s 0m2.175s)
403. AC_FUNC_GETMNTENT (acfunctions.at:21): ok     (0m1.665s 0m1.380s)
404. AC_FUNC_GETPGRP (acfunctions.at:22): ok     (0m2.071s 0m2.124s)
405. AC_FUNC_LSTAT (acfunctions.at:23): ok     (0m2.214s 0m2.176s)
406. AC_FUNC_MALLOC (acfunctions.at:24): ok     (0m2.040s 0m2.232s)
407. AC_FUNC_MBRTOWC (acfunctions.at:25): ok     (0m1.545s 0m1.362s)
408. AC_FUNC_MEMCMP (acfunctions.at:26): ok     (0m2.168s 0m2.086s)
409. AC_FUNC_MKTIME (acfunctions.at:27): ok     (0m3.913s 0m2.221s)
410. AC_FUNC_MMAP (acfunctions.at:28): ok     (0m2.361s 0m2.132s)
411. AC_FUNC_OBSTACK (acfunctions.at:29): ok     (0m1.929s 0m2.281s)
412. AC_FUNC_REALLOC (acfunctions.at:30): ok     (0m2.089s 0m2.188s)
413. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok     (0m2.326s 0m2.193s)
414. AC_FUNC_SETPGRP (acfunctions.at:32): ok     (0m2.245s 0m2.000s)
415. AC_FUNC_STAT (acfunctions.at:33): ok     (0m2.407s 0m1.990s)
416. AC_FUNC_STRCOLL (acfunctions.at:34): ok     (0m2.181s 0m2.052s)
417. AC_FUNC_STRERROR_R (acfunctions.at:35): ok     (0m2.244s 0m2.146s)
418. AC_FUNC_STRFTIME (acfunctions.at:36): ok     (0m1.457s 0m1.449s)
419. AC_FUNC_STRNLEN (acfunctions.at:37): ok     (0m2.336s 0m2.190s)
420. AC_FUNC_STRTOD (acfunctions.at:38): ok     (0m2.258s 0m1.994s)
421. AC_FUNC_STRTOLD (acfunctions.at:39): ok     (0m1.504s 0m1.333s)
422. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok     (0m2.115s 0m2.257s)
423. AC_FUNC_VPRINTF (acfunctions.at:41): ok     (0m1.540s 0m1.455s)
424. AC_HAVE_LIBRARY (aclibs.at:15): ok     (0m4.106s 0m1.920s)
425. Libtool (foreign.at:28): skipped (foreign.at:60)
426. autoscan (autoscan.at:22): ok     (0m0.404s 0m0.127s)
testsuite: ending at: Tue Nov 17 15:24:45 CST 2009
testsuite: test suite duration: 0h 16m 42s

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

ERROR: 399 tests were run,
9 failed unexpectedly.
27 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.64 test suite test groups:

NUM: FILE-NAME:LINE     TEST-GROUP-NAME
     KEYWORDS

231: c.at:59            Broken/missing compilers
261: fortran.at:33      GNU Fortran 77
262: fortran.at:61      GNU Fortran
263: acfortran.at:13    AC_F77_MAIN
264: acfortran.at:14    AC_F77_WRAPPERS
265: acfortran.at:15    AC_FC_MAIN
266: acfortran.at:16    AC_FC_WRAPPERS
267: acfortran.at:17    AC_PROG_F77_C_O
268: acfortran.at:18    AC_PROG_FC_C_O

Skipped tests:
GNU Autoconf 2.64 test suite test groups:

NUM: FILE-NAME:LINE     TEST-GROUP-NAME
     KEYWORDS

  1: tools.at:48        Syntax of the shell scripts
 29: tools.at:995       autoupdating with aclocal and m4_include
 30: tools.at:1025      autom4te preselections
 32: tools.at:1091      autotools and whitespace in file names
 69: m4sh.at:301        AS_EXIT
     m4sh as_set_status
117: autotest.at:316    Syntax error
     autotest
176: autotest.at:1056   parallel test execution
     autotest
177: autotest.at:1147   parallel truth
     autotest
178: autotest.at:1152   parallel fallacy
     autotest
179: autotest.at:1157   parallel skip
     autotest
180: autotest.at:1162   parallel syntax error
     autotest
181: autotest.at:1181   parallel errexit
     autotest
182: autotest.at:1197   parallel autotest and signal handling
     autotest
217: torture.at:1177    Configuring subdirectories
     autoreconf
218: torture.at:1302    Deep Package
     autoreconf
219: torture.at:1433    Non-Autoconf AC_CONFIG_SUBDIRS
     autoreconf
220: torture.at:1476    Empty directory
     autoreconf
221: torture.at:1497    Unusual Automake input files
     autoreconf
235: c.at:143           AC_PROG_CPP without warnings
236: c.at:183           AC_PROG_CPP via CC
240: c.at:268           AC_C_RESTRICT and C++
271: erlang.at:32       Erlang
     erlang
272: erlang.at:54       AC_ERLANG_CHECK_LIB
     erlang
273: erlang.at:74       AC_ERLANG_SUBST_ROOT_DIR
     erlang
274: erlang.at:91       AC_ERLANG_SUBST_LIB_DIR
     erlang
277: erlang.at:130      AC_ERLANG_SUBST_ERTS_VER
     erlang
425: foreign.at:28      Libtool

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
231. c.at:59: testing ...
./c.at:67: autoconf --force
./c.at:68: ./configure
stderr:
configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/
231':
configure: error: C compiler cannot create executables
See `config.log' for more details.
stdout:
checking for gcc... no-such-compiler
checking for C compiler default output file name...
./c.at:68: exit code was 1, expected 77
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.64.  Invocation command line was
>
>   $ ./configure
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1740: checking for gcc
> configure:1767: result: no-such-compiler
> configure:1996: checking for C compiler version
> configure:2005: no-such-compiler --version >&5
> no-such-compiler: not found
> configure:2016: $? = 127
> configure:2005: no-such-compiler -v >&5
> no-such-compiler: not found
> configure:2016: $? = 127
> configure:2005: no-such-compiler -V >&5
> no-such-compiler: not found
> configure:2016: $? = 127
> configure:2005: no-such-compiler -qversion >&5
> no-such-compiler: not found
> configure:2016: $? = 127
> configure:2038: checking for C compiler default output file name
> configure:2060: no-such-compiler    conftest.c  >&5
> no-such-compiler: not found
> configure:2064: $? = 127
> configure:2101: result:
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | int
> | main ()
> | {
> | FILE *f = fopen ("conftest.out", "w");
> |  return ferror (f) || fclose (f) != 0;
> |
> |   ;
> |   return 0;
> | }
> configure:2107: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/231':
> configure:2111: error: C compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_CC_set=''
> ac_cv_env_CC_value=''
> ac_cv_env_CFLAGS_set=''
> ac_cv_env_CFLAGS_value=''
> ac_cv_env_CPPFLAGS_set=''
> ac_cv_env_CPPFLAGS_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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_prog_ac_ct_CC=no-such-compiler
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC='no-such-compiler'
> CFLAGS=''
> CPPFLAGS=''
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> LDFLAGS=''
> LIBS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_CC='no-such-compiler'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
231. c.at:59: 231. Broken/missing compilers (c.at:59): FAILED (c.at:68)

#                             -*- compilation -*-
261. fortran.at:33: testing ...
./fortran.at:33: autoconf --force -W obsolete
./fortran.at:33: autoheader
./fortran.at:33: ./configure -C
--- /dev/null   2009-11-17 15:14:11.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/261/stde
rr      2009-11-17 15:14:11.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/261':
+configure: error: Fortran 77 compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for Fortran 77 compiler default output file name...
./fortran.at:33: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1616: creating cache config.cache
> configure:1763: checking for g77
> configure:1793: result: no
> configure:1763: checking for xlf
> configure:1793: result: no
> configure:1763: checking for f77
> configure:1793: result: no
> configure:1763: checking for frt
> configure:1793: result: no
> configure:1763: checking for pgf77
> configure:1793: result: no
> configure:1763: checking for cf77
> configure:1793: result: no
> configure:1763: checking for fort77
> configure:1793: result: no
> configure:1763: checking for fl32
> configure:1793: result: no
> configure:1763: checking for af77
> configure:1793: result: no
> configure:1763: checking for xlf90
> configure:1793: result: no
> configure:1763: checking for f90
> configure:1793: result: no
> configure:1763: checking for pgf90
> configure:1793: result: no
> configure:1763: checking for pghpf
> configure:1793: result: no
> configure:1763: checking for epcf90
> configure:1793: result: no
> configure:1763: checking for gfortran
> configure:1793: result: no
> configure:1763: checking for g95
> configure:1793: result: no
> configure:1763: checking for xlf95
> configure:1793: result: no
> configure:1763: checking for f95
> configure:1793: result: no
> configure:1763: checking for fort
> configure:1793: result: no
> configure:1763: checking for ifort
> configure:1793: result: no
> configure:1763: checking for ifc
> configure:1793: result: no
> configure:1763: checking for efc
> configure:1793: result: no
> configure:1763: checking for pgf95
> configure:1793: result: no
> configure:1763: checking for lf95
> configure:1793: result: no
> configure:1763: checking for ftn
> configure:1793: result: no
> configure:1816: checking for Fortran 77 compiler version
> configure:1825:  --version >&5
> --version: not found
> configure:1836: $? = 127
> configure:1825:  -v >&5
> -v: not found
> configure:1836: $? = 127
> configure:1825:  -V >&5
> -V: not found
> configure:1836: $? = 127
> configure:1825:  -qversion >&5
> -qversion: not found
> configure:1836: $? = 127
> configure:1853: checking for Fortran 77 compiler default output file name
> configure:1875:    conftest.f  >&5
> conftest.f: not found
> configure:1879: $? = 127
> configure:1916: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:1922: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/261':
> configure:1926: error: Fortran 77 compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_F77_set=''
> ac_cv_env_F77_value=''
> ac_cv_env_FFLAGS_set=''
> ac_cv_env_FFLAGS_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> F77=''
> FFLAGS=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_F77=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
261. fortran.at:33: 261. GNU Fortran 77 (fortran.at:33): FAILED (fortran.at:33)

#                             -*- compilation -*-
262. fortran.at:61: testing ...
./fortran.at:61: autoconf --force -W obsolete
./fortran.at:61: autoheader
./fortran.at:61: ./configure -C
--- /dev/null   2009-11-17 15:14:12.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/262/stde
rr      2009-11-17 15:14:13.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/262':
+configure: error: Fortran compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for Fortran compiler default output file name...
./fortran.at:61: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1617: creating cache config.cache
> configure:1764: checking for gfortran
> configure:1794: result: no
> configure:1764: checking for g95
> configure:1794: result: no
> configure:1764: checking for xlf95
> configure:1794: result: no
> configure:1764: checking for f95
> configure:1794: result: no
> configure:1764: checking for fort
> configure:1794: result: no
> configure:1764: checking for ifort
> configure:1794: result: no
> configure:1764: checking for ifc
> configure:1794: result: no
> configure:1764: checking for efc
> configure:1794: result: no
> configure:1764: checking for pgf95
> configure:1794: result: no
> configure:1764: checking for lf95
> configure:1794: result: no
> configure:1764: checking for ftn
> configure:1794: result: no
> configure:1764: checking for xlf90
> configure:1794: result: no
> configure:1764: checking for f90
> configure:1794: result: no
> configure:1764: checking for pgf90
> configure:1794: result: no
> configure:1764: checking for pghpf
> configure:1794: result: no
> configure:1764: checking for epcf90
> configure:1794: result: no
> configure:1764: checking for g77
> configure:1794: result: no
> configure:1764: checking for xlf
> configure:1794: result: no
> configure:1764: checking for f77
> configure:1794: result: no
> configure:1764: checking for frt
> configure:1794: result: no
> configure:1764: checking for pgf77
> configure:1794: result: no
> configure:1764: checking for cf77
> configure:1794: result: no
> configure:1764: checking for fort77
> configure:1794: result: no
> configure:1764: checking for fl32
> configure:1794: result: no
> configure:1764: checking for af77
> configure:1794: result: no
> configure:1817: checking for Fortran compiler version
> configure:1826:  --version >&5
> --version: not found
> configure:1837: $? = 127
> configure:1826:  -v >&5
> -v: not found
> configure:1837: $? = 127
> configure:1826:  -V >&5
> -V: not found
> configure:1837: $? = 127
> configure:1826:  -qversion >&5
> -qversion: not found
> configure:1837: $? = 127
> configure:1854: checking for Fortran compiler default output file name
> configure:1876:     conftest.f  >&5
> conftest.f: not found
> configure:1880: $? = 127
> configure:1917: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:1923: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/262':
> configure:1927: error: Fortran compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_FCFLAGS_set=''
> ac_cv_env_FCFLAGS_value=''
> ac_cv_env_FC_set=''
> ac_cv_env_FC_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> FC=''
> FCFLAGS=''
> FCFLAGS_f=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_FC=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
262. fortran.at:61: 262. GNU Fortran (fortran.at:61): FAILED (fortran.at:61)

#                             -*- compilation -*-
263. acfortran.at:13: testing ...
./acfortran.at:13: autoconf --force -W obsolete
./acfortran.at:13: autoheader
./acfortran.at:13: ./configure -C
--- /dev/null   2009-11-17 15:14:14.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/263/stde
rr      2009-11-17 15:14:14.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/263':
+configure: error: Fortran 77 compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for Fortran 77 compiler default output file name...
./acfortran.at:13: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1712: creating cache config.cache
> configure:1854: checking for g77
> configure:1884: result: no
> configure:1854: checking for xlf
> configure:1884: result: no
> configure:1854: checking for f77
> configure:1884: result: no
> configure:1854: checking for frt
> configure:1884: result: no
> configure:1854: checking for pgf77
> configure:1884: result: no
> configure:1854: checking for cf77
> configure:1884: result: no
> configure:1854: checking for fort77
> configure:1884: result: no
> configure:1854: checking for fl32
> configure:1884: result: no
> configure:1854: checking for af77
> configure:1884: result: no
> configure:1854: checking for xlf90
> configure:1884: result: no
> configure:1854: checking for f90
> configure:1884: result: no
> configure:1854: checking for pgf90
> configure:1884: result: no
> configure:1854: checking for pghpf
> configure:1884: result: no
> configure:1854: checking for epcf90
> configure:1884: result: no
> configure:1854: checking for gfortran
> configure:1884: result: no
> configure:1854: checking for g95
> configure:1884: result: no
> configure:1854: checking for xlf95
> configure:1884: result: no
> configure:1854: checking for f95
> configure:1884: result: no
> configure:1854: checking for fort
> configure:1884: result: no
> configure:1854: checking for ifort
> configure:1884: result: no
> configure:1854: checking for ifc
> configure:1884: result: no
> configure:1854: checking for efc
> configure:1884: result: no
> configure:1854: checking for pgf95
> configure:1884: result: no
> configure:1854: checking for lf95
> configure:1884: result: no
> configure:1854: checking for ftn
> configure:1884: result: no
> configure:1907: checking for Fortran 77 compiler version
> configure:1916:  --version >&5
> --version: not found
> configure:1927: $? = 127
> configure:1916:  -v >&5
> -v: not found
> configure:1927: $? = 127
> configure:1916:  -V >&5
> -V: not found
> configure:1927: $? = 127
> configure:1916:  -qversion >&5
> -qversion: not found
> configure:1927: $? = 127
> configure:1944: checking for Fortran 77 compiler default output file name
> configure:1966:    conftest.f  >&5
> conftest.f: not found
> configure:1970: $? = 127
> configure:2007: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:2013: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/263':
> configure:2017: error: Fortran 77 compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_CC_set=''
> ac_cv_env_CC_value=''
> ac_cv_env_CFLAGS_set=''
> ac_cv_env_CFLAGS_value=''
> ac_cv_env_CPPFLAGS_set=''
> ac_cv_env_CPPFLAGS_value=''
> ac_cv_env_F77_set=''
> ac_cv_env_F77_value=''
> ac_cv_env_FFLAGS_set=''
> ac_cv_env_FFLAGS_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC=''
> CFLAGS=''
> CPPFLAGS=''
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> F77=''
> FFLAGS=''
> FLIBS=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_CC=''
> ac_ct_F77=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
263. acfortran.at:13: 263. AC_F77_MAIN (acfortran.at:13): FAILED (acfortran.at:1
3)

#                             -*- compilation -*-
264. acfortran.at:14: testing ...
./acfortran.at:14: autoconf --force -W obsolete
./acfortran.at:14: autoheader
./acfortran.at:14: ./configure -C
--- /dev/null   2009-11-17 15:14:16.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/264/stde
rr      2009-11-17 15:14:16.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/264':
+configure: error: Fortran 77 compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for Fortran 77 compiler default output file name...
./acfortran.at:14: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1712: creating cache config.cache
> configure:1854: checking for g77
> configure:1884: result: no
> configure:1854: checking for xlf
> configure:1884: result: no
> configure:1854: checking for f77
> configure:1884: result: no
> configure:1854: checking for frt
> configure:1884: result: no
> configure:1854: checking for pgf77
> configure:1884: result: no
> configure:1854: checking for cf77
> configure:1884: result: no
> configure:1854: checking for fort77
> configure:1884: result: no
> configure:1854: checking for fl32
> configure:1884: result: no
> configure:1854: checking for af77
> configure:1884: result: no
> configure:1854: checking for xlf90
> configure:1884: result: no
> configure:1854: checking for f90
> configure:1884: result: no
> configure:1854: checking for pgf90
> configure:1884: result: no
> configure:1854: checking for pghpf
> configure:1884: result: no
> configure:1854: checking for epcf90
> configure:1884: result: no
> configure:1854: checking for gfortran
> configure:1884: result: no
> configure:1854: checking for g95
> configure:1884: result: no
> configure:1854: checking for xlf95
> configure:1884: result: no
> configure:1854: checking for f95
> configure:1884: result: no
> configure:1854: checking for fort
> configure:1884: result: no
> configure:1854: checking for ifort
> configure:1884: result: no
> configure:1854: checking for ifc
> configure:1884: result: no
> configure:1854: checking for efc
> configure:1884: result: no
> configure:1854: checking for pgf95
> configure:1884: result: no
> configure:1854: checking for lf95
> configure:1884: result: no
> configure:1854: checking for ftn
> configure:1884: result: no
> configure:1907: checking for Fortran 77 compiler version
> configure:1916:  --version >&5
> --version: not found
> configure:1927: $? = 127
> configure:1916:  -v >&5
> -v: not found
> configure:1927: $? = 127
> configure:1916:  -V >&5
> -V: not found
> configure:1927: $? = 127
> configure:1916:  -qversion >&5
> -qversion: not found
> configure:1927: $? = 127
> configure:1944: checking for Fortran 77 compiler default output file name
> configure:1966:    conftest.f  >&5
> conftest.f: not found
> configure:1970: $? = 127
> configure:2007: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:2013: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/264':
> configure:2017: error: Fortran 77 compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_CC_set=''
> ac_cv_env_CC_value=''
> ac_cv_env_CFLAGS_set=''
> ac_cv_env_CFLAGS_value=''
> ac_cv_env_CPPFLAGS_set=''
> ac_cv_env_CPPFLAGS_value=''
> ac_cv_env_F77_set=''
> ac_cv_env_F77_value=''
> ac_cv_env_FFLAGS_set=''
> ac_cv_env_FFLAGS_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC=''
> CFLAGS=''
> CPPFLAGS=''
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> F77=''
> FFLAGS=''
> FLIBS=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_CC=''
> ac_ct_F77=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
264. acfortran.at:14: 264. AC_F77_WRAPPERS (acfortran.at:14): FAILED (acfortran.
at:14)

#                             -*- compilation -*-
265. acfortran.at:15: testing ...
./acfortran.at:15: autoconf --force -W obsolete
./acfortran.at:15: autoheader
./acfortran.at:15: ./configure -C
--- /dev/null   2009-11-17 15:14:17.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/265/stde
rr      2009-11-17 15:14:18.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/265':
+configure: error: Fortran compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for Fortran compiler default output file name...
./acfortran.at:15: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1712: creating cache config.cache
> configure:1854: checking for gfortran
> configure:1884: result: no
> configure:1854: checking for g95
> configure:1884: result: no
> configure:1854: checking for xlf95
> configure:1884: result: no
> configure:1854: checking for f95
> configure:1884: result: no
> configure:1854: checking for fort
> configure:1884: result: no
> configure:1854: checking for ifort
> configure:1884: result: no
> configure:1854: checking for ifc
> configure:1884: result: no
> configure:1854: checking for efc
> configure:1884: result: no
> configure:1854: checking for pgf95
> configure:1884: result: no
> configure:1854: checking for lf95
> configure:1884: result: no
> configure:1854: checking for ftn
> configure:1884: result: no
> configure:1854: checking for xlf90
> configure:1884: result: no
> configure:1854: checking for f90
> configure:1884: result: no
> configure:1854: checking for pgf90
> configure:1884: result: no
> configure:1854: checking for pghpf
> configure:1884: result: no
> configure:1854: checking for epcf90
> configure:1884: result: no
> configure:1854: checking for g77
> configure:1884: result: no
> configure:1854: checking for xlf
> configure:1884: result: no
> configure:1854: checking for f77
> configure:1884: result: no
> configure:1854: checking for frt
> configure:1884: result: no
> configure:1854: checking for pgf77
> configure:1884: result: no
> configure:1854: checking for cf77
> configure:1884: result: no
> configure:1854: checking for fort77
> configure:1884: result: no
> configure:1854: checking for fl32
> configure:1884: result: no
> configure:1854: checking for af77
> configure:1884: result: no
> configure:1907: checking for Fortran compiler version
> configure:1916:  --version >&5
> --version: not found
> configure:1927: $? = 127
> configure:1916:  -v >&5
> -v: not found
> configure:1927: $? = 127
> configure:1916:  -V >&5
> -V: not found
> configure:1927: $? = 127
> configure:1916:  -qversion >&5
> -qversion: not found
> configure:1927: $? = 127
> configure:1944: checking for Fortran compiler default output file name
> configure:1966:     conftest.f  >&5
> conftest.f: not found
> configure:1970: $? = 127
> configure:2007: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:2013: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/265':
> configure:2017: error: Fortran compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_CC_set=''
> ac_cv_env_CC_value=''
> ac_cv_env_CFLAGS_set=''
> ac_cv_env_CFLAGS_value=''
> ac_cv_env_CPPFLAGS_set=''
> ac_cv_env_CPPFLAGS_value=''
> ac_cv_env_FCFLAGS_set=''
> ac_cv_env_FCFLAGS_value=''
> ac_cv_env_FC_set=''
> ac_cv_env_FC_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC=''
> CFLAGS=''
> CPPFLAGS=''
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> FC=''
> FCFLAGS=''
> FCLIBS=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_CC=''
> ac_ct_FC=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
265. acfortran.at:15: 265. AC_FC_MAIN (acfortran.at:15): FAILED (acfortran.at:15
)

#                             -*- compilation -*-
266. acfortran.at:16: testing ...
./acfortran.at:16: autoconf --force -W obsolete
./acfortran.at:16: autoheader
./acfortran.at:16: ./configure -C
--- /dev/null   2009-11-17 15:14:19.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/266/stde
rr      2009-11-17 15:14:19.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/266':
+configure: error: Fortran compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for Fortran compiler default output file name...
./acfortran.at:16: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1712: creating cache config.cache
> configure:1854: checking for gfortran
> configure:1884: result: no
> configure:1854: checking for g95
> configure:1884: result: no
> configure:1854: checking for xlf95
> configure:1884: result: no
> configure:1854: checking for f95
> configure:1884: result: no
> configure:1854: checking for fort
> configure:1884: result: no
> configure:1854: checking for ifort
> configure:1884: result: no
> configure:1854: checking for ifc
> configure:1884: result: no
> configure:1854: checking for efc
> configure:1884: result: no
> configure:1854: checking for pgf95
> configure:1884: result: no
> configure:1854: checking for lf95
> configure:1884: result: no
> configure:1854: checking for ftn
> configure:1884: result: no
> configure:1854: checking for xlf90
> configure:1884: result: no
> configure:1854: checking for f90
> configure:1884: result: no
> configure:1854: checking for pgf90
> configure:1884: result: no
> configure:1854: checking for pghpf
> configure:1884: result: no
> configure:1854: checking for epcf90
> configure:1884: result: no
> configure:1854: checking for g77
> configure:1884: result: no
> configure:1854: checking for xlf
> configure:1884: result: no
> configure:1854: checking for f77
> configure:1884: result: no
> configure:1854: checking for frt
> configure:1884: result: no
> configure:1854: checking for pgf77
> configure:1884: result: no
> configure:1854: checking for cf77
> configure:1884: result: no
> configure:1854: checking for fort77
> configure:1884: result: no
> configure:1854: checking for fl32
> configure:1884: result: no
> configure:1854: checking for af77
> configure:1884: result: no
> configure:1907: checking for Fortran compiler version
> configure:1916:  --version >&5
> --version: not found
> configure:1927: $? = 127
> configure:1916:  -v >&5
> -v: not found
> configure:1927: $? = 127
> configure:1916:  -V >&5
> -V: not found
> configure:1927: $? = 127
> configure:1916:  -qversion >&5
> -qversion: not found
> configure:1927: $? = 127
> configure:1944: checking for Fortran compiler default output file name
> configure:1966:     conftest.f  >&5
> conftest.f: not found
> configure:1970: $? = 127
> configure:2007: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:2013: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/266':
> configure:2017: error: Fortran compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_CC_set=''
> ac_cv_env_CC_value=''
> ac_cv_env_CFLAGS_set=''
> ac_cv_env_CFLAGS_value=''
> ac_cv_env_CPPFLAGS_set=''
> ac_cv_env_CPPFLAGS_value=''
> ac_cv_env_FCFLAGS_set=''
> ac_cv_env_FCFLAGS_value=''
> ac_cv_env_FC_set=''
> ac_cv_env_FC_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC=''
> CFLAGS=''
> CPPFLAGS=''
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> FC=''
> FCFLAGS=''
> FCLIBS=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_CC=''
> ac_ct_FC=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
266. acfortran.at:16: 266. AC_FC_WRAPPERS (acfortran.at:16): FAILED (acfortran.a
t:16)

#                             -*- compilation -*-
267. acfortran.at:17: testing ...
./acfortran.at:17: autoconf --force -W obsolete
./acfortran.at:17: autoheader
./acfortran.at:17: ./configure -C
--- /dev/null   2009-11-17 15:14:20.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/267/stde
rr      2009-11-17 15:14:21.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/267':
+configure: error: Fortran 77 compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for Fortran 77 compiler default output file name...
./acfortran.at:17: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1616: creating cache config.cache
> configure:1758: checking for g77
> configure:1788: result: no
> configure:1758: checking for xlf
> configure:1788: result: no
> configure:1758: checking for f77
> configure:1788: result: no
> configure:1758: checking for frt
> configure:1788: result: no
> configure:1758: checking for pgf77
> configure:1788: result: no
> configure:1758: checking for cf77
> configure:1788: result: no
> configure:1758: checking for fort77
> configure:1788: result: no
> configure:1758: checking for fl32
> configure:1788: result: no
> configure:1758: checking for af77
> configure:1788: result: no
> configure:1758: checking for xlf90
> configure:1788: result: no
> configure:1758: checking for f90
> configure:1788: result: no
> configure:1758: checking for pgf90
> configure:1788: result: no
> configure:1758: checking for pghpf
> configure:1788: result: no
> configure:1758: checking for epcf90
> configure:1788: result: no
> configure:1758: checking for gfortran
> configure:1788: result: no
> configure:1758: checking for g95
> configure:1788: result: no
> configure:1758: checking for xlf95
> configure:1788: result: no
> configure:1758: checking for f95
> configure:1788: result: no
> configure:1758: checking for fort
> configure:1788: result: no
> configure:1758: checking for ifort
> configure:1788: result: no
> configure:1758: checking for ifc
> configure:1788: result: no
> configure:1758: checking for efc
> configure:1788: result: no
> configure:1758: checking for pgf95
> configure:1788: result: no
> configure:1758: checking for lf95
> configure:1788: result: no
> configure:1758: checking for ftn
> configure:1788: result: no
> configure:1811: checking for Fortran 77 compiler version
> configure:1820:  --version >&5
> --version: not found
> configure:1831: $? = 127
> configure:1820:  -v >&5
> -v: not found
> configure:1831: $? = 127
> configure:1820:  -V >&5
> -V: not found
> configure:1831: $? = 127
> configure:1820:  -qversion >&5
> -qversion: not found
> configure:1831: $? = 127
> configure:1848: checking for Fortran 77 compiler default output file name
> configure:1870:    conftest.f  >&5
> conftest.f: not found
> configure:1874: $? = 127
> configure:1911: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:1917: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/267':
> configure:1921: error: Fortran 77 compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_F77_set=''
> ac_cv_env_F77_value=''
> ac_cv_env_FFLAGS_set=''
> ac_cv_env_FFLAGS_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> F77=''
> FFLAGS=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_F77=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
267. acfortran.at:17: 267. AC_PROG_F77_C_O (acfortran.at:17): FAILED (acfortran.
at:17)

#                             -*- compilation -*-
268. acfortran.at:18: testing ...
./acfortran.at:18: autoconf --force -W obsolete
./acfortran.at:18: autoheader
./acfortran.at:18: ./configure -C
--- /dev/null   2009-11-17 15:14:22.000000000 -0600
+++ /usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir/at-groups/268/stde
rr      2009-11-17 15:14:22.000000000 -0600
@@ -0,0 +1,3 @@
+configure: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsuite.dir
/268':
+configure: error: Fortran compiler cannot create executables
+See `config.log' for more details.
stdout:
configure: creating cache config.cache
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for Fortran compiler default output file name...
./acfortran.at:18: exit code was 1, expected 0
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.64.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = home5.360mgmt.com
> uname -m = i386
> uname -r = 7.2-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /usr/local/work/in_prog/autoconf-2.64/tests
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1616: creating cache config.cache
> configure:1758: checking for gfortran
> configure:1788: result: no
> configure:1758: checking for g95
> configure:1788: result: no
> configure:1758: checking for xlf95
> configure:1788: result: no
> configure:1758: checking for f95
> configure:1788: result: no
> configure:1758: checking for fort
> configure:1788: result: no
> configure:1758: checking for ifort
> configure:1788: result: no
> configure:1758: checking for ifc
> configure:1788: result: no
> configure:1758: checking for efc
> configure:1788: result: no
> configure:1758: checking for pgf95
> configure:1788: result: no
> configure:1758: checking for lf95
> configure:1788: result: no
> configure:1758: checking for ftn
> configure:1788: result: no
> configure:1758: checking for xlf90
> configure:1788: result: no
> configure:1758: checking for f90
> configure:1788: result: no
> configure:1758: checking for pgf90
> configure:1788: result: no
> configure:1758: checking for pghpf
> configure:1788: result: no
> configure:1758: checking for epcf90
> configure:1788: result: no
> configure:1758: checking for g77
> configure:1788: result: no
> configure:1758: checking for xlf
> configure:1788: result: no
> configure:1758: checking for f77
> configure:1788: result: no
> configure:1758: checking for frt
> configure:1788: result: no
> configure:1758: checking for pgf77
> configure:1788: result: no
> configure:1758: checking for cf77
> configure:1788: result: no
> configure:1758: checking for fort77
> configure:1788: result: no
> configure:1758: checking for fl32
> configure:1788: result: no
> configure:1758: checking for af77
> configure:1788: result: no
> configure:1811: checking for Fortran compiler version
> configure:1820:  --version >&5
> --version: not found
> configure:1831: $? = 127
> configure:1820:  -v >&5
> -v: not found
> configure:1831: $? = 127
> configure:1820:  -V >&5
> -V: not found
> configure:1831: $? = 127
> configure:1820:  -qversion >&5
> -qversion: not found
> configure:1831: $? = 127
> configure:1848: checking for Fortran compiler default output file name
> configure:1870:     conftest.f  >&5
> conftest.f: not found
> configure:1874: $? = 127
> configure:1911: result:
> configure: failed program was:
> |       program main
> |       open(unit=9,file='conftest.out')
> |       close(unit=9)
> |
> |       end
> configure:1917: error: in `/usr/local/work/in_prog/autoconf-2.64/tests/testsui
te.dir/268':
> configure:1921: error: Fortran compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_FCFLAGS_set=''
> ac_cv_env_FCFLAGS_value=''
> ac_cv_env_FC_set=''
> ac_cv_env_FC_value=''
> ac_cv_env_LDFLAGS_set=''
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_LIBS_set=''
> ac_cv_env_LIBS_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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> FC=''
> FCFLAGS=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_FC=''
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> 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='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> 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 1
268. acfortran.at:18: 268. AC_PROG_FC_C_O (acfortran.at:18): FAILED (acfortran.a
t:18)


## ------------- ##
## ../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.64, which was
| generated by GNU Autoconf 2.64.  Invocation command line was
|
|   $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = home5.360mgmt.com
| uname -m = i386
| uname -r = 7.2-RELEASE
| uname -s = FreeBSD
| uname -v = FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 address@hidden
r.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
|
| /usr/bin/uname -p = i386
| /bin/uname -X     = unknown
|
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
|
| PATH: /sbin
| PATH: /bin
| PATH: /usr/sbin
| PATH: /usr/bin
| PATH: /usr/games
| PATH: /usr/local/sbin
| PATH: /usr/local/bin
| PATH: /home/scorpion/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1746: checking for a BSD-compatible install
| configure:1814: result: /usr/bin/install -c
| configure:1825: checking whether build environment is sane
| configure:1875: result: yes
| configure:2016: checking for a thread-safe mkdir -p
| configure:2055: result: build-aux/install-sh -c -d
| configure:2068: checking for gawk
| configure:2098: result: no
| configure:2068: checking for mawk
| configure:2098: result: no
| configure:2068: checking for nawk
| configure:2084: found /usr/bin/nawk
| configure:2095: result: nawk
| configure:2106: checking whether make sets $(MAKE)
| configure:2128: result: yes
| configure:2232: checking whether /bin/sh -n is known to work
| configure:2251: result: no
| configure:2255: checking for characters that cannot appear in file names
| configure:2275: result: none
| configure:2281: checking whether directories can have trailing spaces
| configure:2295: result: yes
| configure:2307: checking for expr
| configure:2325: found /bin/expr
| configure:2337: result: /bin/expr
| configure:2356: checking for GNU M4 that supports accurate traces
| configure:2398: result: /usr/local/bin/m4
| configure:2401: checking whether /usr/local/bin/m4 accepts --gnu
| configure:2411: result: yes
| configure:2428: checking how m4 supports trace files
| configure:2438: result: --debugfile
| configure:2462: checking for perl
| configure:2480: found /usr/bin/perl
| configure:2493: result: /usr/bin/perl
| configure:2521: checking for emacs
| configure:2551: result: no
| configure:2521: checking for xemacs
| configure:2551: result: no
| configure:2604: checking for emacs
| configure:2631: result: no
| configure:2655: checking where .elc files should go
| configure:2684: result: ${datadir}/emacs/site-lisp
| configure:2697: checking for grep that handles long lines and -e
| configure:2755: result: /usr/bin/grep
| configure:2760: checking for egrep
| configure:2822: result: /usr/bin/grep -E
| configure:2827: checking for a sed that does not truncate output
| configure:2891: result: /usr/bin/sed
| configure:2901: checking whether make is case sensitive
| configure:2916: result: yes
| configure:3083: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by GNU Autoconf config.status 2.64, which was
| generated by GNU Autoconf 2.64.  Invocation command line was
|
|   CONFIG_FILES    =
|   CONFIG_HEADERS  =
|   CONFIG_LINKS    =
|   CONFIG_COMMANDS =
|   $ ./config.status
|
| on home5.360mgmt.com
|
| config.status:786: creating tests/Makefile
| config.status:786: creating tests/atlocal
| config.status:786: creating man/Makefile
| config.status:786: creating lib/emacs/Makefile
| config.status:786: creating Makefile
| config.status:786: creating doc/Makefile
| config.status:786: creating lib/Makefile
| config.status:786: creating lib/Autom4te/Makefile
| config.status:786: creating lib/autoscan/Makefile
| config.status:786: creating lib/m4sugar/Makefile
| config.status:786: creating lib/autoconf/Makefile
| config.status:786: creating lib/autotest/Makefile
| config.status:786: creating bin/Makefile
| config.status:980: executing tests/atconfig commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| 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_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_EXPR=/bin/expr
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_M4=/usr/local/bin/m4
| ac_cv_path_PERL=/usr/bin/perl
| ac_cv_path_SED=/usr/bin/sed
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_prog_AWK=nawk
| ac_cv_prog_EMACS=no
| 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_n_works=no
| ac_cv_unsupported_fs_chars=''
| am_cv_lispdir='${datadir}/emacs/site-lisp'
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/missing --ru
n aclocal-1.11'
| AMTAR='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/missing --run
tar'
| AUTOCONF='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/missing --r
un autoconf'
| AUTOHEADER='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/missing -
-run autoheader'
| AUTOMAKE='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/missing --r
un automake-1.11'
| AWK='nawk'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAG E_VERSION=\"2.64\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.64\" -DPACKAGE_BUGREPORT= \"address@hidden" -DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\";
-DPACKAGE=\"autoconf\" -DVERSION=\"2.64\"'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EMACS='no'
| EMACSLOADPATH=''
| EXPR='/bin/expr'
| GREP='/usr/bin/grep'
| HELP2MAN='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/missing --r
un help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/usr/local/bin/m4'
| M4_DEBUGFILE='--debugfile'
| M4_GNU='--gnu'
| MAKEINFO='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/missing --r
un makeinfo'
| MAKE_CASE_SENSITIVE_FALSE='#'
| MAKE_CASE_SENSITIVE_TRUE=''
| MKDIR_P='build-aux/install-sh -c -d'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.64'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_URL='http://www.gnu.org/software/autoconf/'
| PACKAGE_VERSION='2.64'
| PATH_SEPARATOR=':'
| PERL='/usr/bin/perl'
| SED='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP=''
| TEST_EMACS='no'
| VERSION='2.64'
| ac_cv_dir_trailing_space='yes'
| ac_cv_sh_n_works='no'
| ac_cv_unsupported_fs_chars=''
| am__isrc=''
| am__leading_dot='.'
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build_alias=''
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host_alias=''
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /usr/local/work/in_prog/autoconf-2.64/build-aux/install-s
h'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datadir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='$(top_builddir)/build-aux/install-sh -c -d'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| 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.64"
| #define PACKAGE_STRING "GNU Autoconf 2.64"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/autoconf/";
| #define PACKAGE "autoconf"
| #define VERSION "2.64"
|
| configure: exit 0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]