After compiling and installing Automake 1.9, the number of failures is
down to 2 (51 and 183).
--------------------------|
John L. Ries |
Salford Systems |
Phone: (619)543-8880 x107 |
or (435)865-5723 |
--------------------------|
On Wed, 5 Apr 2006, John L. Ries wrote:
Looks like I had Automake installed at one time and parts of it still remain.
Probably the thing to do is to reinstall it and see if the three
"flunkings" in question go away. Since my primary goal is to get GCC 4.1 to
compile, I'll ignore the fourth "flunking" for now.
Thanks.
--------------------------|
John L. Ries |
Salford Systems |
Phone: (619)543-8880 x107 |
or (435)865-5723 |
--------------------------|
On Wed, 5 Apr 2006, Ralf Wildenhues wrote:
Hi John,
* John L. Ries wrote on Wed, Apr 05, 2006 at 01:51:06AM CEST:
The Autoconf in question was built on a DEC 3000/600 under Tru64 UNIX 5.0
with GNU m4 1.4, Perl v5.8.6, and gawk 3.0.4. Please let me know if you
need further information.
Well, it would be great if you could redo testing with the next alpha
release, which is hopefully done rather soon now.
But it's still quite interesting to take a look at this bug report, for
which I'd like to thank you.
Snipped to the important parts:
uname -m = alpha
uname -r = V5.0
uname -s = OSF1
uname -v = 910
ERROR: 182 tests were run,
4 failed unexpectedly.
1 test was skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.59 test suite test groups:
NUM: FILENAME:LINE TEST-GROUP-NAME
KEYWORDS
40: torture.at:558 Configuring subdirectories
autoreconf
41: torture.at:654 Deep Package
autoreconf
51: c.at:88 C keywords
183: foreign.at:27 Libtool
Skipped tests:
GNU Autoconf 2.59 test suite test groups:
NUM: FILENAME:LINE TEST-GROUP-NAME
KEYWORDS
1: tools.at:47 Syntax of the shell scripts
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
40. torture.at:558: testing ...
torture.at:562: aclocal --version || exit 77
stderr:
stdout:
aclocal (GNU automake) 1.5
torture.at:564: grep '1.[01234]' stdout && exit 77
stdout:
torture.at:607: autoreconf
stderr:
aclocal: couldn't open directory `/usr/local/share/aclocal': No such file
or directory
I can only guess this was a bug in old Automake 1.5, since fixed. But
maybe your installation of Automake is broken? Its `make install' step
should have created that directory.
41. torture.at:654: testing ...
torture.at:658: aclocal --version || exit 77
stderr:
stdout:
aclocal (GNU automake) 1.5
torture.at:687: autoreconf -Wall -v
stderr:
Can't locate Automake/Struct.pm in @INC (@INC contains:
/usr/local/share/automake /usr/local/lib/perl5/5.8.6/alpha-dec_osf-ld
/usr/local/lib/perl5/5.8.6
/usr/local/lib/perl5/site_perl/5.8.6/alpha-dec_osf-ld
/usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl .) at
/usr/local/bin/automake line 39.
Hmm. I'd assume that the installation would search below
/usr/local/share/automake-1.5 and not /usr/local/share/automake.
That's what it does here.
BEGIN failed--compilation aborted at /usr/local/bin/automake line 39.
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --output=aclocal.m4t
aclocal: couldn't open directory `/usr/local/share/aclocal': No such file
or directory
Ditto.
autoreconf: aclocal failed with exit status: 2
stdout:
torture.at:687: exit code was 2, expected 0
41. torture.at:654: 41. Deep Package (torture.at:654): FAILED
(torture.at:687)
51. c.at:88: testing ...
c.at:88: autoconf -W obsolete
c.at:88: autoheader
c.at:88: top_srcdir=$abs_top_srcdir ./configure
0a1
configure: error: failed to detect `const', `inline', `restrict', or
`volatile' support
This failure is neat, because..
stdout:
./../../c.at:88: config.log
checking for gcc... gcc
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... no
checking for working volatile... yes
c.at:88: exit code was 1, expected 0
configure:1598: gcc --version </dev/null >&5
2.8.0
.. the test assumes that GCC has working support for volatile,
const, and restrict. I know 2.95 has support for restrict, but
I don't know whether that was the first version to have it.
It seems though that 2.8.0 simply did not have it. :-)
I guess we could restrict our test to not mind missing restrict in GCC
before 2.95.
configure:2388: checking for C/C++ restrict keyword
configure:2406: gcc -c -g -O2 conftest.c >&5
conftest.c:9: parse error before `x'
51. c.at:88: 51. C keywords (c.at:88): FAILED (c.at:88)
183. foreign.at:27: testing install-sh ltconfig libtool at-path ltmain.sh
config.guess config.sub...
foreign.at:31: libtoolize --version || exit 77
stderr:
stdout:
libtoolize (GNU libtool) 1.4.2
foreign.at:39:
case `libtoolize --version |
sed -n '/^.* \([0-9][0-9.a-z]*\)$/{s//\1/;p;q;}'` in
0.* ) exit 77;;
1.[0123]* ) exit 77;;
esac
stderr:
stdout:
foreign.at:51: libtoolize
stderr:
/usr/local/share/libtool: No such file or directory
libtoolize: cannot list files in `/usr/local/share/libtool'
stdout:
foreign.at:51: exit code was 1, expected 0
183. foreign.at:27: 183. Libtool (foreign.at:27): FAILED (foreign.at:51)
This libtoolize is from a rather old version of Libtool, too.
But again this looks like your installation is not complete.
Cheers,
Ralf
## ----------------------------- ##
## GNU Autoconf 2.59 test suite. ##
## ----------------------------- ##
testsuite: command line was:
$ ./testsuite
## ----------- ##
## ChangeLogs. ##
## ----------- ##
testsuite: ../ChangeLog:
| 2003-11-06 Akim Demaille <[EMAIL PROTECTED]>
|
| Version 2.59.
|
| 2003-11-05 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
|
| * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
| so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
| and ac_abs_top_srcdir are absolute paths.
| * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
## --------- ##
## Platform. ##
## --------- ##
hostname = audrey.salford.local
uname -m = alpha
uname -r = V5.0
uname -s = OSF1
uname -v = 910
/usr/bin/uname -p = alpha
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = alpha
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/src/autoconf-2.59/tests
PATH: /home/jries/bin
PATH: /usr/local/src/autoconf-2.59
PATH: /usr/sbin
PATH: /bin
PATH: /usr/local
PATH: /usr/local/bin
PATH: /usr/systat
PATH: /usr/local/ldap/bin
PATH: /usr/local/Scripts
PATH: /usr/local/ssl/bin
PATH: /usr/bin/X11
PATH: /usr/bin/mh
PATH: /sbin
testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/usr/local/src/autoconf-2.59/tests'
| at_srcdir='.'
| abs_srcdir='/usr/local/src/autoconf-2.59/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/usr/local/src/autoconf-2.59/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/usr/local/src/autoconf-2.59/tests/../.'
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/bash'}
testsuite: atlocal:
| # -*- shell-script -*-
| # tests/atlocal. Generated from atlocal.in by configure.
| # Configurable variable values for Autoconf test suite.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
|
| # We need Perl.
| PERL='/bin/perl'
## ---------------- ##
## Tested programs. ##
## ---------------- ##
local.at:370: /usr/local/src/autoconf-2.59/tests/autom4te --version
autom4te (GNU Autoconf) 2.59
Written by Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
local.at:370: /usr/local/src/autoconf-2.59/tests/autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
local.at:370: /usr/local/src/autoconf-2.59/tests/autoheader --version
autoheader (GNU Autoconf) 2.59
Written by Roland McGrath and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
local.at:370: /usr/local/src/autoconf-2.59/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
local.at:370: /usr/local/src/autoconf-2.59/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
local.at:370: /usr/local/src/autoconf-2.59/tests/ifnames --version
ifnames (GNU Autoconf) 2.59
Written by David J. MacKenzie and Paul Eggert.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Thu Apr 6 22:09:53 PDT 2006
1. Syntax of the shell scripts (tools.at:47): skipped (tools.at:71)
2. Syntax of the Perl scripts (tools.at:92): ok (0m16.385s 0m2.010s)
3. autom4te cache (tools.at:118): ok (0m11.981s 0m2.909s)
4. autoconf --trace: user macros (tools.at:155): ok (0m16.078s 0m5.211s)
5. autoconf --trace: builtins (tools.at:242): ok (0m22.636s 0m3.536s)
6. autoconf: forbidden tokens, basic (tools.at:273): ok (0m5.286s 0m1.660s)
7. autoconf: forbidden tokens, exceptions (tools.at:301): ok (0m5.408s
0m1.625s)
8. ifnames (tools.at:347): ok (0m2.613s 0m0.659s)
9. autoheader (tools.at:395): ok (0m31.634s 0m5.371s)
10. autoupdate (tools.at:527): ok (1m37.102s 0m7.038s)
11. autoupdating AC_LINK_FILES (tools.at:559): ok (1m0.834s 0m9.725s)
12. autoupdating AC_PREREQ (tools.at:586): ok (2m29.775s 0m10.199s)
13. m4_warn (m4sugar.at:35): ok (0m16.585s 0m4.286s)
14. m4_require: circular dependencies (m4sugar.at:86): ok (0m4.035s
0m1.016s)
15. m4_text_wrap (m4sugar.at:125): ok (0m4.263s 0m1.035s)
16. LINENO (m4sh.at:26): ok (0m20.093s 0m12.937s)
17. AS_DIRNAME (m4sh.at:102): ok (0m7.462s 0m2.742s)
18. AS_BASENAME (m4sh.at:163): ok (0m6.964s 0m2.608s)
19. AS_MKDIR_P (m4sh.at:220): ok (0m4.680s 0m1.442s)
20. Negated classes in globbing (m4sh.at:253): ok (0m4.440s 0m1.324s)
21. Functions Support (m4sh.at:283): ok (0m5.055s 0m2.086s)
22. Functions and return Support (m4sh.at:325): ok (0m5.008s 0m2.059s)
23. AS_HELP_STRING (m4sh.at:360): ok (0m5.102s 0m2.065s)
24. AC_REQUIRE: topological sort (base.at:29): ok (0m5.567s 0m2.013s)
25. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:71): ok
(0m5.641s 0m2.050s)
26. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:115): ok
(0m5.584s 0m2.045s)
27. AC_REQUIRE & AC_PROVIDE (base.at:158): ok (0m5.494s 0m2.010s)
28. AC_CACHE_CHECK (base.at:190): ok (0m10.653s 0m4.186s)
29. AC_TRY_COMMAND (base.at:209): ok (0m10.730s 0m4.287s)
30. AC_CONFIG_COMMANDS with empty commands (torture.at:30): ok (0m24.477s
0m8.716s)
31. Multiple AC_CONFIG_FILES (torture.at:37): ok (0m8.647s 0m1.611s)
32. AC_ARG_VAR (torture.at:84): ok (0m32.729s 0m38.987s)
33. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:127): ok
(0m37.336s 0m42.275s)
34. Missing templates (torture.at:211): ok (0m13.860s 0m6.010s)
35. configure invocation (torture.at:242): ok (0m19.623s 0m17.402s)
36. #define header templates (torture.at:279): ok (0m15.468s 0m7.335s)
37. Torturing config.status (torture.at:373): ok (0m45.129s 0m12.340s)
38. srcdir (torture.at:482): ok (0m20.292s 0m16.206s)
39. Signal handling (torture.at:522): ok (0m10.422s 0m4.194s)
40. Configuring subdirectories (torture.at:558): ok (1m14.528s 0m38.329s)
41. Deep Package (torture.at:654): ok (1m54.904s 0m49.112s)
42. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:32): ok (0m9.545s
0m1.780s)
43. AC_REQUIRE & AC_LANG (compile.at:78): ok (0m10.878s 0m4.153s)
44. AC_RUN_IFELSE (compile.at:114): ok (0m20.300s 0m8.226s)
45. AC_TRY_LINK_FUNC (compile.at:151): ok (0m33.453s 0m12.103s)
46. AC_NO_EXECUTABLES (aclang.at:12): ok (0m23.991s 0m8.427s)
47. AC_REQUIRE_CPP (aclang.at:13): ok (0m33.730s 0m11.995s)
48. AC_LANG_SAVE (aclang.at:16): ok (1m35.187s 0m20.163s)
49. Extensions (c.at:47): ok (0m30.513s 0m8.865s)
50. Broken/missing compilers (c.at:59): ok (0m16.689s 0m4.649s)
52. AC_PROG_CPP requires AC_PROG_CC (c.at:101): ok (0m33.616s 0m12.424s)
53. AC_PROG_CPP with warnings (c.at:112): ok (0m46.170s 0m20.565s)
54. AC_PROG_CPP without warnings (c.at:142): ok (0m46.438s 0m20.539s)
55. AC_PROG_CPP via CC (c.at:179): ok (0m46.613s 0m20.677s)
56. AC_C_BACKSLASH_A (acc.at:12): ok (0m32.871s 0m11.639s)
57. AC_C_BIGENDIAN (acc.at:13): ok (0m34.484s 0m11.971s)
58. AC_C_CHAR_UNSIGNED (acc.at:14): ok (0m44.499s 0m19.296s)
59. AC_C_LONG_DOUBLE (acc.at:15): ok (0m33.154s 0m11.452s)
60. AC_C_STRINGIZE (acc.at:16): ok (0m34.568s 0m12.345s)
61. AC_PROG_CC_C_O (acc.at:17): ok (0m33.228s 0m12.027s)
62. AC_PROG_CPP_WERROR (acc.at:18): ok (0m33.898s 0m12.127s)
63. AC_PROG_GCC_TRADITIONAL (acc.at:19): ok (0m35.032s 0m12.546s)
64. AC_LANG_C (acc.at:22): ok (1m35.468s 0m19.710s)
65. AC_LANG_CPLUSPLUS (acc.at:23): ok (1m35.287s 0m19.779s)
66. GNU Fortran 77 (fortran.at:52): ok (0m29.398s 0m10.588s)
67. GNU Fortran (fortran.at:77): ok (0m30.715s 0m11.627s)
68. AC_F77_MAIN (acfortran.at:12): ok (0m42.376s 0m17.921s)
69. AC_F77_WRAPPERS (acfortran.at:13): ok (0m44.232s 0m15.493s)
70. AC_FC_MAIN (acfortran.at:14): ok (0m42.111s 0m17.324s)
71. AC_FC_WRAPPERS (acfortran.at:15): ok (0m44.384s 0m15.233s)
72. AC_PROG_F77_C_O (acfortran.at:16): ok (0m30.021s 0m10.491s)
73. AC_PROG_FC_C_O (acfortran.at:17): ok (0m29.932s 0m10.624s)
74. AC_LANG_FORTRAN77 (acfortran.at:20): ok (1m35.084s 0m19.675s)
75. AC_CHECK_LIB (semantics.at:73): ok (0m39.687s 0m16.222s)
76. AC_SEARCH_LIBS (semantics.at:95): ok (0m34.782s 0m12.970s)
77. AC_CHECK_DECLS (semantics.at:108): ok (0m34.074s 0m11.961s)
78. AC_CHECK_FUNCS (semantics.at:120): ok (0m33.662s 0m12.373s)
79. AC_REPLACE_FUNCS (semantics.at:128): ok (0m35.235s 0m12.768s)
80. AC_CHECK_HEADERS (semantics.at:163): ok (0m46.373s 0m20.344s)
81. AC_CHECK_HEADERS_OLD (semantics.at:170): ok (0m34.835s 0m13.190s)
82. AC_CHECK_HEADERS_NEW (semantics.at:199): ok (0m33.777s 0m12.843s)
83. AC_CHECK_MEMBERS (semantics.at:239): ok (0m34.998s 0m12.659s)
84. AC_CHECK_SIZEOF (semantics.at:256): ok (0m55.563s 0m22.000s)
85. AC_CHECK_SIZEOF (semantics.at:274): ok (0m56.908s 0m23.579s)
86. AC_CHECK_TYPES (semantics.at:290): ok (0m34.868s 0m12.635s)
87. AC_CHECK_TYPES: backward compatibility (semantics.at:297): ok
(0m10.584s 0m1.863s)
88. AC_CHECK_FILES (semantics.at:342): ok (0m26.012s 0m8.976s)
89. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:376): ok (0m12.909s
0m4.601s)
90. AC_C_BIGENDIAN (semantics.at:425): ok (1m28.616s 0m26.372s)
91. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:462): ok (0m12.014s 0m4.654s)
92. AC_PATH_XTRA (semantics.at:506): ok (0m53.844s 0m26.441s)
93. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:524): ok (0m47.947s 0m20.133s)
94. AC_FUNC_WAIT3 (semantics.at:525): ok (0m33.607s 0m12.018s)
95. AC_ARG_ENABLE (acgeneral.at:12): ok (0m24.059s 0m8.428s)
96. AC_ARG_PROGRAM (acgeneral.at:13): ok (0m23.990s 0m8.482s)
97. AC_ARG_WITH (acgeneral.at:14): ok (0m23.957s 0m8.384s)
98. AC_CANONICAL_TARGET (acgeneral.at:15): ok (0m26.685s 0m9.743s)
99. AC_EGREP_CPP (acgeneral.at:16): ok (0m34.177s 0m12.222s)
100. AC_EGREP_HEADER (acgeneral.at:17): ok (0m34.144s 0m12.111s)
101. AC_PREFIX_DEFAULT (acgeneral.at:18): ok (0m23.976s 0m8.408s)
102. AC_CHECKING (acgeneral.at:21): ok (1m35.773s 0m19.744s)
103. AC_COMPILE_CHECK (acgeneral.at:22): ok (1m52.543s 0m26.280s)
104. AC_ENABLE (acgeneral.at:23): ok (1m35.321s 0m19.716s)
105. AC_TRY_COMPILE (acgeneral.at:24): ok (1m52.787s 0m26.327s)
106. AC_TRY_CPP (acgeneral.at:25): ok (1m55.499s 0m27.752s)
107. AC_TRY_LINK (acgeneral.at:26): ok (1m52.834s 0m26.494s)
108. AC_TRY_RUN (acgeneral.at:27): ok (1m52.927s 0m26.287s)
109. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:28): ok (1m35.583s
0m19.826s)
110. AC_WITH (acgeneral.at:29): ok (1m35.523s 0m19.815s)
111. AC_OUTPUT_COMMANDS (acstatus.at:14): ok (1m36.763s 0m20.105s)
112. AC_AIX (acspecific.at:12): ok (0m34.338s 0m12.332s)
113. AC_ISC_POSIX (acspecific.at:13): ok (0m33.178s 0m11.588s)
114. AC_MINIX (acspecific.at:14): ok (0m45.796s 0m19.130s)
115. AC_SYS_INTERPRETER (acspecific.at:15): ok (0m24.215s 0m8.425s)
116. AC_SYS_LARGEFILE (acspecific.at:16): ok (0m35.197s 0m12.276s)
117. AC_SYS_LONG_FILE_NAMES (acspecific.at:17): ok (0m24.493s 0m8.673s)
118. AC_SYS_POSIX_TERMIOS (acspecific.at:18): ok (0m33.136s 0m11.736s)
119. AC_ARG_ARRAY (acspecific.at:21): ok (1m35.513s 0m19.707s)
120. AC_DECL_SYS_SIGLIST (acspecific.at:22): ok (1m54.696s 0m25.997s)
121. AC_DYNIX_SEQ (acspecific.at:23): ok (1m58.790s 0m29.397s)
122. AC_HAVE_POUNDBANG (acspecific.at:24): ok (1m35.719s 0m19.703s)
123. AC_IRIX_SUN (acspecific.at:25): ok (2m0.407s 0m29.988s)
124. AC_SCO_INTL (acspecific.at:26): ok (1m55.364s 0m26.659s)
125. AC_XENIX_DIR (acspecific.at:27): ok (2m2.235s 0m29.434s)
126. AC_PROG_AWK (acprograms.at:12): ok (0m24.369s 0m8.360s)
127. AC_PROG_FGREP (acprograms.at:13): ok (0m24.164s 0m8.509s)
128. AC_PROG_INSTALL (acprograms.at:14): ok (0m24.379s 0m8.403s)
129. AC_PROG_LEX (acprograms.at:15): ok (0m40.358s 0m12.856s)
130. AC_PROG_LN_S (acprograms.at:16): ok (0m24.091s 0m8.452s)
131. AC_PROG_MAKE_SET (acprograms.at:17): ok (0m24.212s 0m8.731s)
132. AC_PROG_RANLIB (acprograms.at:18): ok (0m24.617s 0m8.482s)
133. AC_PROG_YACC (acprograms.at:19): ok (0m24.334s 0m8.443s)
134. AC_CHECK_TOOL_PREFIX (acprograms.at:22): ok (1m35.346s 0m19.382s)
135. AC_DECL_YYTEXT (acprograms.at:23): ok (2m8.507s 0m28.896s)
136. AC_RSH (acprograms.at:24): ok (1m35.003s 0m19.541s)
137. AC_HEADER_MAJOR (acheaders.at:12): ok (0m47.572s 0m19.147s)
138. AC_HEADER_STAT (acheaders.at:13): ok (0m34.559s 0m12.247s)
139. AC_HEADER_STDBOOL (acheaders.at:14): ok (0m45.323s 0m19.217s)
140. AC_HEADER_TIOCGWINSZ (acheaders.at:15): ok (0m35.045s 0m12.553s)
141. AC_DIR_HEADER (acheaders.at:18): ok (2m23.355s 0m43.275s)
142. AC_MEMORY_H (acheaders.at:19): ok (2m21.183s 0m40.708s)
143. AC_UNISTD_H (acheaders.at:20): ok (2m16.913s 0m40.263s)
144. AC_USG (acheaders.at:21): ok (2m19.154s 0m41.087s)
145. AC_STRUCT_ST_BLOCKS (actypes.at:12): ok (0m45.220s 0m18.958s)
146. AC_STRUCT_TIMEZONE (actypes.at:13): ok (0m35.333s 0m11.936s)
147. AC_TYPE_MODE_T (actypes.at:14): ok (0m44.588s 0m19.031s)
148. AC_TYPE_OFF_T (actypes.at:15): ok (0m44.459s 0m19.184s)
149. AC_TYPE_SIGNAL (actypes.at:16): ok (0m33.186s 0m11.540s)
150. AC_INT_16_BITS (actypes.at:19): ok (2m22.986s 0m42.270s)
151. AC_LONG_64_BITS (actypes.at:20): ok (2m24.522s 0m42.328s)
152. AC_STRUCT_ST_BLKSIZE (actypes.at:21): ok (2m18.012s 0m41.069s)
153. AC_STRUCT_ST_RDEV (actypes.at:22): ok (2m17.625s 0m40.835s)
154. AM_TYPE_PTRDIFF_T (actypes.at:23): ok (2m16.435s 0m41.150s)
155. AC_FUNC_CHOWN (acfunctions.at:12): ok (0m46.859s 0m19.594s)
156. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:13): ok (0m47.673s 0m20.581s)
157. AC_FUNC_ERROR_AT_LINE (acfunctions.at:14): ok (0m44.557s 0m19.208s)
158. AC_FUNC_FNMATCH (acfunctions.at:15): ok (0m33.149s 0m11.585s)
159. AC_FUNC_FORK (acfunctions.at:16): ok (0m50.100s 0m21.645s)
160. AC_FUNC_FSEEKO (acfunctions.at:17): ok (0m34.572s 0m11.964s)
161. AC_FUNC_GETGROUPS (acfunctions.at:18): ok (0m48.871s 0m20.717s)
162. AC_FUNC_GETMNTENT (acfunctions.at:19): ok (0m35.546s 0m13.035s)
163. AC_FUNC_GETPGRP (acfunctions.at:20): ok (0m44.457s 0m18.819s)
164. AC_FUNC_MALLOC (acfunctions.at:21): ok (0m46.123s 0m19.339s)
165. AC_FUNC_MBRTOWC (acfunctions.at:22): ok (0m33.747s 0m11.844s)
166. AC_FUNC_MEMCMP (acfunctions.at:23): ok (0m44.709s 0m19.054s)
167. AC_FUNC_MKTIME (acfunctions.at:24): ok (1m1.353s 0m21.684s)
168. AC_FUNC_MMAP (acfunctions.at:25): ok (0m48.396s 0m20.094s)
169. AC_FUNC_OBSTACK (acfunctions.at:26): ok (0m32.759s 0m11.277s)
170. AC_FUNC_REALLOC (acfunctions.at:27): ok (0m46.121s 0m19.237s)
171. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:28): ok (0m48.434s 0m20.681s)
172. AC_FUNC_SETPGRP (acfunctions.at:29): ok (0m33.139s 0m11.617s)
173. AC_FUNC_SETVBUF_REVERSED (acfunctions.at:30): ok (0m34.181s 0m11.430s)
174. AC_FUNC_STAT (acfunctions.at:31): ok (0m46.033s 0m19.635s)
175. AC_FUNC_STRCOLL (acfunctions.at:32): ok (0m44.549s 0m19.157s)
176. AC_FUNC_STRERROR_R (acfunctions.at:33): ok (0m47.338s 0m19.972s)
177. AC_FUNC_STRFTIME (acfunctions.at:34): ok (0m33.869s 0m11.744s)
178. AC_FUNC_STRNLEN (acfunctions.at:35): ok (0m44.568s 0m19.171s)
179. AC_FUNC_STRTOD (acfunctions.at:36): ok (0m34.178s 0m11.535s)
180. AC_FUNC_UTIME_NULL (acfunctions.at:37): ok (0m44.830s 0m19.091s)
181. AC_FUNC_VPRINTF (acfunctions.at:38): ok (0m34.340s 0m12.463s)
182. AC_HAVE_LIBRARY (aclibs.at:14): ok (1m54.237s 0m25.839s)
testsuite: ending at: Fri Apr 7 03:18:04 PDT 2006
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 182 tests were run,
2 failed unexpectedly.
1 test was skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.59 test suite test groups:
NUM: FILENAME:LINE TEST-GROUP-NAME
KEYWORDS
51: c.at:88 C keywords
183: foreign.at:27 Libtool
Skipped tests:
GNU Autoconf 2.59 test suite test groups:
NUM: FILENAME:LINE TEST-GROUP-NAME
KEYWORDS
1: tools.at:47 Syntax of the shell scripts
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
51. c.at:88: testing ...
c.at:88: autoconf -W obsolete
c.at:88: autoheader
c.at:88: top_srcdir=$abs_top_srcdir ./configure
0a1
> configure: error: failed to detect `const', `inline', `restrict', or
> `volatile' support
stdout:
./../../c.at:88: config.log
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... no
checking for working volatile... yes
c.at:88: exit code was 1, expected 0
> 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.59. Invocation command line was
>
> $ ./configure
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = audrey.salford.local
> uname -m = alpha
> uname -r = V5.0
> uname -s = OSF1
> uname -v = 910
>
> /usr/bin/uname -p = alpha
> /bin/uname -X = unknown
>
> /bin/arch = unknown
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo = unknown
> /bin/machine = alpha
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /usr/local/src/autoconf-2.59/tests
> PATH: /home/jries/bin
> PATH: /usr/local/src/autoconf-2.59
> PATH: /usr/sbin
> PATH: /bin
> PATH: /usr/local
> PATH: /usr/local/bin
> PATH: /usr/systat
> PATH: /usr/local/ldap/bin
> PATH: /usr/local/Scripts
> PATH: /usr/local/ssl/bin
> PATH: /usr/bin/X11
> PATH: /usr/bin/mh
> PATH: /sbin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1325: checking for gcc
> configure:1341: found /usr/local/bin/gcc
> configure:1351: result: gcc
> configure:1595: checking for C compiler version
> configure:1598: gcc --version </dev/null >&5
> 2.8.0
> configure:1601: $? = 0
> configure:1603: gcc -v </dev/null >&5
> Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf5.0/2.8.0/specs
> gcc version 2.8.0
> configure:1606: $? = 0
> configure:1608: gcc -V </dev/null >&5
> gcc: argument to `-V' is missing
> configure:1611: $? = 1
> configure:1634: checking for C compiler default output file name
> configure:1637: gcc conftest.c >&5
> configure:1640: $? = 0
> configure:1686: result: a.out
> configure:1691: checking whether the C compiler works
> configure:1697: ./a.out
> configure:1700: $? = 0
> configure:1717: result: yes
> configure:1724: checking whether we are cross compiling
> configure:1726: result: no
> configure:1729: checking for suffix of executables
> configure:1731: gcc -o conftest conftest.c >&5
> configure:1734: $? = 0
> configure:1759: result:
> configure:1765: checking for suffix of object files
> configure:1786: gcc -c conftest.c >&5
> configure:1789: $? = 0
> configure:1811: result: o
> configure:1815: checking whether we are using the GNU C compiler
> configure:1839: gcc -c conftest.c >&5
> configure:1845: $? = 0
> configure:1849: test -z
> || test ! -s conftest.err
> configure:1852: $? = 0
> configure:1855: test -s conftest.o
> configure:1858: $? = 0
> configure:1871: result: yes
> configure:1877: checking whether gcc accepts -g
> configure:1898: gcc -c -g conftest.c >&5
> configure:1904: $? = 0
> configure:1908: test -z
> || test ! -s conftest.err
> configure:1911: $? = 0
> configure:1914: test -s conftest.o
> configure:1917: $? = 0
> configure:1928: result: yes
> configure:1945: checking for gcc option to accept ANSI C
> configure:2015: gcc -c -g -O2 conftest.c >&5
> configure:2021: $? = 0
> configure:2025: test -z
> || test ! -s conftest.err
> configure:2028: $? = 0
> configure:2031: test -s conftest.o
> configure:2034: $? = 0
> configure:2052: result: none needed
> configure:2070: gcc -c -g -O2 conftest.c >&5
> conftest.c:2: parse error before `me'
> configure:2076: $? = 1
> configure: failed program was:
> | #ifndef __cplusplus
> | choke me
> | #endif
> configure:2210: checking for an ANSI C-conforming const
> configure:2277: gcc -c -g -O2 conftest.c >&5
> configure:2283: $? = 0
> configure:2287: test -z
> || test ! -s conftest.err
> configure:2290: $? = 0
> configure:2293: test -s conftest.o
> configure:2296: $? = 0
> configure:2307: result: yes
> configure:2317: checking for inline
> configure:2338: gcc -c -g -O2 conftest.c >&5
> configure:2344: $? = 0
> configure:2348: test -z
> || test ! -s conftest.err
> configure:2351: $? = 0
> configure:2354: test -s conftest.o
> configure:2357: $? = 0
> configure:2369: result: inline
> configure:2388: checking for C/C++ restrict keyword
> configure:2406: gcc -c -g -O2 conftest.c >&5
> conftest.c:9: parse error before `x'
> conftest.c:9: warning: data definition has no type or storage class
> configure:2412: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h. */
> | float * restrict x;
> configure:2406: gcc -c -g -O2 conftest.c >&5
> conftest.c:9: parse error before `x'
> conftest.c:9: warning: data definition has no type or storage class
> configure:2412: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h. */
> | float * __restrict x;
> configure:2406: gcc -c -g -O2 conftest.c >&5
> conftest.c:9: parse error before `x'
> conftest.c:9: warning: data definition has no type or storage class
> configure:2412: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h. */
> | float * __restrict__ x;
> configure:2406: gcc -c -g -O2 conftest.c >&5
> conftest.c:9: parse error before `x'
> conftest.c:9: warning: data definition has no type or storage class
> configure:2412: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h. */
> | float * _Restrict x;
> configure:2437: result: no
> configure:2452: checking for working volatile
> configure:2475: gcc -c -g -O2 conftest.c >&5
> configure:2481: $? = 0
> configure:2485: test -z
> || test ! -s conftest.err
> configure:2488: $? = 0
> configure:2491: test -s conftest.o
> configure:2494: $? = 0
> configure:2505: result: yes
> configure:2517: error: failed to detect `const', `inline', `restrict', or
> `volatile' support
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_c_compiler_gnu=yes
> ac_cv_c_const=yes
> ac_cv_c_inline=inline
> ac_cv_c_restrict=no
> ac_cv_c_volatile=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_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_exeext=
> ac_cv_objext=o
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC='gcc'
> CFLAGS='-g -O2'
> CPPFLAGS=''
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/bash'
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${prefix}/share'
> exec_prefix='NONE'
> host_alias=''
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> oldincludedir='/usr/include'
> prefix='NONE'
> program_transform_name='s,x,x,'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME ""
> #define PACKAGE_STRING ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define restrict
>
> configure: exit 1
51. c.at:88: 51. C keywords (c.at:88): FAILED (c.at:88)
183. foreign.at:27: testing install-sh ltconfig libtool at-path ltmain.sh
config.guess config.sub...
foreign.at:31: libtoolize --version || exit 77
stderr:
stdout:
libtoolize (GNU libtool) 1.4.2
foreign.at:39:
case `libtoolize --version |
sed -n '/^.* \([0-9][0-9.a-z]*\)$/{s//\1/;p;q;}'` in
0.* ) exit 77;;
1.[0123]* ) exit 77;;
esac
stderr:
stdout:
foreign.at:51: libtoolize
stderr:
/usr/local/share/libtool: No such file or directory
libtoolize: cannot list files in `/usr/local/share/libtool'
stdout:
foreign.at:51: exit code was 1, expected 0
183. foreign.at:27: 183. Libtool (foreign.at:27): FAILED (foreign.at:51)
## -------------- ##
## ..//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.59, which was
| generated by GNU Autoconf 2.58a. Invocation command line was
|
| $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = audrey.salford.local
| uname -m = alpha
| uname -r = V5.0
| uname -s = OSF1
| uname -v = 910
|
| /usr/bin/uname -p = alpha
| /bin/uname -X = unknown
|
| /bin/arch = unknown
| /usr/bin/arch -k = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo = unknown
| /bin/machine = alpha
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /home/jries/bin
| PATH: .
| PATH: /usr/sbin
| PATH: /bin
| PATH: /usr/local
| PATH: /usr/local/bin
| PATH: /usr/systat
| PATH: /usr/local/ldap/bin
| PATH: /usr/local/apache/bin
| PATH: /usr/local/Scripts
| PATH: /usr/local/samba/bin
| PATH: /usr/local/ssl/bin
| PATH: /usr/bin/X11
| PATH: /usr/bin/mh
| PATH: /sbin
| PATH: /usr/sbin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1303: checking for a BSD-compatible install
| configure:1358: result: config/install-sh -c
| configure:1369: checking whether build environment is sane
| configure:1412: result: yes
| configure:1444: checking for gawk
| configure:1460: found /bin/gawk
| configure:1470: result: gawk
| configure:1480: checking whether make sets $(MAKE)
| configure:1500: result: yes
| configure:1687: checking for expr
| configure:1705: found /bin/expr
| configure:1717: result: /bin/expr
| configure:1738: checking for gm4
| configure:1756: found /usr/local/bin/gm4
| configure:1768: result: /usr/local/bin/gm4
| configure:1779: checking whether m4 supports frozen files
| configure:1791: result: yes
| configure:1817: checking for perl
| configure:1835: found /bin/perl
| configure:1848: result: /bin/perl
| configure:1879: checking for emacs
| configure:1895: found /usr/local/bin/emacs
| configure:1905: result: emacs
| configure:1922: checking whether emacs is sufficiently recent
| configure:1932: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2
| While compiling broken-mode in file /usr/local/src/autoconf-2.59/conftest.el:
| ** assignment to free variable broken-defaults
| Wrote /usr/local/src/autoconf-2.59/conftest.elc
| Done
| configure:1935: $? = 0
| configure:1944: result: yes
| configure:1960: checking for emacs
| configure:1986: result: emacs
| configure:2013: checking where .elc files should go
| configure:2026: $EMACS -batch -q -eval '(while load-path (princ (concat (car
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
| configure:2029: $? = 0
| configure:2042: result: ${datadir}/emacs/site-lisp
| configure:2184: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by GNU Autoconf config.status 2.59, which was
| generated by GNU Autoconf 2.58a. Invocation command line was
|
| CONFIG_FILES =
| CONFIG_HEADERS =
| CONFIG_LINKS =
| CONFIG_COMMANDS =
| $ ./config.status
|
| on audrey.salford.local
|
| config.status:682: creating config/Makefile
| config.status:682: creating tests/Makefile
| config.status:682: creating tests/atlocal
| config.status:682: creating tests/autoconf
| config.status:682: creating tests/autoheader
| config.status:682: creating tests/autom4te
| config.status:682: creating tests/autoreconf
| config.status:682: creating tests/autoscan
| config.status:682: creating tests/autoupdate
| config.status:682: creating tests/ifnames
| config.status:682: creating man/Makefile
| config.status:682: creating lib/emacs/Makefile
| config.status:682: creating Makefile
| config.status:682: creating doc/Makefile
| config.status:682: creating lib/Makefile
| config.status:682: creating lib/Autom4te/Makefile
| config.status:682: creating lib/autoscan/Makefile
| config.status:682: creating lib/m4sugar/Makefile
| config.status:682: creating lib/autoconf/Makefile
| config.status:682: creating lib/autotest/Makefile
| config.status:682: creating bin/Makefile
| config.status:875: 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_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_EXPR=/bin/expr
| ac_cv_path_M4=/usr/local/bin/gm4
| ac_cv_path_PERL=/bin/perl
| 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=yes
| ac_cv_prog_make_make_set=yes
| am_cv_lispdir='${datadir}/emacs/site-lisp'
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} /usr/local/src/autoconf-2.59/config/missing --run
aclocal-1.7a'
| AMTAR='${SHELL} /usr/local/src/autoconf-2.59/config/missing --run tar'
| AUTOCONF='${SHELL} /usr/local/src/autoconf-2.59/config/missing --run autoconf'
| AUTOHEADER='${SHELL} /usr/local/src/autoconf-2.59/config/missing --run
autoheader'
| AUTOMAKE='${SHELL} /usr/local/src/autoconf-2.59/config/missing --run
automake-1.7a'
| AWK='gawk'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\"
-DPACKAGE_VERSION=\"2.59\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.59\"
-DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"autoconf\"
-DVERSION=\"2.59\" '
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EMACS='emacs'
| EMACSLOADPATH=''
| EXPR='/bin/expr'
| HELP2MAN='${SHELL} /usr/local/src/autoconf-2.59/config/missing --run help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/usr/local/bin/gm4'
| MAKEINFO='${SHELL} /usr/local/src/autoconf-2.59/config/missing --run makeinfo'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='[email protected]'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.59'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_VERSION='2.59'
| PATH_SEPARATOR=':'
| PERL='/bin/perl'
| SET_MAKE=''
| SHELL='/bin/bash'
| STRIP=''
| TEST_EMACS='emacs'
| VERSION='2.59'
| ac_ct_STRIP=''
| am__leading_dot='.'
| bindir='${exec_prefix}/bin'
| build_alias=''
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host_alias=''
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/usr/local/src/autoconf-2.59/config/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datadir}/emacs/site-lisp'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| oldincludedir='/usr/include'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
|
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
|
| #define PACKAGE "autoconf"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_STRING "GNU Autoconf 2.59"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.59"
| #define VERSION "2.59"
|
| configure: exit 0