bug-autoconf
[Top][All Lists]
Advanced

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

[GNU Autoconf 2.69] testsuite: 329 338 failed


From: Ronald Copley
Subject: [GNU Autoconf 2.69] testsuite: 329 338 failed
Date: Wed, 10 Sep 2014 18:05:39 -0400

Mac OS X 10.9.4, running from a straight configure. It may be worth noting that 
I use the Intel FORTRAN compiler and not the Gnu compiler.

## ----------------------------- ##
## GNU Autoconf 2.69 test suite. ##
## ----------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ---------- ##
## ChangeLog. ##
## ---------- ##

| 2012-04-24  Eric Blake  <address@hidden>
| 
|       Release Version 2.69.
|       * NEWS: Mention the release.
| 
| 2012-04-24  Eric Blake  <address@hidden>
| 
|       maint: drop bz2 tarball
|       At 2.68b, I asked whether anyone would miss .gz and .bz2 formats.
|       Consensus was overwhelming that .gz still holds a place in people's

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

hostname = NRU.local
uname -m = x86_64
uname -r = 13.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
root:xnu-2422.110.17~1/RELEASE_X86_64

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
         Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
root:xnu-2422.110.17~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
8 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 211 tasks, 882 threads, 8 processors
Load average: 2.16, Mach factor: 5.83
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/zm76/Development/gnu/autoconf-2.69/tests
PATH: /Users/zm76/.opam/system/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2012 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/Users/zm76/Development/gnu/autoconf-2.69/tests'
| at_srcdir='.'
| abs_srcdir='/Users/zm76/Development/gnu/autoconf-2.69/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/Users/zm76/Development/gnu/autoconf-2.69'
| at_top_build_prefix='../'
| abs_top_builddir='/Users/zm76/Development/gnu/autoconf-2.69'
| 
| # 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-2012 Free Software Foundation,
| # Inc.
| #
| # This program is free software: you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation, either version 3 of the License, or
| # (at your option) any later version.
| #
| # This program is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with this program.  If not, see <http://www.gnu.org/licenses/>.
| 
| 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='yes'
| 
| # Check whether the underlying system can manage some unusual
| # symbols in file names.
| if test -z ''; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d ''; }
| fi
| 
| # Can we create directories with trailing whitespace in their names?
| ac_cv_dir_trailing_space='yes'
| if test "$ac_cv_dir_trailing_space" = yes; then
|   func_sanitize_dir_name () { echo "$@"; }
| else
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
| fi
| 
| # AUTOM4TE might be set in the environment.  Override it here so that
| # direct aclocal invocations also use it.
| AUTOM4TE=autom4te
| export AUTOM4TE

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

