## ----------------------------- ## ## GNU Autoconf 2.63 test suite. ## ## ----------------------------- ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2008-09-09 Eric Blake | | Release Version 2.63. | * NEWS: Mention the release. | | Formatting tweaks to the manual. | * doc/autoconf.texi (Introduction, Systemology) | (File System Conventions, Portable C and C++) | (Floating Point Portability): Allow URLs to split as needed. | (Indices): Add entries, to work around texinfo bug on indices that ## --------- ## ## Platform. ## ## --------- ## hostname = steiger uname -m = i686 uname -r = 2.6.20-1.2320.fc5 uname -s = Linux uname -v = #1 Tue Jun 12 18:50:38 EDT 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /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/src/redhat/BUILD/autoconf-2.63/tests PATH: /usr/kerberos/sbin PATH: /usr/lib/qt-3.3/bin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /home/bert/bin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/usr/src/redhat/BUILD/autoconf-2.63/tests' | at_srcdir='.' | abs_srcdir='/usr/src/redhat/BUILD/autoconf-2.63/tests' | at_top_srcdir='..' | abs_top_srcdir='/usr/src/redhat/BUILD/autoconf-2.63' | at_top_build_prefix='../' | abs_top_builddir='/usr/src/redhat/BUILD/autoconf-2.63' | | # 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='/bin/grep' | EGREP='/bin/grep -E' | SED='/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. | unsupported_fs_chars= | for c in '\\' '"' '<' '>' '*' '?' '|' | do | touch "t${c}t" 2>/dev/null | test -f "t${c}t" && rm -f "t${c}t" && continue | # $c cannot be used in a file name. | unsupported_fs_chars=$unsupported_fs_chars$c | done | if test -z "$unsupported_fs_chars"; then | func_sanitize_file_name () { echo "$@"; } | else | func_sanitize_file_name () { echo "$@" | tr -d "$unsupported_fs_chars"; } | fi | | # Can we create directories with trailing whitespaces in their name? | rm -rf 'tdir ' && mkdir 'tdir ' && touch 'tdir /tfile' 2>/dev/null | a=$? | rm -rf 'tdir ' | case $a$? in #( | 00) | func_sanitize_dir_name () { echo "$@"; } ;; #( | *) | func_sanitize_dir_name () { echo "$@" | sed 's/ *$//'; } ;; | esac ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./local.at:513: /usr/src/redhat/BUILD/autoconf-2.63/tests/autom4te --version autom4te (GNU Autoconf) 2.63 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later 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:513: /usr/src/redhat/BUILD/autoconf-2.63/tests/autoconf --version autoconf (GNU Autoconf) 2.63 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later 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:513: /usr/src/redhat/BUILD/autoconf-2.63/tests/autoheader --version autoheader (GNU Autoconf) 2.63 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later 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:513: /usr/src/redhat/BUILD/autoconf-2.63/tests/autoupdate --version autoupdate (GNU Autoconf) 2.63 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later 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:513: /usr/src/redhat/BUILD/autoconf-2.63/tests/autoreconf --version autoreconf (GNU Autoconf) 2.63 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later 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:513: /usr/src/redhat/BUILD/autoconf-2.63/tests/ifnames --version ifnames (GNU Autoconf) 2.63 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later 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: Sun Feb 22 18:40:46 CET 2009 1. Syntax of the shell scripts (tools.at:48): ok (0m4.026s 0m0.095s) 2. Syntax of the Perl scripts (tools.at:72): ok (0m4.019s 0m0.496s) 3. autom4te cache (tools.at:90): ok (0m2.858s 0m0.690s) 4. autom4te --force (tools.at:121): ok (0m1.924s 0m0.524s) 5. autom4te and whitespace in file names (tools.at:146): ok (0m9.908s 0m2.476s) 6. autoconf --trace: user macros (tools.at:222): ok (0m4.843s 0m1.678s) 7. autoconf --trace: builtins (tools.at:308): ok (0m6.357s 0m0.975s) 8. autoconf: forbidden tokens, basic (tools.at:339): ok (0m2.507s 0m0.787s) 9. autoconf: forbidden tokens, exceptions (tools.at:367): ok (0m1.344s 0m0.402s) 10. autoconf: automatically allowed tokens (tools.at:406): ok (0m2.213s 0m0.427s) 11. autoconf: the empty token (tools.at:423): ok (0m1.222s 0m0.405s) 12. autoconf: subdirectories (tools.at:438): ok (0m3.025s 0m1.346s) 13. autoconf: input from stdin (tools.at:464): ok (0m3.135s 0m0.852s) 14. autoconf: AC_AUTOCONF_VERSION (tools.at:482): ok (0m2.175s 0m0.406s) 15. ifnames (tools.at:502): ok (0m0.641s 0m0.154s) 16. autoheader (tools.at:550): ok (0m6.375s 0m1.246s) 17. autoupdate (tools.at:682): ok (0m28.289s 0m1.804s) 18. autoupdating AC_LINK_FILES (tools.at:714): ok (0m16.267s 0m1.984s) 19. autoupdating AC_PREREQ (tools.at:741): ok (0m43.126s 0m3.034s) 20. autoupdating AU_ALIAS (tools.at:762): ok (0m19.016s 0m3.047s) 21. autoupdating OLD to NEW (tools.at:788): ok (0m15.641s 0m1.672s) 22. autoupdating AC_HELP_STRING (tools.at:813): ok (0m15.511s 0m1.708s) 23. autoupdating with m4sugar (tools.at:831): ok (0m17.087s 0m2.139s) 24. autoupdating AC_LANG_SAVE (tools.at:867): ok (0m16.148s 0m1.687s) 25. autoupdating AC_FOREACH (tools.at:887): ok (0m15.885s 0m1.647s) 26. autoupdating with aclocal and m4_include (tools.at:911): ok (0m37.966s 0m2.780s) 27. autom4te preselections (tools.at:941): ok (0m18.116s 0m2.624s) 28. autotools and whitespace in file names (tools.at:987): ok (2m34.448s 0m20.253s) 29. m4_defn (m4sugar.at:59): ok (0m2.785s 0m0.712s) 30. m4_warn (m4sugar.at:100): ok (0m3.831s 0m0.927s) 31. m4_require: error message (m4sugar.at:150): ok (0m0.907s 0m0.234s) 32. m4_require: circular dependencies (m4sugar.at:169): ok (0m0.935s 0m0.212s) 33. m4_cond (m4sugar.at:198): ok (0m0.960s 0m0.251s) 34. m4_split (m4sugar.at:250): ok (0m0.949s 0m0.230s) 35. m4_do (m4sugar.at:296): ok (0m0.981s 0m0.227s) 36. m4_append (m4sugar.at:324): ok (0m1.929s 0m0.450s) 37. m4_join (m4sugar.at:406): ok (0m0.980s 0m0.216s) 38. m4_text_wrap (m4sugar.at:457): ok (0m0.963s 0m0.236s) 39. m4_version_compare (m4sugar.at:510): ok (0m0.975s 0m0.238s) 40. Standard regular expressions (m4sugar.at:564): ok (0m6.645s 0m1.576s) 41. m4_bmatch (m4sugar.at:591): ok (0m0.949s 0m0.234s) 42. m4_bpatsubsts (m4sugar.at:623): ok (0m0.958s 0m0.241s) 43. M4 loops (m4sugar.at:652): ok (0m4.808s 0m1.181s) 44. m4_map (m4sugar.at:798): ok (0m0.959s 0m0.249s) 45. m4_combine (m4sugar.at:873): ok (0m0.937s 0m0.238s) 46. m4_max and m4_min (m4sugar.at:900): ok (0m2.886s 0m0.660s) 47. recursion (m4sugar.at:979): ok (0m39.209s 0m1.373s) 48. m4_set (m4sugar.at:1096): ok (0m23.903s 0m0.993s) 49. LINENO (m4sh.at:27): ok (0m4.073s 0m1.919s) 50. AS_DIRNAME (m4sh.at:103): ok (0m1.693s 0m0.701s) 52. AS_BASENAME (m4sh.at:211): ok (0m1.576s 0m0.682s) 53. AS_MKDIR_P (m4sh.at:268): ok (0m1.152s 0m0.329s) 54. AS_VERSION_COMPARE (m4sh.at:299): ok (0m1.357s 0m0.426s) 55. Negated classes in globbing (m4sh.at:347): ok (0m1.129s 0m0.276s) 56. Functions Support (m4sh.at:377): ok (0m1.139s 0m0.313s) 57. Functions and return Support (m4sh.at:419): ok (0m1.116s 0m0.331s) 58. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:455): ok (0m1.138s 0m0.309s) 59. AS_HELP_STRING (m4sh.at:495): ok (0m1.337s 0m0.315s) 60. AS_IF and AS_CASE (m4sh.at:635): ok (0m5.637s 0m0.797s) 61. AS_LITERAL_IF (m4sh.at:766): ok (0m1.147s 0m0.300s) 62. AS_INIT cleanup (m4sh.at:800): ok (0m1.130s 0m0.305s) 63. Empty test suite (autotest.at:124): ok (0m1.976s 0m0.990s) 64. Banner-only test suite (autotest.at:128): ok (0m1.992s 0m0.919s) 65. Empty test (autotest.at:134): ok (0m2.005s 0m1.074s) 66. Empty check (autotest.at:137): ok (0m2.020s 0m1.072s) 67. AT_SETUP without AT_INIT (autotest.at:140): ok (0m0.959s 0m0.211s) 68. AT_BANNER without AT_INIT (autotest.at:146): ok (0m0.921s 0m0.248s) 69. AT_CLEANUP without AT_INIT (autotest.at:150): ok (0m0.946s 0m0.224s) 70. Missing AT_CLEANUP (autotest.at:154): ok (0m1.074s 0m0.234s) 71. AT_CHECK without AT_SETUP (autotest.at:160): ok (0m1.076s 0m0.240s) 72. AT_DATA without AT_SETUP (autotest.at:165): ok (0m1.071s 0m0.227s) 73. AT_XFAIL_IF without AT_SETUP (autotest.at:170): ok (0m1.062s 0m0.236s) 74. AT_KEYWORDS without AT_SETUP (autotest.at:175): ok (0m1.098s 0m0.222s) 75. AT_CLEANUP without AT_SETUP (autotest.at:180): ok (0m1.096s 0m0.232s) 76. AT_BANNER inside AT_SETUP (autotest.at:185): ok (0m1.082s 0m0.248s) 77. AT_SETUP inside AT_SETUP (autotest.at:193): ok (0m1.068s 0m0.260s) 78. Multiple AT_INIT (autotest.at:203): ok (0m1.058s 0m0.238s) 79. Tested programs (autotest.at:209): ok (0m3.999s 0m1.624s) 80. Truth (autotest.at:223): ok (0m2.013s 0m1.077s) 81. Fallacy (autotest.at:226): ok (0m2.231s 0m1.438s) 82. Skip (autotest.at:231): ok (0m1.989s 0m1.102s) 83. errexit (autotest.at:236): ok (0m2.258s 0m1.465s) 84. Literal multiline command (autotest.at:248): ok (0m2.025s 0m1.091s) 85. Multiline parameter expansion (autotest.at:254): ok (0m2.015s 0m1.075s) 86. Backquote command substitution (autotest.at:261): ok (0m2.026s 0m1.066s) 87. Multiline backquote command substitution (autotest.at:266): ok (0m2.021s 0m1.097s) 88. Parenthetical command substitution (autotest.at:274): ok (0m2.006s 0m1.102s) 89. Multiline parenthetical command substitution (autotest.at:279): ok (0m2.047s 0m1.085s) 90. Invalid brace-enclosed parameter expansion (autotest.at:297): ok (0m2.252s 0m1.435s) 92. Double-M4-quoted command (autotest.at:315): ok (0m2.044s 0m1.116s) 93. BS-newline in command (autotest.at:326): ok (0m2.044s 0m1.112s) 94. ^BS-newline in command (autotest.at:331): ok (0m2.036s 0m1.127s) 95. BSx641-newline in command (autotest.at:336): ok (0m2.067s 0m1.128s) 96. BS-BS-newline in command (autotest.at:341): ok (0m2.062s 0m1.070s) 97. BSx640-newline in command (autotest.at:349): ok (0m2.052s 0m1.089s) 98. Newline-CODE-BS-newline in command (autotest.at:356): ok (0m2.061s 0m1.087s) 99. Single-quote-BS-newline in command (autotest.at:363): ok (0m2.023s 0m1.096s) 100. Single-quote-newline-BS-newline in command (autotest.at:369): ok (0m2.027s 0m1.129s) 101. Input from stdin (autotest.at:382): ok (0m2.135s 0m1.301s) 102. Backquote in a test title (autotest.at:451): ok (0m2.399s 0m1.664s) 103. Single-quote in a test title (autotest.at:452): ok (0m2.368s 0m1.711s) 104. Double-quote in a test title (autotest.at:453): ok (0m2.430s 0m1.715s) 105. Backslash in a test title (autotest.at:455): ok (0m2.423s 0m1.723s) 106. Brackets in a test title (autotest.at:456): ok (0m2.363s 0m1.706s) 107. Left bracket in a test title (autotest.at:457): ok (0m2.400s 0m1.719s) 108. Right bracket in a test title (autotest.at:458): ok (0m2.413s 0m1.638s) 109. Pound in a test title (autotest.at:459): ok (0m2.362s 0m1.698s) 110. Quoted comma in a test title (autotest.at:460): ok (0m2.379s 0m1.661s) 111. Comma in a test title (autotest.at:461): ok (0m2.392s 0m1.673s) 112. Parentheses in a test title (autotest.at:463): ok (0m2.416s 0m1.653s) 113. Left paren in a test title (autotest.at:464): ok (0m2.404s 0m1.671s) 114. Right paren in a test title (autotest.at:465): ok (0m2.424s 0m1.653s) 115. Quoted Macro in a test title (autotest.at:467): ok (0m2.375s 0m1.705s) 116. Macro in a test title (autotest.at:468): ok (0m2.435s 0m1.669s) 117. Macro with backquote in a test title (autotest.at:469): ok (0m2.464s 0m1.697s) 118. Macro with single-quote in a test title (autotest.at:470): ok (0m2.399s 0m1.682s) 119. Macro with double-quote in a test title (autotest.at:471): ok (0m2.390s 0m1.741s) 120. Macro with backslash in a test title (autotest.at:473): ok (0m2.419s 0m1.725s) 121. Macro echoing macro in a test title (autotest.at:474): ok (0m2.403s 0m1.765s) 122. Macro echoing single-quote in a test title (autotest.at:476): ok (0m2.455s 0m1.756s) 123. Long test title in a test title (autotest.at:477): ok (0m2.505s 0m1.829s) 124. Longer test title in a test title (autotest.at:478): ok (0m2.434s 0m1.737s) 125. Long test source lines (autotest.at:489): ok (0m2.327s 0m1.525s) 126. Debugging a successful test (autotest.at:501): ok (0m2.890s 0m2.435s) 127. Debugging script and environment (autotest.at:515): ok (0m3.544s 0m3.468s) 128. Debugging a failed test (autotest.at:532): ok (0m2.924s 0m2.578s) 129. Using atlocal (autotest.at:543): ok (0m4.000s 0m4.380s) 130. Choosing where testsuite is run (autotest.at:578): ok (0m3.276s 0m3.236s) 131. Banners (autotest.at:615): ok (0m7.418s 0m9.965s) 132. Keywords and ranges (autotest.at:676): ok (0m13.666s 0m21.311s) 133. srcdir propagation (autotest.at:780): ok (0m7.799s 0m6.264s) 134. whitespace in absolute testdir (autotest.at:846): ok (0m2.326s 0m1.601s) 135. unusual file names (autotest.at:870): ok (0m1.737s 0m0.607s) 136. AC_REQUIRE: topological sort (base.at:30): ok (0m1.372s 0m0.490s) 137. AC_REQUIRE: error message (base.at:73): ok (0m1.137s 0m0.391s) 138. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok (0m1.429s 0m0.518s) 139. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:134): ok (0m1.420s 0m0.502s) 140. AC_REQUIRE & AC_PROVIDE (base.at:177): ok (0m1.360s 0m0.485s) 141. AC_CACHE_CHECK (base.at:210): ok (0m6.606s 0m2.012s) 142. AC_COMPUTE_INT (base.at:243): ok (0m4.122s 0m1.419s) 143. AC_TRY_COMMAND (base.at:265): ok (0m2.335s 0m0.823s) 144. Input/Output (base.at:295): ok (0m2.606s 0m1.173s) 145. configure arguments (base.at:314): ok (0m2.252s 0m0.818s) 146. configure directories (base.at:332): ok (0m3.068s 0m1.394s) 147. AC_CONFIG_COMMANDS with empty commands (torture.at:29): ok (0m5.480s 0m2.387s) 148. Multiple AC_CONFIG_FILES (torture.at:38): ok (0m1.409s 0m0.396s) 149. Parameterized AC_CONFIG_FILES (torture.at:50): ok (0m3.241s 0m1.382s) 150. AC_ARG_VAR (torture.at:104): ok (0m12.707s 0m13.496s) 151. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:161): ok (0m14.605s 0m15.926s) 152. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:345): ok (0m2.720s 0m1.092s) 153. Missing templates (torture.at:365): ok (0m2.909s 0m1.183s) 154. configure invocation (torture.at:397): ok (0m7.948s 0m5.045s) 155. #define header templates (torture.at:451): ok (0m3.113s 0m1.313s) 156. Torturing config.status (torture.at:579): ok (0m9.765s 0m4.332s) 157. Substitute a 2000-byte string (torture.at:714): ok (0m4.414s 0m2.290s) 158. Define to a 2000-byte string (torture.at:758): ok (0m4.810s 0m1.562s) 159. Substitute and define special characters (torture.at:779): ok (0m6.104s 0m3.142s) 160. Substitute a newline (torture.at:862): ok (0m3.709s 0m2.080s) 161. Define a newline (torture.at:902): ok (0m9.552s 0m3.155s) 162. AC_SUBST: variable name validation (torture.at:946): ok (0m24.484s 0m7.740s) 163. datarootdir workaround (torture.at:976): ok (0m5.977s 0m2.510s) 164. srcdir (torture.at:1027): ok (0m4.264s 0m3.004s) 165. Signal handling (torture.at:1070): ok (0m2.311s 0m0.785s) 166. AC_CONFIG_LINKS and identical files (torture.at:1087): ok (0m5.595s 0m4.378s) 167. Configuring subdirectories (torture.at:1143): ok (0m53.302s 0m16.382s) 168. Deep Package (torture.at:1268): ok (0m52.690s 0m24.439s) 169. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1399): ok (0m12.863s 0m2.629s) 170. Empty directory (torture.at:1442): ok (0m4.151s 0m0.479s) 171. Unusual Automake input files (torture.at:1463): ok (0m17.484s 0m2.690s) 172. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:33): ok (0m2.037s 0m0.418s) 173. AC_REQUIRE & AC_LANG (compile.at:79): ok (0m2.303s 0m0.770s) 174. AC_RUN_IFELSE (compile.at:115): ok (0m4.451s 0m1.716s) 175. AC_TRY_LINK_FUNC (compile.at:148): ok (0m8.381s 0m3.684s) 176. AC_NO_EXECUTABLES (aclang.at:13): ok (0m5.523s 0m2.351s) 177. AC_REQUIRE_CPP (aclang.at:14): ok (0m7.923s 0m3.478s) 178. Extensions (c.at:36): ok (0m7.548s 0m3.256s) 179. Broken/missing compilers (c.at:59): ok (0m2.978s 0m0.860s) 180. C keywords (c.at:78): ok (0m8.052s 0m3.444s) 181. AC_PROG_CPP requires AC_PROG_CC (c.at:96): ok (0m8.089s 0m3.507s) 182. AC_PROG_CPP with warnings (c.at:111): ok (0m10.783s 0m4.170s) 183. AC_PROG_CPP without warnings (c.at:141): ok (0m10.681s 0m4.317s) 184. AC_PROG_CPP via CC (c.at:179): ok (0m10.776s 0m4.361s) 185. AC_NO_EXECUTABLES (working linker) (c.at:220): ok (0m8.006s 0m3.320s) 186. AC_NO_EXECUTABLES (broken linker) (c.at:230): ok (0m7.027s 0m2.960s) 187. AC_USE_SYSTEM_EXTENSIONS (c.at:241): ok (0m21.445s 0m8.130s) 188. AC_C_BACKSLASH_A (acc.at:13): ok (0m7.778s 0m3.301s) 189. AC_C_BIGENDIAN (acc.at:14): ok (0m11.814s 0m5.560s) 190. AC_C_CHAR_UNSIGNED (acc.at:15): ok (0m11.667s 0m5.557s) 191. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok (0m7.879s 0m3.494s) 192. AC_C_INLINE (acc.at:17): ok (0m7.788s 0m3.312s) 193. AC_C_PROTOTYPES (acc.at:18): ok (0m7.655s 0m3.236s) 194. AC_C_RESTRICT (acc.at:19): ok (0m7.669s 0m3.253s) 195. AC_C_STRINGIZE (acc.at:20): ok (0m8.249s 0m3.621s) 196. AC_C_TYPEOF (acc.at:21): ok (0m7.583s 0m3.299s) 197. AC_C_VARARRAYS (acc.at:22): ok (0m7.731s 0m3.277s) 198. AC_OPENMP (acc.at:23): ok (0m7.886s 0m3.374s) 199. AC_PROG_CC_C89 (acc.at:24): ok (0m7.573s 0m3.201s) 200. AC_PROG_CC_C99 (acc.at:25): ok (0m8.111s 0m3.313s) 201. AC_PROG_CC_C_O (acc.at:26): ok (0m7.943s 0m3.426s) 202. AC_PROG_CC_STDC (acc.at:27): ok (0m8.214s 0m3.373s) 203. AC_PROG_CPP_WERROR (acc.at:28): ok (0m7.875s 0m3.530s) 204. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok (0m8.278s 0m3.507s) 205. AC_LANG_C (acc.at:32): ok (0m23.097s 0m3.938s) 206. AC_LANG_CPLUSPLUS (acc.at:33): ok (0m23.035s 0m3.948s) 207. AC_LANG_OBJC (acc.at:34): ok (0m23.156s 0m3.935s) 208. GNU Fortran 77 (fortran.at:33): ok (0m7.160s 0m3.164s) 209. GNU Fortran (fortran.at:61): ok (0m7.294s 0m3.327s) 210. AC_F77_MAIN (acfortran.at:13): ok (0m9.186s 0m3.940s) 211. AC_F77_WRAPPERS (acfortran.at:14): ok (0m10.278s 0m4.249s) 212. AC_FC_MAIN (acfortran.at:15): ok (0m8.925s 0m3.827s) 213. AC_FC_WRAPPERS (acfortran.at:16): ok (0m10.188s 0m4.220s) 214. AC_PROG_F77_C_O (acfortran.at:17): ok (0m7.286s 0m3.107s) 215. AC_PROG_FC_C_O (acfortran.at:18): ok (0m7.204s 0m3.095s) 216. AC_F77_NAME_MANGLING (acfortran.at:21): ok (0m23.154s 0m3.965s) 217. AC_LANG_FORTRAN77 (acfortran.at:22): ok (0m22.959s 0m3.913s) 218. AC_CHECK_LIB (semantics.at:35): ok (0m10.300s 0m4.566s) 219. AC_SEARCH_LIBS (semantics.at:79): ok (0m8.132s 0m3.422s) 220. AC_SEARCH_LIBS (none needed) (semantics.at:92): ok (0m7.914s 0m3.267s) 221. AC_CHECK_DECLS (semantics.at:107): ok (0m8.783s 0m3.731s) 222. AC_CHECK_FUNCS (semantics.at:130): ok (0m8.088s 0m3.415s) 223. AC_REPLACE_FUNCS (semantics.at:143): ok (0m7.055s 0m2.596s) 224. AC_CHECK_HEADERS (semantics.at:173): ok (0m12.072s 0m5.647s) 225. AC_CHECK_HEADERS_OLD (semantics.at:185): ok (0m6.803s 0m2.463s) 226. AC_CHECK_HEADERS_NEW (semantics.at:212): ok (0m6.593s 0m2.346s) 227. AC_CHECK_MEMBERS (semantics.at:245): ok (0m8.249s 0m3.548s) 228. AC_CHECK_ALIGNOF (semantics.at:258): ok (0m12.871s 0m5.729s) 229. AC_CHECK_ALIGNOF (cross compile) (semantics.at:258): ok (0m13.369s 0m5.867s) 230. AC_CHECK_ALIGNOF struct (semantics.at:275): ok (0m12.353s 0m5.498s) 231. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:275): ok (0m12.747s 0m5.569s) 232. AC_CHECK_SIZEOF (semantics.at:287): ok (0m12.878s 0m5.737s) 233. AC_CHECK_SIZEOF (cross compile) (semantics.at:287): ok (0m13.536s 0m6.001s) 234. AC_CHECK_SIZEOF struct (semantics.at:303): ok (0m12.918s 0m5.820s) 235. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:303): ok (0m13.676s 0m6.900s) 236. AC_CHECK_TYPES (semantics.at:324): ok (0m8.211s 0m3.540s) 237. AC_CHECK_TYPES: backward compatibility (semantics.at:338): ok (0m2.201s 0m0.430s) 238. AC_CHECK_FILES (semantics.at:374): ok (0m5.923s 0m2.467s) 239. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:417): ok (0m2.548s 0m0.865s) 240. AC_C_BIGENDIAN (semantics.at:466): ok (0m23.259s 0m8.271s) 241. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:515): ok (0m2.458s 0m0.835s) 242. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:557): ok (0m2.461s 0m0.904s) 243. AC_PATH_XTRA (semantics.at:637): ok (0m11.207s 0m4.893s) 244. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:655): ok (0m12.040s 0m5.501s) 245. AC_FUNC_SETVBUF_REVERSED (semantics.at:656): ok (0m5.534s 0m2.424s) 246. AC_FUNC_WAIT3 (semantics.at:657): ok (0m11.847s 0m5.527s) 247. AC_ARG_ENABLE (acgeneral.at:13): ok (0m5.493s 0m2.376s) 248. AC_ARG_PROGRAM (acgeneral.at:14): ok (0m5.550s 0m2.371s) 249. AC_ARG_WITH (acgeneral.at:15): ok (0m5.560s 0m2.395s) 250. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok (0m5.481s 0m2.447s) 251. AC_EGREP_CPP (acgeneral.at:17): ok (0m8.220s 0m3.511s) 252. AC_EGREP_HEADER (acgeneral.at:18): ok (0m8.216s 0m3.597s) 253. AC_PREFIX_DEFAULT (acgeneral.at:19): ok (0m5.552s 0m2.386s) 254. AC_PRESERVE_HELP_ORDER (acgeneral.at:20): ok (0m5.519s 0m2.380s) 255. AC_CHECKING (acgeneral.at:23): ok (0m23.475s 0m4.283s) 256. AC_COMPILE_CHECK (acgeneral.at:24): ok (0m26.781s 0m5.430s) 257. AC_ENABLE (acgeneral.at:25): ok (0m23.076s 0m4.111s) 258. AC_FOREACH (acgeneral.at:26): ok (0m23.199s 0m4.051s) 259. AC_MSG_RESULT_UNQUOTED (acgeneral.at:27): ok (0m23.193s 0m4.044s) 260. AC_TRY_COMPILE (acgeneral.at:28): ok (0m26.593s 0m5.282s) 261. AC_TRY_CPP (acgeneral.at:29): ok (0m27.566s 0m5.703s) 262. AC_TRY_LINK (acgeneral.at:30): ok (0m26.818s 0m5.338s) 263. AC_TRY_RUN (acgeneral.at:31): ok (0m26.683s 0m5.270s) 264. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:32): ok (0m23.251s 0m3.975s) 265. AC_WITH (acgeneral.at:33): ok (0m23.093s 0m3.949s) 266. AC_OUTPUT_COMMANDS (acstatus.at:15): ok (0m23.263s 0m4.009s) 267. AC_SYS_INTERPRETER (acspecific.at:13): ok (0m5.617s 0m2.363s) 268. AC_SYS_LARGEFILE (acspecific.at:14): ok (0m7.923s 0m3.365s) 269. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok (0m5.533s 0m2.428s) 270. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok (0m7.821s 0m3.253s) 271. AC_AIX (acspecific.at:19): ok (0m35.073s 0m9.020s) 272. AC_ARG_ARRAY (acspecific.at:20): ok (0m23.347s 0m4.056s) 273. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok (0m26.784s 0m5.260s) 274. AC_DYNIX_SEQ (acspecific.at:22): ok (0m26.821s 0m5.382s) 275. AC_HAVE_POUNDBANG (acspecific.at:23): ok (0m23.186s 0m4.012s) 276. AC_IRIX_SUN (acspecific.at:24): ok (0m27.346s 0m5.539s) 277. AC_ISC_POSIX (acspecific.at:25): ok (0m26.823s 0m5.361s) 278. AC_MINIX (acspecific.at:26): ok (0m34.869s 0m9.123s) 279. AC_SCO_INTL (acspecific.at:27): ok (0m27.541s 0m5.983s) 280. AC_XENIX_DIR (acspecific.at:28): ok (0m28.657s 0m6.430s) 281. AC_PROG_AWK (acprograms.at:13): ok (0m5.593s 0m2.392s) 282. AC_PROG_FGREP (acprograms.at:14): ok (0m5.752s 0m2.416s) 283. AC_PROG_INSTALL (acprograms.at:15): ok (0m5.690s 0m2.444s) 284. AC_PROG_LEX (acprograms.at:16): ok (0m12.354s 0m3.844s) 285. AC_PROG_LN_S (acprograms.at:17): ok (0m5.662s 0m2.372s) 286. AC_PROG_MAKE_SET (acprograms.at:18): ok (0m5.629s 0m2.440s) 287. AC_PROG_MKDIR_P (acprograms.at:19): ok (0m5.614s 0m2.423s) 288. AC_PROG_RANLIB (acprograms.at:20): ok (0m5.670s 0m2.305s) 289. AC_PROG_SED (acprograms.at:21): ok (0m5.635s 0m2.384s) 290. AC_PROG_YACC (acprograms.at:22): ok (0m5.626s 0m2.335s) 291. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok (0m23.245s 0m4.083s) 292. AC_DECL_YYTEXT (acprograms.at:26): ok (0m35.925s 0m6.246s) 293. AC_RSH (acprograms.at:27): ok (0m22.586s 0m4.215s) 294. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok (0m5.233s 0m2.335s) 295. AC_HEADER_ASSERT (acheaders.at:14): ok (0m5.284s 0m2.392s) 296. AC_HEADER_MAJOR (acheaders.at:15): ok (0m11.480s 0m5.496s) 297. AC_HEADER_RESOLV (acheaders.at:16): ok (0m8.697s 0m4.129s) 298. AC_HEADER_STAT (acheaders.at:17): ok (0m7.924s 0m3.375s) 299. AC_HEADER_STDBOOL (acheaders.at:18): ok (0m12.099s 0m5.660s) 300. AC_HEADER_TIOCGWINSZ (acheaders.at:19): ok (0m8.378s 0m3.629s) 301. AC_DIR_HEADER (acheaders.at:22): ok (0m35.395s 0m9.318s) 302. AC_MEMORY_H (acheaders.at:23): ok (0m33.960s 0m8.608s) 303. AC_UNISTD_H (acheaders.at:24): ok (0m33.577s 0m8.910s) 304. AC_USG (acheaders.at:25): ok (0m33.975s 0m8.814s) 305. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok (0m8.482s 0m3.562s) 306. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok (0m8.465s 0m3.547s) 307. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok (0m11.662s 0m5.365s) 308. AC_STRUCT_TIMEZONE (actypes.at:16): ok (0m8.034s 0m3.385s) 309. AC_TYPE_INT16_T (actypes.at:17): ok (0m11.991s 0m5.481s) 310. AC_TYPE_INT32_T (actypes.at:18): ok (0m11.971s 0m5.436s) 311. AC_TYPE_INT64_T (actypes.at:19): ok (0m11.958s 0m5.541s) 312. AC_TYPE_INT8_T (actypes.at:20): ok (0m11.941s 0m5.629s) 313. AC_TYPE_INTMAX_T (actypes.at:21): ok (0m12.438s 0m5.812s) 314. AC_TYPE_INTPTR_T (actypes.at:22): ok (0m12.078s 0m5.394s) 315. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok (0m7.563s 0m3.146s) 316. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok (0m7.810s 0m3.269s) 317. AC_TYPE_MODE_T (actypes.at:25): ok (0m11.927s 0m5.470s) 318. AC_TYPE_OFF_T (actypes.at:26): ok (0m11.900s 0m5.474s) 319. AC_TYPE_SSIZE_T (actypes.at:27): ok (0m11.903s 0m5.490s) 320. AC_TYPE_UINT16_T (actypes.at:28): ok (0m11.538s 0m5.496s) 321. AC_TYPE_UINT32_T (actypes.at:29): ok (0m11.655s 0m5.323s) 322. AC_TYPE_UINT64_T (actypes.at:30): ok (0m11.638s 0m5.415s) 323. AC_TYPE_UINT8_T (actypes.at:31): ok (0m11.646s 0m5.430s) 324. AC_TYPE_UINTMAX_T (actypes.at:32): ok (0m12.306s 0m5.483s) 325. AC_TYPE_UINTPTR_T (actypes.at:33): ok (0m11.460s 0m5.543s) 326. AC_C_LONG_DOUBLE (actypes.at:36): ok (0m26.658s 0m5.369s) 327. AC_INT_16_BITS (actypes.at:37): ok (0m34.348s 0m8.704s) 328. AC_LONG_64_BITS (actypes.at:38): ok (0m34.521s 0m8.768s) 329. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok (0m34.013s 0m8.796s) 330. AC_STRUCT_ST_RDEV (actypes.at:40): ok (0m33.870s 0m8.819s) 331. AC_TYPE_SIGNAL (actypes.at:41): ok (0m26.583s 0m5.276s) 332. AM_TYPE_PTRDIFF_T (actypes.at:42): ok (0m34.251s 0m8.787s) 333. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok (0m5.467s 0m2.326s) 334. AC_FUNC_CHOWN (acfunctions.at:14): ok (0m11.904s 0m5.522s) 335. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok (0m12.377s 0m5.682s) 336. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok (0m7.791s 0m3.321s) 337. AC_FUNC_FNMATCH (acfunctions.at:17): ok (0m7.771s 0m3.336s) 338. AC_FUNC_FORK (acfunctions.at:18): ok (0m13.577s 0m6.196s) 339. AC_FUNC_FSEEKO (acfunctions.at:19): ok (0m7.959s 0m3.320s) 340. AC_FUNC_GETGROUPS (acfunctions.at:20): ok (0m13.282s 0m5.979s) 341. AC_FUNC_GETMNTENT (acfunctions.at:21): ok (0m7.930s 0m3.283s) 342. AC_FUNC_GETPGRP (acfunctions.at:22): ok (0m11.621s 0m5.493s) 343. AC_FUNC_LSTAT (acfunctions.at:23): ok (0m12.159s 0m5.564s) 344. AC_FUNC_MALLOC (acfunctions.at:24): ok (0m11.703s 0m5.501s) 345. AC_FUNC_MBRTOWC (acfunctions.at:25): ok (0m7.917s 0m3.260s) 346. AC_FUNC_MEMCMP (acfunctions.at:26): ok (0m11.727s 0m5.445s) 347. AC_FUNC_MKTIME (acfunctions.at:27): ok (0m13.098s 0m5.940s) 348. AC_FUNC_MMAP (acfunctions.at:28): ok (0m12.404s 0m5.767s) 349. AC_FUNC_OBSTACK (acfunctions.at:29): ok (0m11.746s 0m5.385s) 350. AC_FUNC_REALLOC (acfunctions.at:30): ok (0m11.690s 0m5.429s) 351. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok (0m12.581s 0m5.814s) 352. AC_FUNC_SETPGRP (acfunctions.at:32): ok (0m11.513s 0m5.315s) 353. AC_FUNC_STAT (acfunctions.at:33): ok (0m12.091s 0m5.601s) 354. AC_FUNC_STRCOLL (acfunctions.at:34): ok (0m11.648s 0m5.363s) 355. AC_FUNC_STRERROR_R (acfunctions.at:35): ok (0m12.279s 0m5.609s) 356. AC_FUNC_STRFTIME (acfunctions.at:36): ok (0m7.992s 0m3.393s) 357. AC_FUNC_STRNLEN (acfunctions.at:37): ok (0m12.701s 0m5.670s) 358. AC_FUNC_STRTOD (acfunctions.at:38): ok (0m11.888s 0m5.406s) 359. AC_FUNC_STRTOLD (acfunctions.at:39): ok (0m7.662s 0m3.188s) 360. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok (0m12.183s 0m5.728s) 361. AC_FUNC_VPRINTF (acfunctions.at:41): ok (0m8.204s 0m3.542s) 362. AC_HAVE_LIBRARY (aclibs.at:15): ok (0m26.644s 0m5.283s) 363. Libtool (foreign.at:28): ok (0m23.227s 0m12.576s) 364. autoscan (autoscan.at:22): ok (0m2.424s 0m0.460s) testsuite: ending at: Sun Feb 22 20:28:10 CET 2009 testsuite: test suite duration: 1h 47m 24s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: All 364 tests were run, 2 failed (1 expected failure). ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Autoconf 2.63 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 51: m4sh.at:163 AS_ECHO and AS_ECHO_N ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 51. m4sh.at:163: testing ... ./m4sh.at:199: autom4te --language=m4sh script.as -o script ./m4sh.at:200: ./script --- /dev/null 2009-01-29 06:54:28.586728317 +0100 +++ /usr/src/redhat/BUILD/autoconf-2.63/tests/testsuite.dir/at-groups/51/stderr 2009-02-22 18:56:02.000000000 +0100 @@ -0,0 +1,2 @@ +./script: line 551: unexpected EOF while looking for matching ``' +./script: line 557: syntax error: unexpected end of file ./m4sh.at:200: exit code was 2, expected 0 51. m4sh.at:163: 51. AS_ECHO and AS_ECHO_N (m4sh.at:163): FAILED (m4sh.at:200) ## ------------- ## ## ../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.63, which was | generated by GNU Autoconf 2.63. Invocation command line was | | $ ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --bindir=/usr/bin --datadir=/usr/share | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = steiger | uname -m = i686 | uname -r = 2.6.20-1.2320.fc5 | uname -s = Linux | uname -v = #1 Tue Jun 12 18:50:38 EDT 2007 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = i686 | /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/kerberos/sbin | PATH: /usr/lib/qt-3.3/bin | PATH: /usr/kerberos/bin | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/X11R6/bin | PATH: /home/bert/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1824: checking for a BSD-compatible install | configure:1892: result: /usr/bin/install -c | configure:1903: checking whether build environment is sane | configure:1946: result: yes | configure:1971: checking for a thread-safe mkdir -p | configure:2010: result: /bin/mkdir -p | configure:2023: checking for gawk | configure:2039: found /usr/bin/gawk | configure:2050: result: gawk | configure:2061: checking whether make sets $(MAKE) | configure:2083: result: yes | configure:2291: checking whether /bin/sh -n is known to work | configure:2310: result: yes | configure:2322: checking for expr | configure:2340: found /usr/bin/expr | configure:2352: result: /usr/bin/expr | configure:2371: checking for GNU M4 that supports accurate traces | configure:2413: result: /usr/bin/m4 | configure:2416: checking how m4 supports trace files | configure:2426: result: --debugfile | configure:2450: checking for perl | configure:2468: found /usr/bin/perl | configure:2481: result: /usr/bin/perl | configure:2513: checking for emacs | configure:2529: found /usr/bin/emacs | configure:2540: result: emacs | configure:2558: checking whether emacs is sufficiently recent | configure:2568: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2 | Loading /usr/share/emacs/site-lisp/site-start.d/anthy-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/tramp-init.el (source)... | While compiling broken-mode in file /usr/src/redhat/BUILD/autoconf-2.63/conftest.el: | ** assignment to free variable broken-defaults | Wrote /usr/src/redhat/BUILD/autoconf-2.63/conftest.elc | Done | configure:2571: $? = 0 | configure:2580: result: yes | configure:2599: checking for emacs | configure:2626: result: emacs | configure:2650: checking where .elc files should go | configure:2663: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' conftest.out | Loading /usr/share/emacs/site-lisp/site-start.d/anthy-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/tramp-init.el (source)... | configure:2666: $? = 0 | configure:2679: result: ${datarootdir}/emacs/site-lisp | configure:2692: checking for grep that handles long lines and -e | configure:2752: result: /bin/grep | configure:2757: checking for egrep | configure:2821: result: /bin/grep -E | configure:2826: checking for a sed that does not truncate output | configure:2892: result: /bin/sed | configure:2902: checking whether make is case sensitive | configure:2918: result: yes | configure:3087: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Autoconf config.status 2.63, which was | generated by GNU Autoconf 2.63. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on steiger | | config.status:704: creating tests/Makefile | config.status:704: creating tests/atlocal | config.status:704: creating man/Makefile | config.status:704: creating lib/emacs/Makefile | config.status:704: creating Makefile | config.status:704: creating doc/Makefile | config.status:704: creating lib/Makefile | config.status:704: creating lib/Autom4te/Makefile | config.status:704: creating lib/autoscan/Makefile | config.status:704: creating lib/m4sugar/Makefile | config.status:704: creating lib/autoconf/Makefile | config.status:704: creating lib/autotest/Makefile | config.status:704: creating bin/Makefile | config.status:950: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | 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='/bin/grep -E' | ac_cv_path_EXPR=/usr/bin/expr | ac_cv_path_GREP=/bin/grep | ac_cv_path_M4=/usr/bin/m4 | ac_cv_path_PERL=/usr/bin/perl | ac_cv_path_SED=/bin/sed | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_EMACS=emacs | ac_cv_prog_TEST_EMACS=emacs | ac_cv_prog_emacs_ok=yes | ac_cv_prog_gnu_m4_debugfile=--debugfile | ac_cv_prog_make_make_case=yes | ac_cv_prog_make_make_set=yes | ac_cv_sh_n_works=yes | am_cv_lispdir='${datarootdir}/emacs/site-lisp' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /usr/src/redhat/BUILD/autoconf-2.63/build-aux/missing --run aclocal-1.10' | AMTAR='${SHELL} /usr/src/redhat/BUILD/autoconf-2.63/build-aux/missing --run tar' | AUTOCONF='${SHELL} /usr/src/redhat/BUILD/autoconf-2.63/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /usr/src/redhat/BUILD/autoconf-2.63/build-aux/missing --run autoheader' | AUTOMAKE='${SHELL} /usr/src/redhat/BUILD/autoconf-2.63/build-aux/missing --run automake-1.10' | AWK='gawk' | CYGPATH_W='echo' | DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.63\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.63\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"autoconf\" -DVERSION=\"2.63\"' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EMACS='emacs' | EMACSLOADPATH='' | EXPR='/usr/bin/expr' | GREP='/bin/grep' | HELP2MAN='${SHELL} /usr/src/redhat/BUILD/autoconf-2.63/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='--debugfile' | MAKEINFO='${SHELL} /usr/src/redhat/BUILD/autoconf-2.63/build-aux/missing --run makeinfo' | MAKE_CASE_SENSITIVE_FALSE='#' | MAKE_CASE_SENSITIVE_TRUE='' | MKDIR_P='/bin/mkdir -p' | PACKAGE='autoconf' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU Autoconf' | PACKAGE_STRING='GNU Autoconf 2.63' | PACKAGE_TARNAME='autoconf' | PACKAGE_VERSION='2.63' | PATH_SEPARATOR=':' | PERL='/usr/bin/perl' | SED='/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='' | TEST_EMACS='emacs' | VERSION='2.63' | ac_cv_sh_n_works='yes' | am__isrc='' | am__leading_dot='.' | am__tar='${AMTAR} chof - "$$tardir"' | am__untar='${AMTAR} xf -' | bindir='/usr/bin' | build_alias='' | datadir='/usr/share' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host_alias='' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='/usr/share/info' | install_sh='$(SHELL) /usr/src/redhat/BUILD/autoconf-2.63/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lispdir='${datarootdir}/emacs/site-lisp' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='/usr/share/man' | mkdir_p='/bin/mkdir -p' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU Autoconf" | #define PACKAGE_TARNAME "autoconf" | #define PACKAGE_VERSION "2.63" | #define PACKAGE_STRING "GNU Autoconf 2.63" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "autoconf" | #define VERSION "2.63" | | configure: exit 0