## ----------------------------- ## ## GNU Autoconf 2.59 test suite. ## ## ----------------------------- ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2003-11-06 Akim Demaille | | Version 2.59. | | 2003-11-05 Alexandre Duret-Lutz | | * 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 = carmiel.andrew.cmu.edu uname -m = sun4u uname -r = 5.10 uname -s = SunOS uname -v = Generic_118822-20 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = carmiel.andrew.cmu.edu Release = 5.10 KernelID = Generic_118822-20 Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 1 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/tmp/local/autoconf/016/autoconf-2.59/tests PATH: /usr/local/bin PATH: /usr/bin PATH: /sbin PATH: /usr/local/etc PATH: /usr/sbin PATH: /afs/andrew.cmu.edu/system/gamma/sun4x_s10/os/usr/sfw/bin PATH: /usr/ccs/bin 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/tmp/local/autoconf/016/autoconf-2.59/tests' | at_srcdir='.' | abs_srcdir='/usr/tmp/local/autoconf/016/autoconf-2.59/tests' | at_top_srcdir='..' | abs_top_srcdir='/usr/tmp/local/autoconf/016/autoconf-2.59/tests/..' | at_top_builddir='../' | abs_top_builddir='/usr/tmp/local/autoconf/016/autoconf-2.59/tests/../.' | | 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 2000, 2001 Free Software Foundation, Inc. | | # We need Perl. | PERL='/bin/perl' ## ---------------- ## ## Tested programs. ## ## ---------------- ## local.at:370: /usr/tmp/local/autoconf/016/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/tmp/local/autoconf/016/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/tmp/local/autoconf/016/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/tmp/local/autoconf/016/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/tmp/local/autoconf/016/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/tmp/local/autoconf/016/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: Tue Mar 7 05:18:35 EST 2006 1. Syntax of the shell scripts (tools.at:47): ok () 2. Syntax of the Perl scripts (tools.at:92): ok () 3. autom4te cache (tools.at:118): ok () 4. autoconf --trace: user macros (tools.at:155): ok () 5. autoconf --trace: builtins (tools.at:242): ok () 6. autoconf: forbidden tokens, basic (tools.at:273): ok () 7. autoconf: forbidden tokens, exceptions (tools.at:301): ok () 8. ifnames (tools.at:347): ok () 9. autoheader (tools.at:395): ok () 10. autoupdate (tools.at:527): ok () 11. autoupdating AC_LINK_FILES (tools.at:559): ok () 12. autoupdating AC_PREREQ (tools.at:586): ok () 13. m4_warn (m4sugar.at:35): ok () 14. m4_require: circular dependencies (m4sugar.at:86): ok () 15. m4_text_wrap (m4sugar.at:125): ok () 16. LINENO (m4sh.at:26): ok () 17. AS_DIRNAME (m4sh.at:102): ok () 18. AS_BASENAME (m4sh.at:163): ok () 19. AS_MKDIR_P (m4sh.at:220): ok () 20. Negated classes in globbing (m4sh.at:253): ok () 21. Functions Support (m4sh.at:283): ok () 22. Functions and return Support (m4sh.at:325): ok () 23. AS_HELP_STRING (m4sh.at:360): ok () 24. AC_REQUIRE: topological sort (base.at:29): ok () 25. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:71): ok () 26. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:115): ok () 27. AC_REQUIRE & AC_PROVIDE (base.at:158): ok () 28. AC_CACHE_CHECK (base.at:190): ok () 29. AC_TRY_COMMAND (base.at:209): ok () 30. AC_CONFIG_COMMANDS with empty commands (torture.at:30): ok () 31. Multiple AC_CONFIG_FILES (torture.at:37): ok () 32. AC_ARG_VAR (torture.at:84): ok () 33. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:127): ok () 34. Missing templates (torture.at:211): ok () 35. configure invocation (torture.at:242): ok () 36. #define header templates (torture.at:279): ok () 37. Torturing config.status (torture.at:373): ok () 38. srcdir (torture.at:482): ok () 39. Signal handling (torture.at:522): ok () 40. Configuring subdirectories (torture.at:558): skipped (torture.at:562) 41. Deep Package (torture.at:654): skipped (torture.at:658) 42. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:32): ok () 43. AC_REQUIRE & AC_LANG (compile.at:78): ok () 44. AC_RUN_IFELSE (compile.at:114): ok () 45. AC_TRY_LINK_FUNC (compile.at:151): ok () 46. AC_NO_EXECUTABLES (aclang.at:12): ok () 47. AC_REQUIRE_CPP (aclang.at:13): ok () 48. AC_LANG_SAVE (aclang.at:16): ok () 49. Extensions (c.at:47): ok () 50. Broken/missing compilers (c.at:59): ok () 51. C keywords (c.at:88): ok () 52. AC_PROG_CPP requires AC_PROG_CC (c.at:101): ok () 53. AC_PROG_CPP with warnings (c.at:112): ok () 55. AC_PROG_CPP via CC (c.at:179): ok () 56. AC_C_BACKSLASH_A (acc.at:12): ok () 57. AC_C_BIGENDIAN (acc.at:13): ok () 58. AC_C_CHAR_UNSIGNED (acc.at:14): ok () 59. AC_C_LONG_DOUBLE (acc.at:15): ok () 60. AC_C_STRINGIZE (acc.at:16): ok () 61. AC_PROG_CC_C_O (acc.at:17): ok () 62. AC_PROG_CPP_WERROR (acc.at:18): ok () 63. AC_PROG_GCC_TRADITIONAL (acc.at:19): ok () 64. AC_LANG_C (acc.at:22): ok () 65. AC_LANG_CPLUSPLUS (acc.at:23): ok () 66. GNU Fortran 77 (fortran.at:52): skipped (fortran.at:52) 67. GNU Fortran (fortran.at:77): skipped (fortran.at:77) 68. AC_F77_MAIN (acfortran.at:12): skipped (acfortran.at:12) 69. AC_F77_WRAPPERS (acfortran.at:13): skipped (acfortran.at:13) 70. AC_FC_MAIN (acfortran.at:14): skipped (acfortran.at:14) 71. AC_FC_WRAPPERS (acfortran.at:15): skipped (acfortran.at:15) 72. AC_PROG_F77_C_O (acfortran.at:16): skipped (acfortran.at:16) 73. AC_PROG_FC_C_O (acfortran.at:17): skipped (acfortran.at:17) 74. AC_LANG_FORTRAN77 (acfortran.at:20): ok () 75. AC_CHECK_LIB (semantics.at:73): ok () 76. AC_SEARCH_LIBS (semantics.at:95): ok () 77. AC_CHECK_DECLS (semantics.at:108): ok () 78. AC_CHECK_FUNCS (semantics.at:120): ok () 79. AC_REPLACE_FUNCS (semantics.at:128): ok () 80. AC_CHECK_HEADERS (semantics.at:163): ok () 81. AC_CHECK_HEADERS_OLD (semantics.at:170): ok () 82. AC_CHECK_HEADERS_NEW (semantics.at:199): ok () 83. AC_CHECK_MEMBERS (semantics.at:239): ok () 84. AC_CHECK_SIZEOF (semantics.at:256): ok () 85. AC_CHECK_SIZEOF (semantics.at:274): ok () 86. AC_CHECK_TYPES (semantics.at:290): ok () 87. AC_CHECK_TYPES: backward compatibility (semantics.at:297): ok () 88. AC_CHECK_FILES (semantics.at:342): ok () 89. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:376): ok () 90. AC_C_BIGENDIAN (semantics.at:425): ok () 91. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:462): ok () 92. AC_PATH_XTRA (semantics.at:506): ok () 93. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:524): ok () 94. AC_FUNC_WAIT3 (semantics.at:525): ok () 95. AC_ARG_ENABLE (acgeneral.at:12): ok () 96. AC_ARG_PROGRAM (acgeneral.at:13): ok () 97. AC_ARG_WITH (acgeneral.at:14): ok () 98. AC_CANONICAL_TARGET (acgeneral.at:15): ok () 99. AC_EGREP_CPP (acgeneral.at:16): ok () 100. AC_EGREP_HEADER (acgeneral.at:17): ok () 101. AC_PREFIX_DEFAULT (acgeneral.at:18): ok () 102. AC_CHECKING (acgeneral.at:21): ok () 103. AC_COMPILE_CHECK (acgeneral.at:22): ok () 104. AC_ENABLE (acgeneral.at:23): ok () 105. AC_TRY_COMPILE (acgeneral.at:24): ok () 106. AC_TRY_CPP (acgeneral.at:25): ok () 107. AC_TRY_LINK (acgeneral.at:26): ok () 108. AC_TRY_RUN (acgeneral.at:27): ok () 109. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:28): ok () 110. AC_WITH (acgeneral.at:29): ok () 111. AC_OUTPUT_COMMANDS (acstatus.at:14): ok () 112. AC_AIX (acspecific.at:12): ok () 113. AC_ISC_POSIX (acspecific.at:13): ok () 114. AC_MINIX (acspecific.at:14): ok () 115. AC_SYS_INTERPRETER (acspecific.at:15): ok () 116. AC_SYS_LARGEFILE (acspecific.at:16): ok () 117. AC_SYS_LONG_FILE_NAMES (acspecific.at:17): ok () 118. AC_SYS_POSIX_TERMIOS (acspecific.at:18): ok () 119. AC_ARG_ARRAY (acspecific.at:21): ok () 120. AC_DECL_SYS_SIGLIST (acspecific.at:22): ok () 121. AC_DYNIX_SEQ (acspecific.at:23): ok () 122. AC_HAVE_POUNDBANG (acspecific.at:24): ok () 123. AC_IRIX_SUN (acspecific.at:25): ok () 124. AC_SCO_INTL (acspecific.at:26): ok () 125. AC_XENIX_DIR (acspecific.at:27): ok () 126. AC_PROG_AWK (acprograms.at:12): ok () 127. AC_PROG_FGREP (acprograms.at:13): ok () 128. AC_PROG_INSTALL (acprograms.at:14): ok () 129. AC_PROG_LEX (acprograms.at:15): ok () 130. AC_PROG_LN_S (acprograms.at:16): ok () 131. AC_PROG_MAKE_SET (acprograms.at:17): ok () 132. AC_PROG_RANLIB (acprograms.at:18): ok () 133. AC_PROG_YACC (acprograms.at:19): ok () 134. AC_CHECK_TOOL_PREFIX (acprograms.at:22): ok () 135. AC_DECL_YYTEXT (acprograms.at:23): ok () 136. AC_RSH (acprograms.at:24): ok () 137. AC_HEADER_MAJOR (acheaders.at:12): ok () 138. AC_HEADER_STAT (acheaders.at:13): ok () 139. AC_HEADER_STDBOOL (acheaders.at:14): ok () 140. AC_HEADER_TIOCGWINSZ (acheaders.at:15): ok () 141. AC_DIR_HEADER (acheaders.at:18): ok () 142. AC_MEMORY_H (acheaders.at:19): ok () 143. AC_UNISTD_H (acheaders.at:20): ok () 144. AC_USG (acheaders.at:21): ok () 145. AC_STRUCT_ST_BLOCKS (actypes.at:12): ok () 146. AC_STRUCT_TIMEZONE (actypes.at:13): ok () 147. AC_TYPE_MODE_T (actypes.at:14): ok () 148. AC_TYPE_OFF_T (actypes.at:15): ok () 149. AC_TYPE_SIGNAL (actypes.at:16): ok () 150. AC_INT_16_BITS (actypes.at:19): ok () 151. AC_LONG_64_BITS (actypes.at:20): ok () 152. AC_STRUCT_ST_BLKSIZE (actypes.at:21): ok () 153. AC_STRUCT_ST_RDEV (actypes.at:22): ok () 154. AM_TYPE_PTRDIFF_T (actypes.at:23): ok () 155. AC_FUNC_CHOWN (acfunctions.at:12): ok () 156. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:13): ok () 157. AC_FUNC_ERROR_AT_LINE (acfunctions.at:14): ok () 158. AC_FUNC_FNMATCH (acfunctions.at:15): ok () 159. AC_FUNC_FORK (acfunctions.at:16): ok () 160. AC_FUNC_FSEEKO (acfunctions.at:17): ok () 161. AC_FUNC_GETGROUPS (acfunctions.at:18): ok () 162. AC_FUNC_GETMNTENT (acfunctions.at:19): ok () 163. AC_FUNC_GETPGRP (acfunctions.at:20): ok () 164. AC_FUNC_MALLOC (acfunctions.at:21): ok () 165. AC_FUNC_MBRTOWC (acfunctions.at:22): ok () 166. AC_FUNC_MEMCMP (acfunctions.at:23): ok () 167. AC_FUNC_MKTIME (acfunctions.at:24): ok () 168. AC_FUNC_MMAP (acfunctions.at:25): ok () 169. AC_FUNC_OBSTACK (acfunctions.at:26): ok () 170. AC_FUNC_REALLOC (acfunctions.at:27): ok () 171. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:28): ok () 172. AC_FUNC_SETPGRP (acfunctions.at:29): ok () 173. AC_FUNC_SETVBUF_REVERSED (acfunctions.at:30): ok () 174. AC_FUNC_STAT (acfunctions.at:31): ok () 175. AC_FUNC_STRCOLL (acfunctions.at:32): ok () 176. AC_FUNC_STRERROR_R (acfunctions.at:33): ok () 177. AC_FUNC_STRFTIME (acfunctions.at:34): ok () 178. AC_FUNC_STRNLEN (acfunctions.at:35): ok () 179. AC_FUNC_STRTOD (acfunctions.at:36): ok () 180. AC_FUNC_UTIME_NULL (acfunctions.at:37): ok () 181. AC_FUNC_VPRINTF (acfunctions.at:38): ok () 182. AC_HAVE_LIBRARY (aclibs.at:14): ok () 183. Libtool (foreign.at:27): skipped (foreign.at:31) testsuite: ending at: Tue Mar 7 10:19:44 EST 2006 ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 172 tests were run, 1 failed unexpectedly. 11 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Autoconf 2.59 test suite test groups: NUM: FILENAME:LINE TEST-GROUP-NAME KEYWORDS 54: c.at:142 AC_PROG_CPP without warnings Skipped 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 66: fortran.at:52 GNU Fortran 77 67: fortran.at:77 GNU Fortran 68: acfortran.at:12 AC_F77_MAIN 69: acfortran.at:13 AC_F77_WRAPPERS 70: acfortran.at:14 AC_FC_MAIN 71: acfortran.at:15 AC_FC_WRAPPERS 72: acfortran.at:16 AC_PROG_F77_C_O 73: acfortran.at:17 AC_PROG_FC_C_O 183: foreign.at:27 Libtool ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## 54. c.at:142: testing ... c.at:145: /lib/cpp | Serial = | Users = | OEM# = 0 | Origin# = 1 | NumCPU = 1 | | /bin/arch = sun4 | /usr/bin/arch -k = sun4u | /usr/convex/getsysinfo = unknown | hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/bin | PATH: /usr/local/bin | PATH: /bin | PATH: /usr/bin | PATH: /usr/local/bin | PATH: /usr/ng/bin | PATH: /sbin | PATH: /usr/local/sbin | PATH: /usr/local/etc | PATH: ~/bin | PATH: /usr/sbin | PATH: /usr/sfw/bin | PATH: /usr/ccs/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1303: checking for a BSD-compatible install | configure:1358: result: /usr/local/bin/ginstall -c | configure:1369: checking whether build environment is sane | configure:1412: result: yes | configure:1444: checking for gawk | configure:1473: result: no | configure:1444: checking for mawk | configure:1473: result: no | configure:1444: checking for nawk | configure:1460: found /bin/nawk | configure:1470: result: nawk | 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/sfw/bin/gm4 | configure:1768: result: /usr/sfw/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:1908: result: no | configure:1879: checking for xemacs | configure:1908: result: no | configure:1960: checking for emacs | configure:1986: result: no | configure:2013: checking where .elc files should go | 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 carmiel.andrew.cmu.edu | | config.status:2914: creating config/Makefile | config.status:2914: creating tests/Makefile | config.status:2914: creating tests/atlocal | config.status:2914: creating tests/autoconf | config.status:2914: creating tests/autoheader | config.status:2914: creating tests/autom4te | config.status:2914: creating tests/autoreconf | config.status:2914: creating tests/autoscan | config.status:2914: creating tests/autoupdate | config.status:2914: creating tests/ifnames | config.status:2914: creating man/Makefile | config.status:2914: creating lib/emacs/Makefile | config.status:2914: creating Makefile | config.status:2914: creating doc/Makefile | config.status:2914: creating lib/Makefile | config.status:2914: creating lib/Autom4te/Makefile | config.status:2914: creating lib/autoscan/Makefile | config.status:2914: creating lib/m4sugar/Makefile | config.status:2914: creating lib/autoconf/Makefile | config.status:2914: creating lib/autotest/Makefile | config.status:2914: creating bin/Makefile | config.status:3106: 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/sfw/bin/gm4' | ac_cv_path_PERL='/bin/perl' | ac_cv_path_install='/usr/local/bin/ginstall -c' | ac_cv_prog_AWK='nawk' | ac_cv_prog_EMACS='no' | 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/tmp/local/autoconf/016/autoconf-2.59/config/missing --run aclocal-1.7a' | AMTAR='${SHELL} /usr/tmp/local/autoconf/016/autoconf-2.59/config/missing --run tar' | AUTOCONF='${SHELL} /usr/tmp/local/autoconf/016/autoconf-2.59/config/missing --run autoconf' | AUTOHEADER='${SHELL} /usr/tmp/local/autoconf/016/autoconf-2.59/config/missing --run autoheader' | AUTOMAKE='${SHELL} /usr/tmp/local/autoconf/016/autoconf-2.59/config/missing --run automake-1.7a' | AWK='nawk' | CYGPATH_W='echo' | DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.59\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.59\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"autoconf\" -DVERSION=\"2.59\" ' | ECHO_C='ECHO_N='' | ECHO_T='' | EMACS='no' | EMACSLOADPATH='' | EXPR='/bin/expr' | HELP2MAN='${SHELL} /usr/tmp/local/autoconf/016/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/sfw/bin/gm4' | MAKEINFO='${SHELL} /usr/tmp/local/autoconf/016/autoconf-2.59/config/missing --run makeinfo' | PACKAGE='autoconf' | PACKAGE_BUGREPORT='address@hidden' | 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/sh' | STRIP='' | TEST_EMACS='no' | 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/tmp/local/autoconf/016/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 "address@hidden" | #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