./local.at:527: /Users/zm76/Development/gnu/autoconf-2.69/tests/autom4te 
--version
autom4te (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Akim Demaille.

./local.at:527: /Users/zm76/Development/gnu/autoconf-2.69/tests/autoconf 
--version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:527: /Users/zm76/Development/gnu/autoconf-2.69/tests/autoheader 
--version
autoheader (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Roland McGrath and Akim Demaille.

./local.at:527: /Users/zm76/Development/gnu/autoconf-2.69/tests/autoupdate 
--version
autoupdate (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:527: /Users/zm76/Development/gnu/autoconf-2.69/tests/autoreconf 
--version
autoreconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:527: /Users/zm76/Development/gnu/autoconf-2.69/tests/ifnames 
--version
ifnames (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Paul Eggert.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Wed Sep 10 17:28:50 EDT 2014
1. Syntax of the shell scripts (tools.at:46): ok     (0m0.377s 0m0.031s)
2. Syntax of the Perl scripts (tools.at:70): ok     (0m0.523s 0m0.122s)
3. autom4te cache (tools.at:88): ok     (0m0.388s 0m0.220s)
4. autom4te --force (tools.at:119): ok     (0m0.261s 0m0.161s)
5. autom4te and whitespace in file names (tools.at:145): ok     (0m1.460s 
0m0.882s)
6. autom4te --trace and unusual macro names (tools.at:217): ok     (0m0.129s 
0m0.074s)
7. autom4te --trace and whitespace (tools.at:227): ok     (0m0.131s 0m0.079s)
8. autoconf --trace: user macros (tools.at:252): ok     (0m0.686s 0m0.562s)
9. autoconf --trace: builtins (tools.at:338): ok     (0m0.906s 0m0.295s)
10. autoconf: forbidden tokens, basic (tools.at:369): ok     (0m0.340s 0m0.255s)
11. autoconf: forbidden tokens, exceptions (tools.at:407): ok     (0m0.189s 
0m0.152s)
12. autoconf: automatically allowed tokens (tools.at:446): ok     (0m0.276s 
0m0.137s)
13. autoconf: the empty token (tools.at:463): ok     (0m0.170s 0m0.138s)
14. autoconf: subdirectories (tools.at:478): ok     (0m0.475s 0m0.558s)
15. autoconf: input from stdin (tools.at:504): ok     (0m0.429s 0m0.274s)
16. autoconf: AC_AUTOCONF_VERSION (tools.at:522): ok     (0m0.278s 0m0.144s)
17. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:540): ok     (0m0.316s 0m0.226s)
18. ifnames (tools.at:577): ok     (0m0.092s 0m0.043s)
19. autoheader (tools.at:625): ok     (0m0.868s 0m0.381s)
20. autoheader and macros (tools.at:758): ok     (0m0.548s 0m0.277s)
21. autoupdate (tools.at:799): ok     (0m3.958s 0m0.502s)
22. autoupdating AC_LINK_FILES (tools.at:831): ok     (0m2.357s 0m0.714s)
23. autoupdating AC_PREREQ (tools.at:858): ok     (0m5.811s 0m0.746s)
24. autoupdating AU_ALIAS (tools.at:879): ok     (0m2.776s 0m1.418s)
25. autoupdating OLD to NEW (tools.at:905): ok     (0m2.213s 0m0.579s)
27. autoupdating AC_HELP_STRING (tools.at:955): ok     (0m2.222s 0m0.562s)
28. autoupdating with m4sugar (tools.at:973): ok     (0m2.576s 0m0.788s)
32. autoupdating AC_LANG_SAVE (tools.at:1088): ok     (0m2.355s 0m0.541s)
33. autoupdating AC_FOREACH (tools.at:1108): ok     (0m2.252s 0m0.565s)
34. autoupdating with aclocal and m4_include (tools.at:1132): skipped 
(tools.at:1135)
35. autom4te preselections (tools.at:1162): skipped (tools.at:1168)
36. autom4te cache creation (tools.at:1215): ok     (0m0.571s 0m0.397s)
37. autom4te cache locking (tools.at:1258): ok     (0m0.485s 0m0.354s)
38. autotools and whitespace in file names (tools.at:1278): skipped 
(tools.at:1281)
39. m4_stack (m4sugar.at:41): ok     (0m0.136s 0m0.082s)
40. m4_defn (m4sugar.at:102): ok     (0m0.648s 0m0.400s)
41. m4_dumpdef (m4sugar.at:186): ok     (0m0.536s 0m0.327s)
42. m4_warn (m4sugar.at:245): ok     (0m0.545s 0m0.326s)
43. m4_divert_stack (m4sugar.at:303): ok     (0m0.652s 0m0.379s)
44. m4_expansion_stack (m4sugar.at:392): ok     (0m0.134s 0m0.080s)
45. m4_require: error message (m4sugar.at:416): ok     (0m0.126s 0m0.072s)
46. m4_require: circular dependencies (m4sugar.at:436): ok     (0m0.128s 
0m0.075s)
47. m4_require: one-shot initialization (m4sugar.at:466): ok     (0m0.270s 
0m0.164s)
48. m4_require: nested (m4sugar.at:527): ok     (0m0.685s 0m0.414s)
49. m4sugar shorthand conditionals (m4sugar.at:695): ok     (0m0.135s 0m0.081s)
50. m4_cond (m4sugar.at:780): ok     (0m0.138s 0m0.085s)
51. m4 lists (m4sugar.at:832): ok     (0m0.261s 0m0.152s)
52. m4_split (m4sugar.at:884): ok     (0m0.134s 0m0.077s)
53. m4_do (m4sugar.at:930): ok     (0m0.134s 0m0.078s)
54. m4_append (m4sugar.at:958): ok     (0m0.271s 0m0.170s)
55. m4_join (m4sugar.at:1042): ok     (0m0.135s 0m0.080s)
56. m4_expand (m4sugar.at:1093): ok     (0m0.139s 0m0.084s)
57. m4_text_box (m4sugar.at:1149): ok     (0m0.134s 0m0.079s)
58. m4_text_wrap (m4sugar.at:1173): ok     (0m0.136s 0m0.080s)
59. m4_version_compare (m4sugar.at:1235): ok     (0m0.139s 0m0.087s)
60. Standard regular expressions (m4sugar.at:1293): ok     (0m0.932s 0m0.546s)
61. m4_bmatch (m4sugar.at:1320): ok     (0m0.134s 0m0.078s)
62. m4_toupper and m4_tolower (m4sugar.at:1352): ok     (0m0.134s 0m0.081s)
63. m4_bpatsubsts (m4sugar.at:1389): ok     (0m0.135s 0m0.083s)
64. m4_esyscmd_s (m4sugar.at:1418): ok     (0m0.135s 0m0.087s)
65. M4 loops (m4sugar.at:1446): ok     (0m0.654s 0m0.383s)
66. m4_map (m4sugar.at:1600): ok     (0m0.137s 0m0.085s)
67. m4_map_args and m4_curry (m4sugar.at:1675): ok     (0m0.402s 0m0.234s)
68. m4_combine (m4sugar.at:1747): ok     (0m0.134s 0m0.079s)
69. m4_max and m4_min (m4sugar.at:1774): ok     (0m0.393s 0m0.222s)
70. recursion (m4sugar.at:1853): ok     (0m3.520s 0m0.276s)
71. m4_set (m4sugar.at:1970): ok     (0m2.658s 0m0.256s)
72. __file__ and __line__ (m4sugar.at:2120): ok     (0m0.134s 0m0.081s)
73. No extra re-exec with CONFIG_SHELL (m4sh.at:24): ok     (0m0.148s 0m0.090s)
74. Forced re-exec with CONFIG_SHELL (m4sh.at:42): ok     (0m0.169s 0m0.137s)
75. Configure re-execs self with CONFIG_SHELL (m4sh.at:110): ok     (0m0.338s 
0m0.323s)
76. AS_WARN and AS_ERROR (m4sh.at:145): ok     (0m0.364s 0m0.314s)
77. LINENO (m4sh.at:210): ok     (0m0.633s 0m0.635s)
78. LINENO stack (m4sh.at:287): ok     (0m0.159s 0m0.105s)
79. AS_BOX (m4sh.at:316): ok     (0m0.158s 0m0.109s)
80. AS_BASENAME (m4sh.at:358): ok     (0m0.250s 0m0.297s)
81. AS_DIRNAME (m4sh.at:415): ok     (0m0.265s 0m0.308s)
82. AS_SET_CATFILE (m4sh.at:474): ok     (0m0.157s 0m0.090s)
83. AS_ECHO and AS_ECHO_N (m4sh.at:518): ok     (0m0.163s 0m0.124s)
84. AS_EXECUTABLE_P (m4sh.at:567): ok     (0m0.158s 0m0.104s)
85. AS_EXIT (m4sh.at:619): ok     (0m0.221s 0m0.251s)
86. AS_MKDIR_P (m4sh.at:668): ok     (0m0.165s 0m0.114s)
87. AS_VERSION_COMPARE (m4sh.at:700): ok     (0m0.203s 0m0.173s)
88. as_me (m4sh.at:746): ok     (0m0.154s 0m0.103s)
89. Negated classes in globbing (m4sh.at:770): ok     (0m0.158s 0m0.105s)
90. Null variable substitution (m4sh.at:798): ok     (0m0.155s 0m0.107s)
91. Functions Support (m4sh.at:864): ok     (0m0.163s 0m0.109s)
92. Functions and return Support (m4sh.at:906): ok     (0m0.165s 0m0.111s)
93. Nested AS_REQUIRE_SHELL_FN (m4sh.at:943): ok     (0m0.149s 0m0.091s)
94. Nested AS_REQUIRE (m4sh.at:976): ok     (0m0.153s 0m0.095s)
95. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:1014): ok     (0m0.160s 
0m0.106s)
96. AS_HELP_STRING (m4sh.at:1055): ok     (0m0.166s 0m0.094s)
97. AS_IF and AS_CASE (m4sh.at:1194): ok     (0m0.697s 0m0.254s)
98. AS_FOR (m4sh.at:1351): ok     (0m0.154s 0m0.102s)
99. AS_LITERAL_IF (m4sh.at:1419): ok     (0m0.152s 0m0.099s)
100. AS_TR_SH and AS_TR_CPP (m4sh.at:1497): ok     (0m0.227s 0m0.329s)
101. AS_VAR basics (m4sh.at:1582): ok     (0m0.164s 0m0.117s)
102. AS_VAR_APPEND (m4sh.at:1694): ok     (0m0.158s 0m0.110s)
103. AS_VAR_ARITH (m4sh.at:1729): ok     (0m0.160s 0m0.118s)
104. AS_INIT cleanup (m4sh.at:1760): ok     (0m0.160s 0m0.121s)
105. AS_INIT_GENERATED (m4sh.at:1797): ok     (0m0.532s 0m0.670s)
106. AS_MESSAGE_FD (m4sh.at:1871): ok     (0m0.199s 0m0.207s)
107. _AS_CLEAN_DIR (m4sh.at:1915): ok     (0m0.170s 0m0.144s)
108. ECHO_C (m4sh.at:1944): ok     (0m0.187s 0m0.159s)
109. AT_COPYRIGHT (autotest.at:158): ok     (0m0.301s 0m0.330s)
110. AT_DATA (autotest.at:177): ok     (0m0.437s 0m0.627s)
111. Empty test suite (autotest.at:188): ok     (0m0.362s 0m0.443s)
112. Banner-only test suite (autotest.at:193): ok     (0m0.375s 0m0.473s)
113. Empty test (autotest.at:196): ok     (0m0.394s 0m0.522s)
114. Empty check (autotest.at:199): ok     (0m0.395s 0m0.517s)
115. AT_SETUP without AT_INIT (autotest.at:206): ok     (0m0.145s 0m0.106s)
116. AT_BANNER without AT_INIT (autotest.at:210): ok     (0m0.144s 0m0.108s)
117. AT_CLEANUP without AT_INIT (autotest.at:214): ok     (0m0.140s 0m0.105s)
118. Missing AT_CLEANUP (autotest.at:220): ok     (0m0.171s 0m0.104s)
119. AT_FAIL_IF without AT_SETUP (autotest.at:225): ok     (0m0.164s 0m0.094s)
120. AT_SKIP_IF without AT_SETUP (autotest.at:230): ok     (0m0.162s 0m0.094s)
121. AT_CHECK without AT_SETUP (autotest.at:235): ok     (0m0.168s 0m0.112s)
122. AT_DATA without AT_SETUP (autotest.at:240): ok     (0m0.170s 0m0.105s)
123. AT_XFAIL_IF without AT_SETUP (autotest.at:245): ok     (0m0.172s 0m0.106s)
124. AT_KEYWORDS without AT_SETUP (autotest.at:250): ok     (0m0.163s 0m0.093s)
125. AT_CLEANUP without AT_SETUP (autotest.at:255): ok     (0m0.162s 0m0.093s)
126. AT_BANNER inside AT_SETUP (autotest.at:263): ok     (0m0.160s 0m0.091s)
127. AT_SETUP inside AT_SETUP (autotest.at:273): ok     (0m0.161s 0m0.088s)
128. Multiple AT_INIT (autotest.at:278): ok     (0m0.164s 0m0.089s)
129. Tested programs (autotest.at:289): ok     (0m0.668s 0m0.734s)
130. Startup error messages (autotest.at:297): ok     (0m0.419s 0m0.613s)
131. Truth (autotest.at:304): ok     (0m0.419s 0m0.602s)
132. Fallacy (autotest.at:309): ok     (0m0.485s 0m0.765s)
133. Skip (autotest.at:314): ok     (0m0.416s 0m0.593s)
134. Hard fail (autotest.at:324): ok     (0m0.518s 0m0.876s)
135. AT_FAIL_IF (autotest.at:344): ok     (0m0.586s 0m0.952s)
136. AT_SKIP_IF (autotest.at:364): ok     (0m0.503s 0m0.766s)
137. Syntax error (autotest.at:383): ok     (0m0.585s 0m0.962s)
138. errexit (autotest.at:424): ok     (0m0.819s 0m1.506s)
139. at_status (autotest.at:450): ok     (0m0.894s 0m1.641s)
140. AT_CHECK execution environment (autotest.at:469): ok     (0m0.435s 
0m0.600s)
141. unquoted output (autotest.at:477): ok     (0m0.411s 0m0.607s)
142. Trace output (autotest.at:483): ok     (0m0.435s 0m0.650s)
143. Logging (autotest.at:527): ok     (0m1.005s 0m2.041s)
144. Binary output (autotest.at:569): ok     (0m0.901s 0m1.692s)
145. Cleanup (autotest.at:606): ok     (0m1.045s 0m2.039s)
146. Literal multiline command (autotest.at:616): ok     (0m0.390s 0m0.506s)
147. Multiline parameter expansion (autotest.at:623): ok     (0m0.389s 0m0.500s)
148. Backquote command substitution (autotest.at:627): ok     (0m0.390s 
0m0.501s)
149. Multiline backquote command substitution (autotest.at:636): ok     
(0m0.396s 0m0.526s)
150. Parenthetical command substitution (autotest.at:641): ok     (0m0.391s 
0m0.508s)
151. Multiline parenthetical command substitution (autotest.at:650): ok     
(0m0.395s 0m0.522s)
152. Shell comment in command (autotest.at:656): ok     (0m0.396s 0m0.523s)
153. Invalid brace-enclosed parameter expansion (autotest.at:668): ok     
(0m0.462s 0m0.676s)
154. Multiline command from M4 expansion (autotest.at:680): ok     (0m0.408s 
0m0.570s)
155. Double-M4-quoted command (autotest.at:686): ok     (0m0.423s 0m0.614s)
156. Metacharacters in command from M4 expansion (autotest.at:692): ok     
(0m0.413s 0m0.586s)
157. BS-newline in command (autotest.at:702): ok     (0m0.416s 0m0.599s)
158. ^BS-newline in command (autotest.at:707): ok     (0m0.421s 0m0.604s)
159. BSx641-newline in command (autotest.at:712): ok     (0m0.406s 0m0.547s)
160. BS-BS-newline in command (autotest.at:718): ok     (0m0.391s 0m0.505s)
161. BSx640-newline in command (autotest.at:726): ok     (0m0.392s 0m0.509s)
162. Newline-CODE-BS-newline in command (autotest.at:734): ok     (0m0.390s 
0m0.503s)
163. Single-quote-BS-newline in command (autotest.at:740): ok     (0m0.389s 
0m0.502s)
164. Single-quote-newline-BS-newline in command (autotest.at:748): ok     
(0m0.390s 0m0.502s)
165. Input from stdin (autotest.at:755): ok     (0m0.428s 0m0.597s)
166. Backquote in a test title (autotest.at:831): ok     (0m0.610s 0m1.002s)
167. Single-quote in a test title (autotest.at:832): ok     (0m0.615s 0m0.991s)
168. Double-quote in a test title (autotest.at:833): ok     (0m0.616s 0m1.026s)
169. Backslash in a test title (autotest.at:835): ok     (0m0.629s 0m1.094s)
170. Brackets in a test title (autotest.at:836): ok     (0m0.652s 0m1.178s)
171. Left bracket in a test title (autotest.at:837): ok     (0m0.653s 0m1.151s)
172. Right bracket in a test title (autotest.at:838): ok     (0m0.647s 0m1.178s)
173. Quoted pound in a test title (autotest.at:839): ok     (0m0.619s 0m1.034s)
174. Pound in a test title (autotest.at:840): ok     (0m0.614s 0m1.009s)
175. Quoted comma in a test title (autotest.at:841): ok     (0m0.632s 0m1.108s)
176. Comma in a test title (autotest.at:842): ok     (0m0.628s 0m1.069s)
177. Parentheses in a test title (autotest.at:844): ok     (0m0.649s 0m1.194s)
178. Left paren in a test title (autotest.at:845): ok     (0m0.657s 0m1.192s)
179. Right paren in a test title (autotest.at:846): ok     (0m0.625s 0m1.043s)
180. Quoted Macro in a test title (autotest.at:848): ok     (0m0.613s 0m1.021s)
181. Macro in a test title (autotest.at:849): ok     (0m0.660s 0m1.182s)
182. Macro with backquote in a test title (autotest.at:850): ok     (0m0.619s 
0m1.026s)
183. Macro with single-quote in a test title (autotest.at:851): ok     
(0m0.624s 0m1.081s)
184. Macro with double-quote in a test title (autotest.at:852): ok     
(0m0.617s 0m1.022s)
185. Macro with backslash in a test title (autotest.at:854): ok     (0m0.616s 
0m1.019s)
186. Macro echoing macro in a test title (autotest.at:856): ok     (0m0.610s 
0m1.005s)
187. Macro echoing single-quote in a test title (autotest.at:857): ok     
(0m0.614s 0m1.026s)
188. Long test title in a test title (autotest.at:858): ok     (0m0.612s 
0m1.010s)
189. Longer test title in a test title (autotest.at:860): ok     (0m0.609s 
0m0.992s)
190. Long test source lines (autotest.at:875): ok     (0m0.487s 0m0.695s)
191. Huge testsuite (autotest.at:889): ok     (0m2.201s 0m0.793s)
192. Debugging a successful test (autotest.at:908): ok     (0m0.671s 0m1.127s)
193. Debugging script and environment (autotest.at:923): ok     (0m0.879s 
0m1.610s)
194. Debugging a failed test (autotest.at:934): ok     (0m0.696s 0m1.201s)
195. Using atlocal (autotest.at:969): ok     (0m1.063s 0m2.032s)
196. Choosing where testsuite is run (autotest.at:1004): ok     (0m0.823s 
0m1.494s)
197. recheck (autotest.at:1050): ok     (0m1.315s 0m2.641s)
198. Banners (autotest.at:1056): ok     (0m2.403s 0m5.063s)
199. Keywords and ranges (autotest.at:1123): ok     (0m4.575s 0m10.022s)
200. Keyword wrapping (autotest.at:1226): ok     (0m0.243s 0m0.174s)
201. AT_ARG_OPTION (autotest.at:1297): ok     (0m1.650s 0m3.330s)
202. AT_ARG_OPTION_ARG (autotest.at:1350): ok     (0m1.620s 0m3.275s)
203. parallel test execution (autotest.at:1370): ok     (0m1.465s 0m3.309s)
204. parallel truth (autotest.at:1464): ok     (0m0.392s 0m0.504s)
205. parallel fallacy (autotest.at:1469): ok     (0m0.466s 0m0.672s)
206. parallel skip (autotest.at:1474): ok     (0m0.397s 0m0.516s)
207. parallel syntax error (autotest.at:1493): ok     (0m0.597s 0m0.996s)
208. parallel errexit (autotest.at:1508): ok     (0m0.506s 0m0.787s)
209. parallel autotest and signal handling (autotest.at:1511): ok     (0m1.524s 
0m3.071s)
210. parallel args but non-working mkfifo (autotest.at:1648): ok     (0m0.431s 
0m0.593s)
211. colored test results (autotest.at:1734): ok     (0m1.592s 0m3.278s)
212. srcdir propagation (autotest.at:1741): ok     (0m2.151s 0m3.915s)
213. whitespace in absolute testdir (autotest.at:1819): ok     (0m0.482s 
0m0.708s)
214. unusual file names (autotest.at:1843): ok     (0m0.312s 0m0.322s)
215. Erlang Eunit unit tests (autotest.at:1873): ok     (0m0.830s 0m0.912s)
216. AC_REQUIRE: topological sort (base.at:28): ok     (0m0.196s 0m0.165s)
217. AC_REQUIRE: error message (base.at:72): ok     (0m0.159s 0m0.122s)
218. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok     (0m0.197s 
0m0.167s)
219. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:132): ok     
(0m0.198s 0m0.164s)
220. AC_REQUIRE & AC_PROVIDE (base.at:174): ok     (0m0.197s 0m0.165s)
221. AC_INIT (base.at:207): ok     (0m0.334s 0m0.317s)
222. AC_INIT with unusual version strings (base.at:226): ok     (0m1.399s 
0m1.214s)
223. AC_COPYRIGHT (base.at:291): ok     (0m0.298s 0m0.236s)
224. AC_CACHE_CHECK (base.at:322): ok     (0m4.004s 0m5.657s)
225. AC_CACHE_LOAD (base.at:513): ok     (0m0.426s 0m0.476s)
226. AC_COMPUTE_INT (base.at:539): ok     (0m0.579s 0m0.674s)
227. AC_TRY_COMMAND (base.at:561): ok     (0m0.338s 0m0.324s)
228. Input/Output (base.at:591): ok     (0m0.416s 0m0.502s)
229. configure arguments (base.at:609): ok     (0m0.410s 0m0.486s)
230. AC_ARG_ENABLE and AC_ARG_WITH (base.at:631): ok     (0m0.585s 0m0.864s)
231. configure directories (base.at:683): ok     (0m0.500s 0m0.616s)
232. AC_CONFIG_COMMANDS with empty commands (torture.at:28): ok     (0m0.905s 
0m1.047s)
233. AC_CONFIG_COMMANDS with temporary directory (torture.at:56): ok     
(0m0.982s 0m1.210s)
234. Multiple AC_CONFIG_FILES (torture.at:63): ok     (0m0.189s 0m0.124s)
235. Parameterized AC_CONFIG_FILES (torture.at:75): ok     (0m0.501s 0m0.623s)
236. AC_ARG_VAR (torture.at:129): ok     (0m3.209s 0m6.638s)
237. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:186): ok     
(0m4.688s 0m10.115s)
238. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:377): ok     (0m0.422s 
0m0.461s)
239. Missing templates (torture.at:397): ok     (0m0.620s 0m0.889s)
240. configure invocation (torture.at:439): ok     (0m2.194s 0m3.876s)
241. #define header templates (torture.at:503): ok     (0m0.496s 0m0.583s)
242. Torturing config.status (torture.at:637): ok     (0m1.648s 0m1.733s)
243. Substitute a 2000-byte string (torture.at:779): ok     (0m0.987s 0m1.159s)
244. Define to a 2000-byte string (torture.at:857): ok     (0m0.715s 0m0.623s)
245. Substitute and define special characters (torture.at:881): ok     
(0m1.062s 0m1.381s)
246. Substitute a newline (torture.at:988): ok     (0m0.663s 0m0.972s)
247. Define a newline (torture.at:1029): ok     (0m1.421s 0m1.272s)
248. AC_SUBST: variable name validation (torture.at:1074): ok     (0m3.536s 
0m2.921s)
249. datarootdir workaround (torture.at:1104): ok     (0m0.948s 0m1.118s)
250. srcdir (torture.at:1155): ok     (0m0.869s 0m1.455s)
251. VPATH (torture.at:1198): ok     (0m1.052s 0m1.856s)
252. Signal handling (torture.at:1284): ok     (0m0.334s 0m0.320s)
253. AC_CONFIG_LINKS (torture.at:1302): ok     (0m2.330s 0m4.816s)
254. AC_CONFIG_LINKS and identical files (torture.at:1356): ok     (0m1.480s 
0m2.829s)
255. Configuring subdirectories (torture.at:1429): skipped (torture.at:1433)
256. Deep Package (torture.at:1562): skipped (torture.at:1566)
257. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1698): skipped (torture.at:1702)
258. Non-literal AC_CONFIG_SUBDIRS (torture.at:1740): ok     (0m2.014s 0m1.817s)
259. Empty directory (torture.at:1791): skipped (torture.at:1795)
260. Unusual Automake input files (torture.at:1812): skipped (torture.at:1816)
261. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok     (0m0.263s 
0m0.155s)
262. AC_REQUIRE & AC_LANG (compile.at:83): ok     (0m0.335s 0m0.313s)
263. AC_LANG_SOURCE (compile.at:119): ok     (0m0.557s 0m0.650s)
264. AC_LANG_SOURCE(C++) (compile.at:144): ok     (0m0.523s 0m0.627s)
265. AC_LANG_SOURCE example (compile.at:170): ok     (0m0.346s 0m0.336s)
266. AC_LANG_PROGRAM example (compile.at:215): ok     (0m0.346s 0m0.341s)
267. AC_COMPILE_IFELSE (compile.at:267): ok     (0m1.998s 0m2.129s)
268. AC_RUN_IFELSE (compile.at:310): ok     (0m0.629s 0m0.771s)
269. Order of user actions and cleanup (compile.at:344): ok     (0m0.737s 
0m1.015s)
270. AC_TRY_LINK_FUNC (compile.at:394): ok     (0m1.349s 0m1.817s)
271. Multiple languages (compile.at:400): ok     (0m2.315s 0m2.996s)
272. AC_NO_EXECUTABLES (aclang.at:13): ok     (0m0.902s 0m1.035s)
273. AC_REQUIRE_CPP (aclang.at:14): ok     (0m1.312s 0m1.718s)
274. Extensions (c.at:44): ok     (0m1.227s 0m1.553s)
275. Broken/missing compilers (c.at:56): ok     (0m0.405s 0m0.367s)
276. C keywords (c.at:84): ok     (0m1.291s 0m1.644s)
277. AC_PROG_CPP requires AC_PROG_CC (c.at:97): ok     (0m1.305s 0m1.704s)
278. AC_PROG_CPP with warnings (c.at:108): ok     (0m1.028s 0m1.152s)
279. AC_PROG_CPP without warnings (c.at:140): skipped (c.at:144)
280. AC_PROG_CPP via CC (c.at:180): skipped (c.at:184)
281. AC_NO_EXECUTABLES (working linker) (c.at:224): ok     (0m1.262s 0m1.598s)
282. AC_NO_EXECUTABLES (broken linker) (c.at:235): ok     (0m1.127s 0m1.385s)
283. AC_USE_SYSTEM_EXTENSIONS (c.at:242): ok     (0m3.027s 0m3.719s)
284. AC_C_RESTRICT and C++ (c.at:265): ok     (0m1.071s 0m1.224s)
285. AC_OPENMP and C (c.at:328): skipped (c.at:372)
286. AC_OPENMP and C++ (c.at:382): skipped (c.at:415)
287. AC_C_BACKSLASH_A (acc.at:13): ok     (0m1.248s 0m1.593s)
288. AC_C_BIGENDIAN (acc.at:14): ok     (0m1.852s 0m2.614s)
289. AC_C_CHAR_UNSIGNED (acc.at:15): ok     (0m1.817s 0m2.554s)
290. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok     (0m1.256s 0m1.597s)
291. AC_C_INLINE (acc.at:17): ok     (0m1.241s 0m1.567s)
292. AC_C_PROTOTYPES (acc.at:18): ok     (0m1.228s 0m1.548s)
293. AC_C_RESTRICT (acc.at:19): ok     (0m1.248s 0m1.574s)
294. AC_C_STRINGIZE (acc.at:20): ok     (0m1.385s 0m1.887s)
295. AC_C_TYPEOF (acc.at:21): ok     (0m1.245s 0m1.582s)
296. AC_C_VARARRAYS (acc.at:22): ok     (0m1.243s 0m1.568s)
297. AC_OPENMP (acc.at:23): ok     (0m1.371s 0m1.916s)
298. AC_PROG_CC_C89 (acc.at:24): ok     (0m1.230s 0m1.547s)
299. AC_PROG_CC_C99 (acc.at:25): ok     (0m1.267s 0m1.580s)
300. AC_PROG_CC_C_O (acc.at:26): ok     (0m1.276s 0m1.654s)
301. AC_PROG_CC_STDC (acc.at:27): ok     (0m1.273s 0m1.575s)
302. AC_PROG_CPP_WERROR (acc.at:28): ok     (0m1.303s 0m1.708s)
303. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok     (0m1.397s 0m1.904s)
304. AC_LANG_C (acc.at:32): ok     (0m3.343s 0m1.507s)
305. AC_LANG_CPLUSPLUS (acc.at:33): ok     (0m3.361s 0m1.540s)
306. AC_LANG_OBJC (acc.at:34): ok     (0m3.348s 0m1.488s)
307. GNU Fortran 77 (fortran.at:52): ok     (0m7.566s 0m4.996s)
308. GNU Fortran (fortran.at:77): ok     (0m7.023s 0m4.880s)
309. AC_OPENMP and Fortran 77 (fortran.at:84): ok     (0m5.462s 0m3.633s)
310. AC_OPENMP and Fortran (fortran.at:124): ok     (0m5.158s 0m3.529s)
311. AC_F77_DUMMY_MAIN usage (fortran.at:176): ok     (0m5.926s 0m4.293s)
312. AC_FC_DUMMY_MAIN usage (fortran.at:253): ok     (0m6.277s 0m4.482s)
313. AC_F77_MAIN usage (fortran.at:331): ok     (0m6.018s 0m4.406s)
314. AC_FC_MAIN usage (fortran.at:410): ok     (0m6.331s 0m4.534s)
315. AC_F77_FUNC usage (fortran.at:489): ok     (0m5.926s 0m4.239s)
316. AC_FC_FUNC usage (fortran.at:563): ok     (0m5.908s 0m4.267s)
317. AC_FC_SRCEXT usage (fortran.at:636): ok     (0m11.504s 0m7.015s)
318. AC_FC_PP_SRCEXT usage (fortran.at:721): ok     (0m28.041s 0m16.603s)
319. AC_FC_FREEFORM (fortran.at:821): ok     (0m5.100s 0m3.301s)
320. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:858): ok     (0m5.454s 
0m3.490s)
321. AC_FC_FIXEDFORM (fortran.at:896): ok     (0m4.412s 0m2.897s)
322. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:934): ok     (0m5.492s 
0m3.584s)
323. AC_FC_LINE_LENGTH (fortran.at:973): skipped (fortran.at:1025)
324. AC_FC_CHECK_BOUNDS (fortran.at:1041): ok     (0m8.976s 0m5.982s)
325. AC_FC_MODULE_FLAG (fortran.at:1100): ok     (0m6.154s 0m3.954s)
326. AC_F77_IMPLICIT_NONE (acfortran.at:13): ok     (0m14.584s 0m9.235s)
327. AC_F77_MAIN (acfortran.at:14): ok     (0m7.022s 0m5.035s)
328. AC_F77_WRAPPERS (acfortran.at:15): ok     (0m7.472s 0m5.419s)
330. AC_FC_FIXEDFORM (acfortran.at:17): ok     (0m5.930s 0m4.080s)
331. AC_FC_FREEFORM (acfortran.at:18): ok     (0m6.660s 0m4.553s)
332. AC_FC_IMPLICIT_NONE (acfortran.at:19): ok     (0m14.590s 0m9.294s)
333. AC_FC_LINE_LENGTH (acfortran.at:20): ok     (0m8.709s 0m5.769s)
334. AC_FC_MAIN (acfortran.at:21): ok     (0m7.017s 0m5.043s)
335. AC_FC_MODULE_EXTENSION (acfortran.at:22): ok     (0m5.940s 0m4.074s)
336. AC_FC_MODULE_FLAG (acfortran.at:23): ok     (0m6.635s 0m4.492s)
337. AC_FC_MODULE_OUTPUT_FLAG (acfortran.at:24): ok     (0m10.098s 0m6.570s)
339. AC_FC_WRAPPERS (acfortran.at:26): ok     (0m7.468s 0m5.371s)
340. AC_PROG_F77_C_O (acfortran.at:27): ok     (0m6.296s 0m4.326s)
341. AC_PROG_FC_C_O (acfortran.at:28): ok     (0m6.280s 0m4.277s)
342. AC_F77_NAME_MANGLING (acfortran.at:31): ok     (0m3.362s 0m1.499s)
343. AC_LANG_FORTRAN77 (acfortran.at:32): ok     (0m3.340s 0m1.491s)
344. Erlang (erlang.at:45): skipped (erlang.at:45)
345. AC_ERLANG_CHECK_LIB (erlang.at:65): skipped (erlang.at:65)
346. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:82): skipped (erlang.at:82)
347. AC_ERLANG_SUBST_LIB_DIR (erlang.at:99): skipped (erlang.at:99)
348. AC_ERLANG_SUBST_INSTALL_LIB_DIR (erlang.at:107): ok     (0m0.900s 0m1.022s)
349. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:121): ok     (0m0.914s 
0m1.026s)
350. AC_ERLANG_SUBST_ERTS_VER (erlang.at:134): skipped (erlang.at:134)
351. Go (go.at:33): skipped (go.at:33)
352. AC_LANG_GO (acgo.at:15): ok     (0m3.344s 0m1.488s)
353. AC_CHECK_LIB (semantics.at:72): skipped (semantics.at:72)
354. AC_SEARCH_LIBS (semantics.at:85): ok     (0m1.266s 0m1.619s)
355. AC_SEARCH_LIBS (none needed) (semantics.at:99): ok     (0m1.262s 0m1.605s)
356. AC_CHECK_DECLS (semantics.at:152): ok     (0m1.542s 0m2.250s)
357. AC_CHECK_FUNCS (semantics.at:164): ok     (0m1.312s 0m1.705s)
358. AC_REPLACE_FUNCS (semantics.at:172): ok     (0m1.148s 0m1.332s)
359. AC_CHECK_HEADERS (semantics.at:213): ok     (0m1.526s 0m1.936s)
360. AC_CHECK_HEADERS (preprocessor test) (semantics.at:242): ok     (0m1.007s 
0m1.108s)
361. AC_CHECK_HEADERS (compiler test) (semantics.at:269): ok     (0m0.977s 
0m1.044s)
362. AC_CHECK_MEMBER (semantics.at:322): ok     (0m1.309s 0m1.719s)
363. AC_CHECK_MEMBERS (semantics.at:338): ok     (0m1.315s 0m1.726s)
364. AC_CHECK_ALIGNOF (semantics.at:355): ok     (0m1.936s 0m2.722s)
365. AC_CHECK_ALIGNOF (cross compile) (semantics.at:355): ok     (0m1.936s 
0m2.733s)
366. AC_CHECK_ALIGNOF struct (semantics.at:368): ok     (0m1.902s 0m2.720s)
367. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:368): ok     
(0m1.877s 0m2.648s)
368. AC_CHECK_SIZEOF (semantics.at:383): ok     (0m1.935s 0m2.717s)
369. AC_CHECK_SIZEOF (cross compile) (semantics.at:383): ok     (0m1.970s 
0m2.779s)
370. AC_CHECK_SIZEOF struct (semantics.at:404): ok     (0m2.007s 0m2.818s)
371. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:404): ok     
(0m2.352s 0m3.513s)
372. AC_CHECK_TYPES (semantics.at:420): ok     (0m1.312s 0m1.730s)
373. AC_CHECK_TYPES: backward compatibility (semantics.at:427): ok     
(0m0.282s 0m0.141s)
374. AC_CHECK_FILES (semantics.at:472): ok     (0m0.944s 0m1.123s)
375. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:506): ok     (0m0.367s 
0m0.346s)
376. AC_C_BIGENDIAN (semantics.at:555): ok     (0m3.250s 0m3.726s)
377. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:604): ok     (0m0.361s 0m0.345s)
378. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:646): ok     (0m0.370s 0m0.372s)
379. AC_PATH_XTRA (semantics.at:726): ok     (0m1.648s 0m2.315s)
380. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:744): ok     (0m1.871s 0m2.622s)
381. AC_FUNC_SETVBUF_REVERSED (semantics.at:745): ok     (0m0.900s 0m1.025s)
382. AC_FUNC_WAIT3 (semantics.at:746): ok     (0m1.844s 0m2.597s)
383. AC_ARG_ENABLE (acgeneral.at:13): ok     (0m0.901s 0m1.033s)
384. AC_ARG_PROGRAM (acgeneral.at:14): ok     (0m0.905s 0m1.052s)
385. AC_ARG_WITH (acgeneral.at:15): ok     (0m0.902s 0m1.037s)
386. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok     (0m1.836s 0m2.619s)
387. AC_EGREP_CPP (acgeneral.at:17): ok     (0m1.389s 0m1.889s)
388. AC_EGREP_HEADER (acgeneral.at:18): ok     (0m1.390s 0m1.894s)
389. AC_LIBOBJ (acgeneral.at:19): ok     (0m0.910s 0m1.061s)
390. AC_LIBSOURCES (acgeneral.at:20): ok     (0m0.900s 0m1.038s)
391. AC_PREFIX_DEFAULT (acgeneral.at:21): ok     (0m0.903s 0m1.026s)
392. AC_CHECKING (acgeneral.at:24): ok     (0m3.347s 0m1.501s)
393. AC_COMPILE_CHECK (acgeneral.at:25): ok     (0m3.841s 0m2.228s)
394. AC_ENABLE (acgeneral.at:26): ok     (0m3.348s 0m1.503s)
395. AC_FOREACH (acgeneral.at:27): ok     (0m3.337s 0m1.474s)
396. AC_MSG_RESULT_UNQUOTED (acgeneral.at:28): ok     (0m3.338s 0m1.480s)
397. AC_TRY_COMPILE (acgeneral.at:29): ok     (0m3.804s 0m2.153s)
398. AC_TRY_CPP (acgeneral.at:30): ok     (0m3.913s 0m2.390s)
399. AC_TRY_LINK (acgeneral.at:31): ok     (0m3.839s 0m2.197s)
400. AC_TRY_RUN (acgeneral.at:32): ok     (0m3.826s 0m2.175s)
401. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:33): ok     (0m3.333s 
0m1.493s)
402. AC_WITH (acgeneral.at:34): ok     (0m3.360s 0m1.520s)
403. AC_OUTPUT_COMMANDS (acstatus.at:15): ok     (0m3.370s 0m1.541s)
404. AC_SYS_INTERPRETER (acspecific.at:13): ok     (0m0.907s 0m1.041s)
405. AC_SYS_LARGEFILE (acspecific.at:14): ok     (0m1.261s 0m1.582s)
406. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok     (0m0.919s 0m1.074s)
407. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok     (0m1.265s 0m1.591s)
408. AC_AIX (acspecific.at:19): ok     (0m4.958s 0m3.964s)
409. AC_ARG_ARRAY (acspecific.at:20): ok     (0m3.368s 0m1.571s)
410. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok     (0m3.832s 0m2.213s)
411. AC_DYNIX_SEQ (acspecific.at:22): ok     (0m3.959s 0m2.461s)
412. AC_HAVE_POUNDBANG (acspecific.at:23): ok     (0m3.358s 0m1.521s)
413. AC_IRIX_SUN (acspecific.at:24): ok     (0m4.011s 0m2.550s)
414. AC_ISC_POSIX (acspecific.at:25): ok     (0m3.840s 0m2.241s)
415. AC_MINIX (acspecific.at:26): ok     (0m4.934s 0m3.903s)
416. AC_SCO_INTL (acspecific.at:27): ok     (0m3.846s 0m2.197s)
417. AC_XENIX_DIR (acspecific.at:28): ok     (0m4.166s 0m2.846s)
418. AC_PROG_AWK (acprograms.at:13): ok     (0m0.907s 0m1.031s)
419. AC_PROG_FGREP (acprograms.at:14): ok     (0m0.965s 0m1.153s)
420. AC_PROG_INSTALL (acprograms.at:15): ok     (0m0.926s 0m1.062s)
421. AC_PROG_LEX (acprograms.at:16): ok     (0m2.458s 0m2.041s)
422. AC_PROG_LN_S (acprograms.at:17): ok     (0m0.901s 0m1.029s)
423. AC_PROG_MAKE_SET (acprograms.at:18): ok     (0m0.915s 0m1.053s)
424. AC_PROG_MKDIR_P (acprograms.at:19): ok     (0m0.913s 0m1.041s)
425. AC_PROG_RANLIB (acprograms.at:20): ok     (0m0.912s 0m1.047s)
426. AC_PROG_SED (acprograms.at:21): ok     (0m0.997s 0m1.173s)
427. AC_PROG_YACC (acprograms.at:22): ok     (0m0.912s 0m1.018s)
428. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok     (0m3.343s 0m1.487s)
429. AC_DECL_YYTEXT (acprograms.at:26): ok     (0m4.987s 0m2.639s)
430. AC_RSH (acprograms.at:27): ok     (0m3.336s 0m1.508s)
431. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok     (0m0.902s 0m1.031s)
432. AC_CHECK_HEADER_STDBOOL (acheaders.at:14): ok     (0m1.873s 0m2.636s)
433. AC_HEADER_ASSERT (acheaders.at:15): ok     (0m0.902s 0m1.008s)
434. AC_HEADER_MAJOR (acheaders.at:16): ok     (0m1.837s 0m2.585s)
435. AC_HEADER_RESOLV (acheaders.at:17): ok     (0m1.386s 0m1.855s)
436. AC_HEADER_STAT (acheaders.at:18): ok     (0m1.250s 0m1.572s)
437. AC_HEADER_STDBOOL (acheaders.at:19): ok     (0m1.881s 0m2.648s)
438. AC_HEADER_TIOCGWINSZ (acheaders.at:20): ok     (0m1.394s 0m1.880s)
439. AC_DIR_HEADER (acheaders.at:23): ok     (0m5.020s 0m4.068s)
440. AC_MEMORY_H (acheaders.at:24): ok     (0m4.829s 0m3.803s)
441. AC_UNISTD_H (acheaders.at:25): ok     (0m4.795s 0m3.759s)
442. AC_USG (acheaders.at:26): ok     (0m4.878s 0m3.854s)
443. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok     (0m1.331s 0m1.695s)
444. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok     (0m1.327s 0m1.696s)
445. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok     (0m1.840s 0m2.603s)
446. AC_STRUCT_TIMEZONE (actypes.at:16): ok     (0m1.285s 0m1.603s)
447. AC_TYPE_INT16_T (actypes.at:17): ok     (0m1.859s 0m2.606s)
448. AC_TYPE_INT32_T (actypes.at:18): ok     (0m1.863s 0m2.641s)
449. AC_TYPE_INT64_T (actypes.at:19): ok     (0m1.864s 0m2.638s)
450. AC_TYPE_INT8_T (actypes.at:20): ok     (0m1.862s 0m2.656s)
451. AC_TYPE_INTMAX_T (actypes.at:21): ok     (0m1.939s 0m2.770s)
452. AC_TYPE_INTPTR_T (actypes.at:22): ok     (0m1.874s 0m2.678s)
453. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok     (0m1.231s 0m1.543s)
454. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok     (0m1.247s 0m1.569s)
455. AC_TYPE_MODE_T (actypes.at:25): ok     (0m1.853s 0m2.605s)
456. AC_TYPE_OFF_T (actypes.at:26): ok     (0m1.857s 0m2.616s)
457. AC_TYPE_SSIZE_T (actypes.at:27): ok     (0m1.858s 0m2.625s)
458. AC_TYPE_UINT16_T (actypes.at:28): ok     (0m1.828s 0m2.576s)
459. AC_TYPE_UINT32_T (actypes.at:29): ok     (0m1.835s 0m2.584s)
460. AC_TYPE_UINT64_T (actypes.at:30): ok     (0m1.826s 0m2.563s)
461. AC_TYPE_UINT8_T (actypes.at:31): ok     (0m1.829s 0m2.566s)
462. AC_TYPE_UINTMAX_T (actypes.at:32): ok     (0m1.892s 0m2.641s)
463. AC_TYPE_UINTPTR_T (actypes.at:33): ok     (0m1.856s 0m2.611s)
464. AC_C_LONG_DOUBLE (actypes.at:36): ok     (0m3.817s 0m2.170s)
465. AC_INT_16_BITS (actypes.at:37): ok     (0m4.884s 0m3.877s)
466. AC_LONG_64_BITS (actypes.at:38): ok     (0m4.884s 0m3.846s)
467. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok     (0m4.838s 0m3.766s)
468. AC_STRUCT_ST_RDEV (actypes.at:40): ok     (0m4.856s 0m3.833s)
469. AC_TYPE_SIGNAL (actypes.at:41): ok     (0m3.841s 0m2.263s)
470. AM_TYPE_PTRDIFF_T (actypes.at:42): ok     (0m4.909s 0m3.976s)
471. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok     (0m0.906s 0m1.041s)
472. AC_FUNC_CHOWN (acfunctions.at:14): ok     (0m1.872s 0m2.624s)
473. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok     (0m1.911s 0m2.691s)
474. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok     (0m1.259s 0m1.637s)
475. AC_FUNC_FNMATCH (acfunctions.at:17): ok     (0m1.270s 0m1.623s)
476. AC_FUNC_FORK (acfunctions.at:18): ok     (0m2.064s 0m3.563s)
477. AC_FUNC_FSEEKO (acfunctions.at:19): ok     (0m1.273s 0m2.005s)
478. AC_FUNC_GETGROUPS (acfunctions.at:20): ok     (0m2.003s 0m3.358s)
479. AC_FUNC_GETMNTENT (acfunctions.at:21): ok     (0m1.317s 0m2.153s)
480. AC_FUNC_GETPGRP (acfunctions.at:22): ok     (0m1.832s 0m3.129s)
481. AC_FUNC_LSTAT (acfunctions.at:23): ok     (0m1.895s 0m3.113s)
482. AC_FUNC_MALLOC (acfunctions.at:24): ok     (0m1.855s 0m2.747s)
483. AC_FUNC_MBRTOWC (acfunctions.at:25): ok     (0m1.265s 0m1.607s)
484. AC_FUNC_MEMCMP (acfunctions.at:26): ok     (0m1.841s 0m2.645s)
485. AC_FUNC_MKTIME (acfunctions.at:27): ok     (0m2.004s 0m2.910s)
486. AC_FUNC_MMAP (acfunctions.at:28): ok     (0m1.969s 0m2.875s)
487. AC_FUNC_OBSTACK (acfunctions.at:29): ok     (0m1.850s 0m2.714s)
488. AC_FUNC_REALLOC (acfunctions.at:30): ok     (0m1.849s 0m2.722s)
489. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok     (0m1.954s 0m2.924s)
490. AC_FUNC_SETPGRP (acfunctions.at:32): ok     (0m1.830s 0m2.769s)
491. AC_FUNC_STAT (acfunctions.at:33): ok     (0m1.894s 0m2.888s)
492. AC_FUNC_STRCOLL (acfunctions.at:34): ok     (0m1.839s 0m3.110s)
493. AC_FUNC_STRERROR_R (acfunctions.at:35): ok     (0m1.914s 0m2.918s)
494. AC_FUNC_STRFTIME (acfunctions.at:36): ok     (0m1.272s 0m1.861s)
495. AC_FUNC_STRNLEN (acfunctions.at:37): ok     (0m2.018s 0m3.376s)
496. AC_FUNC_STRTOD (acfunctions.at:38): ok     (0m1.852s 0m3.224s)
497. AC_FUNC_STRTOLD (acfunctions.at:39): ok     (0m1.257s 0m1.958s)
498. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok     (0m1.882s 0m3.116s)
499. AC_FUNC_VPRINTF (acfunctions.at:41): ok     (0m1.295s 0m1.918s)
500. AC_HAVE_LIBRARY (aclibs.at:15): ok     (0m3.813s 0m2.431s)
501. Libtool (foreign.at:25): skipped (foreign.at:29)
502. shtool (foreign.at:92): ok     (0m0.689s 0m1.037s)
503. autoscan (autoscan.at:20): ok     (0m0.310s 0m0.121s)
testsuite: ending at: Wed Sep 10 17:58:26 EDT 2014
testsuite: test suite duration: 0h 29m 36s

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

ERROR: 482 tests were run,
6 failed (4 expected failures).
21 tests were skipped.

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

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

 329: acfortran.at:16    AC_FC_CHECK_BOUNDS
 338: acfortran.at:25    AC_FC_PP_DEFINE

Skipped tests:
GNU Autoconf 2.69 test suite test groups:

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

  34: tools.at:1132      autoupdating with aclocal and m4_include
  35: tools.at:1162      autom4te preselections
  38: tools.at:1278      autotools and whitespace in file names
 255: torture.at:1429    Configuring subdirectories
      autoreconf
 256: torture.at:1562    Deep Package
      autoreconf
 257: torture.at:1698    Non-Autoconf AC_CONFIG_SUBDIRS
      autoreconf
 259: torture.at:1791    Empty directory
      autoreconf
 260: torture.at:1812    Unusual Automake input files
      autoreconf
 279: c.at:140           AC_PROG_CPP without warnings
 280: c.at:180           AC_PROG_CPP via CC
 285: c.at:328           AC_OPENMP and C
 286: c.at:382           AC_OPENMP and C++
 323: fortran.at:973     AC_FC_LINE_LENGTH
 344: erlang.at:45       Erlang
      erlang
 345: erlang.at:65       AC_ERLANG_CHECK_LIB
      erlang
 346: erlang.at:82       AC_ERLANG_SUBST_ROOT_DIR
      erlang
 347: erlang.at:99       AC_ERLANG_SUBST_LIB_DIR
      erlang
 350: erlang.at:134      AC_ERLANG_SUBST_ERTS_VER
      erlang
 351: go.at:33           Go
 353: semantics.at:72    AC_CHECK_LIB
 501: foreign.at:25      Libtool

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

#                             -*- compilation -*-
329. acfortran.at:16: testing AC_FC_CHECK_BOUNDS ...
./acfortran.at:16: autoconf --force -W obsolete
./acfortran.at:16: /bin/sh -n configure
stderr:
./acfortran.at:16: autoheader 
./acfortran.at:16: ./configure $configure_options -C
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... ifort
checking whether the Fortran compiler works... yes
checking for Fortran compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
checking for Fortran flag to enable array-bounds checking... -check bounds
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating config.h
./acfortran.at:16: at_check_env
--- /dev/null   2014-09-10 17:44:35.000000000 -0400
+++ 
/Users/zm76/Development/gnu/autoconf-2.69/tests/testsuite.dir/at-groups/329/stdout
  2014-09-10 17:44:35.000000000 -0400
@@ -0,0 +1,9 @@
+--- state-ls.before    2014-09-10 17:44:22.000000000 -0400
++++ state-ls.after     2014-09-10 17:44:35.000000000 -0400
+@@ -3,5 +3,6 @@
+ confdefs.h
+ configure
+ configure.ac
++conftest.dwarf
+ install-sh
+ testsuite.log
./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.69.  Invocation command line was
> 
>   $ ./configure -C
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = NRU.local
> uname -m = x86_64
> uname -r = 13.3.0
> uname -s = Darwin
> uname -v = Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
> root:xnu-2422.110.17~1/RELEASE_X86_64
> 
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
> 
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = Mach kernel version:
>        Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
> root:xnu-2422.110.17~1/RELEASE_X86_64
> Kernel configured for up to 8 processors.
> 8 processors are physically available.
> 8 processors are logically available.
> Processor type: i486 (Intel 80486)
> Processors active: 0 1 2 3 4 5 6 7
> Primary memory available: 16.00 gigabytes
> Default processor set: 219 tasks, 881 threads, 8 processors
> Load average: 2.36, Mach factor: 5.63
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /Users/zm76/Development/gnu/autoconf-2.69/tests
> PATH: /Users/zm76/.opam/system/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /usr/local/bin
> PATH: /opt/X11/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:1693: creating cache config.cache
> configure:1835: checking for gfortran
> configure:1865: result: no
> configure:1835: checking for g95
> configure:1865: result: no
> configure:1835: checking for xlf95
> configure:1865: result: no
> configure:1835: checking for f95
> configure:1865: result: no
> configure:1835: checking for fort
> configure:1865: result: no
> configure:1835: checking for ifort
> configure:1851: found /usr/bin/ifort
> configure:1862: result: ifort
> configure:1888: checking for Fortran compiler version
> configure:1897: ifort --version >&5
> ifort (IFORT) 15.0.0 20140716
> Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.
> 
> configure:1908: $? = 0
> configure:1897: ifort -v >&5
> ifort version 15.0.0
> configure:1908: $? = 0
> configure:1897: ifort -V >&5
> Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 
> 64, Version 15.0.0.077 Build 20140716
> Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.
> 
> configure:1908: $? = 0
> configure:1897: ifort -qversion >&5
> ifort: command line warning #10006: ignoring unknown option '-qversion'
> ifort: command line error: no files specified; for help type "ifort -help"
> configure:1908: $? = 1
> configure:1923: checking whether the Fortran compiler works
> configure:1945: ifort    conftest.f  >&5
> configure:1949: $? = 0
> configure:1997: result: yes
> configure:2000: checking for Fortran compiler default output file name
> configure:2002: result: a.out
> configure:2008: checking for suffix of executables
> configure:2015: ifort -o conftest    conftest.f  >&5
> configure:2019: $? = 0
> configure:2041: result: 
> configure:2057: checking whether we are cross compiling
> configure:2065: ifort -o conftest    conftest.f  >&5
> configure:2069: $? = 0
> configure:2076: ./conftest
> configure:2080: $? = 0
> configure:2095: result: no
> configure:2100: checking for suffix of object files
> configure:2116: ifort -c   conftest.f >&5
> configure:2120: $? = 0
> configure:2141: result: o
> configure:2149: checking whether we are using the GNU Fortran compiler
> configure:2162: ifort -c   conftest.F >&5
> conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when 
> expecting one of: ( % [ : . = =>
>        choke me
> ---------------^
> conftest.F(3): error #6218: This statement is positioned incorrectly and/or 
> has syntax errors.
>        choke me
> ---------------^
> compilation aborted for conftest.F (code 1)
> configure:2162: $? = 1
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
>
> |       end
> configure:2171: result: no
> configure:2177: checking whether ifort accepts -g
> configure:2188: ifort -c -g  conftest.f >&5
> configure:2188: $? = 0
> configure:2196: result: yes
> configure:2229: checking for Fortran flag to enable array-bounds checking
> configure:2247: ifort -o conftest -g -fcheck=bounds   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-fcheck=bounds'
> configure:2247: $? = 0
> configure:2266: ifort -o conftest -g -fcheck=bounds   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-fcheck=bounds'
> configure:2266: $? = 0
> configure:2278: ./conftest
> configure:2282: $? = 0
> configure:2247: ifort -o conftest -g -fbounds-check   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-fbounds-check'
> configure:2247: $? = 0
> configure:2266: ifort -o conftest -g -fbounds-check   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-fbounds-check'
> configure:2266: $? = 0
> configure:2278: ./conftest
> configure:2282: $? = 0
> configure:2247: ifort -o conftest -g -check_bounds   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-check_bounds'
> configure:2247: $? = 0
> configure:2266: ifort -o conftest -g -check_bounds   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-check_bounds'
> configure:2266: $? = 0
> configure:2278: ./conftest
> configure:2282: $? = 0
> configure:2247: ifort -o conftest -g -Mbounds   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-Mbounds'
> configure:2247: $? = 0
> configure:2266: ifort -o conftest -g -Mbounds   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-Mbounds'
> configure:2266: $? = 0
> configure:2278: ./conftest
> configure:2282: $? = 0
> configure:2247: ifort -o conftest -g -qcheck   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-qcheck'
> configure:2247: $? = 0
> configure:2266: ifort -o conftest -g -qcheck   conftest.f  >&5
> ifort: command line warning #10006: ignoring unknown option '-qcheck'
> configure:2266: $? = 0
> configure:2278: ./conftest
> configure:2282: $? = 0
> configure:2247: ifort -o conftest -g -check bounds   conftest.f  >&5
> configure:2247: $? = 0
> configure:2266: ifort -o conftest -g -check bounds   conftest.f  >&5
> configure:2266: $? = 0
> configure:2278: ./conftest
> forrtl: severe (408): fort: (2): Subscript #1 of the array A has value 8 
> which is greater than the upper bound of 7
> 
> Image              PC                Routine            Line        Source    
>          
> conftest           00000001032B4D03  Unknown               Unknown  Unknown
> conftest           000000010329D6C9  Unknown               Unknown  Unknown
> conftest           000000010329D799  Unknown               Unknown  Unknown
> conftest           000000010329D5CE  Unknown               Unknown  Unknown
> configure:2282: $? = 152
> configure:2301: result: -check bounds
> configure:2382: updating cache config.cache
> configure:2431: creating ./config.status
> 
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
> 
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
> 
>   CONFIG_FILES    = 
>   CONFIG_HEADERS  = 
>   CONFIG_LINKS    = 
>   CONFIG_COMMANDS = 
>   $ ./config.status 
> 
> on NRU.local
> 
> config.status:664: creating config.h
> 
> ## ---------------- ##
> ## 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=
> ac_cv_fc_check_bounds='-check bounds'
> ac_cv_fc_compiler_gnu=no
> ac_cv_objext=o
> ac_cv_prog_ac_ct_FC=ifort
> ac_cv_prog_fc_g=yes
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> DEFS='-DHAVE_CONFIG_H'
> ECHO_C='\c'
> ECHO_N=''
> ECHO_T=''
> EXEEXT=''
> FC='ifort'
> FCFLAGS='-g -check bounds'
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_FC='ifort'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='${prefix}'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr/local'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> 
> configure: exit 0
329. acfortran.at:16: 329. AC_FC_CHECK_BOUNDS (acfortran.at:16): FAILED 
(acfortran.at:16)

#                             -*- compilation -*-
338. acfortran.at:25: testing AC_FC_PP_DEFINE ...
./acfortran.at:25: autoconf --force -W obsolete
./acfortran.at:25: /bin/sh -n configure
stderr:
./acfortran.at:25: autoheader 
./acfortran.at:25: ./configure $configure_options -C
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... ifort
checking whether the Fortran compiler works... yes
checking for Fortran compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
checking for Fortran flag to compile preprocessed .F files... none
checking how to define symbols for preprocessed Fortran... -D
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating config.h
./acfortran.at:25: at_check_env
--- /dev/null   2014-09-10 17:46:35.000000000 -0400
+++ 
/Users/zm76/Development/gnu/autoconf-2.69/tests/testsuite.dir/at-groups/338/stdout
  2014-09-10 17:46:35.000000000 -0400
@@ -0,0 +1,9 @@
+--- state-ls.before    2014-09-10 17:46:28.000000000 -0400
++++ state-ls.after     2014-09-10 17:46:35.000000000 -0400
+@@ -3,5 +3,6 @@
+ confdefs.h
+ configure
+ configure.ac
++conftest.i
+ install-sh
+ testsuite.log
./acfortran.at:25: 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.69.  Invocation command line was
> 
>   $ ./configure -C
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = NRU.local
> uname -m = x86_64
> uname -r = 13.3.0
> uname -s = Darwin
> uname -v = Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
> root:xnu-2422.110.17~1/RELEASE_X86_64
> 
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
> 
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = Mach kernel version:
>        Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
> root:xnu-2422.110.17~1/RELEASE_X86_64
> Kernel configured for up to 8 processors.
> 8 processors are physically available.
> 8 processors are logically available.
> Processor type: i486 (Intel 80486)
> Processors active: 0 1 2 3 4 5 6 7
> Primary memory available: 16.00 gigabytes
> Default processor set: 209 tasks, 844 threads, 8 processors
> Load average: 1.80, Mach factor: 6.19
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /Users/zm76/Development/gnu/autoconf-2.69/tests
> PATH: /Users/zm76/.opam/system/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /usr/local/bin
> PATH: /opt/X11/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:1649: creating cache config.cache
> configure:1791: checking for gfortran
> configure:1821: result: no
> configure:1791: checking for g95
> configure:1821: result: no
> configure:1791: checking for xlf95
> configure:1821: result: no
> configure:1791: checking for f95
> configure:1821: result: no
> configure:1791: checking for fort
> configure:1821: result: no
> configure:1791: checking for ifort
> configure:1807: found /usr/bin/ifort
> configure:1818: result: ifort
> configure:1844: checking for Fortran compiler version
> configure:1853: ifort --version >&5
> ifort (IFORT) 15.0.0 20140716
> Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.
> 
> configure:1864: $? = 0
> configure:1853: ifort -v >&5
> ifort version 15.0.0
> configure:1864: $? = 0
> configure:1853: ifort -V >&5
> Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 
> 64, Version 15.0.0.077 Build 20140716
> Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.
> 
> configure:1864: $? = 0
> configure:1853: ifort -qversion >&5
> ifort: command line warning #10006: ignoring unknown option '-qversion'
> ifort: command line error: no files specified; for help type "ifort -help"
> configure:1864: $? = 1
> configure:1879: checking whether the Fortran compiler works
> configure:1901: ifort    conftest.f  >&5
> configure:1905: $? = 0
> configure:1953: result: yes
> configure:1956: checking for Fortran compiler default output file name
> configure:1958: result: a.out
> configure:1964: checking for suffix of executables
> configure:1971: ifort -o conftest    conftest.f  >&5
> configure:1975: $? = 0
> configure:1997: result: 
> configure:2013: checking whether we are cross compiling
> configure:2021: ifort -o conftest    conftest.f  >&5
> configure:2025: $? = 0
> configure:2032: ./conftest
> configure:2036: $? = 0
> configure:2051: result: no
> configure:2056: checking for suffix of object files
> configure:2072: ifort -c   conftest.f >&5
> configure:2076: $? = 0
> configure:2097: result: o
> configure:2105: checking whether we are using the GNU Fortran compiler
> configure:2118: ifort -c   conftest.F >&5
> conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when 
> expecting one of: ( % [ : . = =>
>        choke me
> ---------------^
> conftest.F(3): error #6218: This statement is positioned incorrectly and/or 
> has syntax errors.
>        choke me
> ---------------^
> compilation aborted for conftest.F (code 1)
> configure:2118: $? = 1
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
>
> |       end
> configure:2127: result: no
> configure:2133: checking whether ifort accepts -g
> configure:2144: ifort -c -g  conftest.f >&5
> configure:2144: $? = 0
> configure:2152: result: yes
> configure:2190: checking for Fortran flag to compile preprocessed .F files
> configure:2215: ifort -c -g  conftest.F >&5
> configure:2215: $? = 0
> configure:2225: ifort -c -g  conftest.F >&5
> conftest.F(4): #error: can't find include file: ac_nonexistent.h
> configure:2225: $? = 1
> configure: failed program was:
> |       program main
>
> | #if 1
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:2238: result: none
> configure:2259: checking how to define symbols for preprocessed Fortran
> configure:2281: ifort -c -g -DFOOBAR -DZORK=42  conftest.F >&5
> configure:2281: $? = 0
> configure:2290: result: -D
> configure:2371: updating cache config.cache
> configure:2420: creating ./config.status
> 
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
> 
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
> 
>   CONFIG_FILES    = 
>   CONFIG_HEADERS  = 
>   CONFIG_LINKS    = 
>   CONFIG_COMMANDS = 
>   $ ./config.status 
> 
> on NRU.local
> 
> config.status:664: creating config.h
> 
> ## ---------------- ##
> ## 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=
> ac_cv_fc_compiler_gnu=no
> ac_cv_fc_pp_define=-D
> ac_cv_fc_pp_srcext_F=none
> ac_cv_objext=o
> ac_cv_prog_ac_ct_FC=ifort
> ac_cv_prog_fc_g=yes
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> DEFS='-DHAVE_CONFIG_H'
> ECHO_C='\c'
> ECHO_N=''
> ECHO_T=''
> EXEEXT=''
> FC='ifort'
> FCFLAGS='-g'
> FCFLAGS_F=''
> FC_DEFINE='-D'
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_FC='ifort'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='${prefix}'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr/local'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> 
> configure: exit 0
338. acfortran.at:25: 338. AC_FC_PP_DEFINE (acfortran.at:25): FAILED 
(acfortran.at:25)


## ------------- ##
## ../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.69, which was
| generated by GNU Autoconf 2.69.  Invocation command line was
| 
|   $ ./configure CC=clang
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = NRU.local
| uname -m = x86_64
| uname -r = 13.3.0
| uname -s = Darwin
| uname -v = Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
root:xnu-2422.110.17~1/RELEASE_X86_64
| 
| /usr/bin/uname -p = i386
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = Mach kernel version:
|        Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; 
root:xnu-2422.110.17~1/RELEASE_X86_64
| Kernel configured for up to 8 processors.
| 8 processors are physically available.
| 8 processors are logically available.
| Processor type: i486 (Intel 80486)
| Processors active: 0 1 2 3 4 5 6 7
| Primary memory available: 16.00 gigabytes
| Default processor set: 205 tasks, 868 threads, 8 processors
| Load average: 1.70, Mach factor: 6.28
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /Users/zm76/.opam/system/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/sbin
| PATH: /sbin
| PATH: /usr/local/bin
| PATH: /opt/X11/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1796: checking for a BSD-compatible install
| configure:1864: result: /usr/bin/install -c
| configure:1875: checking whether build environment is sane
| configure:1925: result: yes
| configure:2066: checking for a thread-safe mkdir -p
| configure:2105: result: build-aux/install-sh -c -d
| configure:2118: checking for gawk
| configure:2148: result: no
| configure:2118: checking for mawk
| configure:2148: result: no
| configure:2118: checking for nawk
| configure:2148: result: no
| configure:2118: checking for awk
| configure:2134: found /usr/bin/awk
| configure:2145: result: awk
| configure:2156: checking whether make sets $(MAKE)
| configure:2178: result: yes
| configure:2263: checking build system type
| configure:2277: result: x86_64-apple-darwin13.3.0
| configure:2297: checking host system type
| configure:2310: result: x86_64-apple-darwin13.3.0
| configure:2337: autobuild project... GNU Autoconf
| configure:2343: autobuild revision... 2.69
| configure:2348: autobuild hostname... NRU.local
| configure:2359: autobuild timestamp... 20140910T212815Z
| configure:2387: checking whether /bin/sh -n is known to work
| configure:2406: result: yes
| configure:2410: checking for characters that cannot appear in file names
| configure:2430: result: none
| configure:2436: checking whether directories can have trailing spaces
| configure:2450: result: yes
| configure:2461: checking for expr
| configure:2479: found /bin/expr
| configure:2491: result: /bin/expr
| configure:2510: checking for GNU M4 that supports accurate traces
| configure:2559: result: /usr/bin/m4
| configure:2562: checking whether /usr/bin/m4 accepts --gnu
| configure:2572: result: no
| configure:2583: WARNING: the version of M4 that was found does not support -g
| configure:2585: WARNING: using it with POSIXLY_CORRECT set may cause problems
| configure:2589: checking how m4 supports trace files
| configure:2599: result: --error-output
| configure:2623: checking for perl
| configure:2641: found /usr/bin/perl
| configure:2654: result: /usr/bin/perl
| configure:2673: checking whether /usr/bin/perl Fcntl::flock is implemented
| configure:2687: result: yes
| configure:2705: checking for emacs
| configure:2721: found /usr/bin/emacs
| configure:2732: result: emacs
| configure:2750: checking whether emacs is sufficiently recent
| configure:2760: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2
| 
| In broken-mode:
| conftest.el:2:35:Warning: assignment to free variable `broken-defaults'
| Wrote /Users/zm76/Development/gnu/autoconf-2.69/conftest.elc
| configure:2763: $? = 0
| configure:2771: result: yes
| configure:2788: checking for emacs
| configure:2815: result: emacs
| configure:2839: checking where .elc files should go
| configure:2852: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
| configure:2855: $? = 0
| configure:2868: result: ${datarootdir}/emacs/site-lisp
| configure:2881: checking for grep that handles long lines and -e
| configure:2939: result: /usr/bin/grep
| configure:2944: checking for egrep
| configure:3006: result: /usr/bin/grep -E
| configure:3011: checking for a sed that does not truncate output
| configure:3075: result: /usr/bin/sed
| configure:3085: checking whether make is case sensitive
| configure:3100: result: yes
| configure:3279: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Autoconf config.status 2.69, which was
| generated by GNU Autoconf 2.69.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on NRU.local
| 
| config.status:797: creating tests/Makefile
| config.status:797: creating tests/atlocal
| config.status:797: creating man/Makefile
| config.status:797: creating lib/emacs/Makefile
| config.status:797: creating Makefile
| config.status:797: creating doc/Makefile
| config.status:797: creating lib/Makefile
| config.status:797: creating lib/Autom4te/Makefile
| config.status:797: creating lib/autoscan/Makefile
| config.status:797: creating lib/m4sugar/Makefile
| config.status:797: creating lib/autoconf/Makefile
| config.status:797: creating lib/autotest/Makefile
| config.status:797: creating bin/Makefile
| config.status:1000: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=x86_64-apple-darwin13.3.0
| ac_cv_dir_trailing_space=yes
| ac_cv_env_EMACSLOADPATH_set=
| ac_cv_env_EMACSLOADPATH_value=
| ac_cv_env_EMACS_set=
| ac_cv_env_EMACS_value=
| ac_cv_env_M4_set=
| ac_cv_env_M4_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_host=x86_64-apple-darwin13.3.0
| 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/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_perl_flock_implemented=yes
| ac_cv_prog_AWK=awk
| ac_cv_prog_EMACS=emacs
| ac_cv_prog_TEST_EMACS=emacs
| ac_cv_prog_emacs_ok=yes
| ac_cv_prog_gnu_m4_debugfile=--error-output
| ac_cv_prog_gnu_m4_gnu=no
| ac_cv_prog_make_make_case=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_sh_n_works=yes
| ac_cv_unsupported_fs_chars=
| am_cv_lispdir='${datarootdir}/emacs/site-lisp'
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} /Users/zm76/Development/gnu/autoconf-2.69/build-aux/missing 
--run aclocal-1.11'
| AMTAR='${SHELL} /Users/zm76/Development/gnu/autoconf-2.69/build-aux/missing 
--run tar'
| AUTOCONF='${SHELL} 
/Users/zm76/Development/gnu/autoconf-2.69/build-aux/missing --run autoconf'
| AUTOHEADER='${SHELL} 
/Users/zm76/Development/gnu/autoconf-2.69/build-aux/missing --run autoheader'
| AUTOMAKE='${SHELL} 
/Users/zm76/Development/gnu/autoconf-2.69/build-aux/missing --run automake-1.11'
| AWK='awk'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" 
-DPACKAGE_VERSION=\"2.69\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.69\" 
-DPACKAGE_BUGREPORT=\"address@hidden" 
-DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\"; -DPACKAGE=\"autoconf\" 
-DVERSION=\"2.69\"'
| ECHO_C='\c'
| ECHO_N=''
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EMACS='emacs'
| EMACSLOADPATH=''
| EXPR='/bin/expr'
| GREP='/usr/bin/grep'
| HELP2MAN='${SHELL} 
/Users/zm76/Development/gnu/autoconf-2.69/build-aux/missing --run help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/usr/bin/m4'
| M4_DEBUGFILE='--error-output'
| M4_GNU=''
| MAKEINFO='${SHELL} 
/Users/zm76/Development/gnu/autoconf-2.69/build-aux/missing --run 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.69'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_URL='http://www.gnu.org/software/autoconf/'
| PACKAGE_VERSION='2.69'
| PATH_SEPARATOR=':'
| PERL='/usr/bin/perl'
| PERL_FLOCK='yes'
| SED='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP=''
| TEST_EMACS='emacs'
| VERSION='2.69'
| ac_cv_dir_trailing_space='yes'
| ac_cv_sh_n_works='yes'
| ac_cv_unsupported_fs_chars=''
| am__isrc=''
| am__leading_dot='.'
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='x86_64-apple-darwin13.3.0'
| build_alias=''
| build_cpu='x86_64'
| build_os='darwin13.3.0'
| build_vendor='apple'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='x86_64-apple-darwin13.3.0'
| host_alias=''
| host_cpu='x86_64'
| host_os='darwin13.3.0'
| host_vendor='apple'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} 
/Users/zm76/Development/gnu/autoconf-2.69/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datarootdir}/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.69"
| #define PACKAGE_STRING "GNU Autoconf 2.69"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/autoconf/";
| #define PACKAGE "autoconf"
| #define VERSION "2.69"
| 
| configure: exit 0




reply via email to

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