Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 56.63 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. sam@localhost:/usr/local $ brew install autoconf --devel --fresh --force -d -v
  2. ==> Downloading ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.68b.tar.bz2
  3. File already downloaded in /Users/sam/Library/Caches/Homebrew
  4. /usr/bin/tar xf /Users/sam/Library/Caches/Homebrew/autoconf-2.68b.tar.bz2
  5. ==> Patching
  6. /usr/bin/patch -f -p1 -i 001-homebrew.diff
  7. patching file bin/autoreconf.in
  8. Hunk #1 succeeded at 111 (offset -1 lines).
  9. ==> ./configure --prefix=/usr/local/Cellar/autoconf/2.68b
  10. ./configure --prefix=/usr/local/Cellar/autoconf/2.68b
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  14. checking for gawk... no
  15. checking for mawk... no
  16. checking for nawk... no
  17. checking for awk... awk
  18. checking whether make sets $(MAKE)... yes
  19. checking build system type... x86_64-apple-darwin11.3.0
  20. checking host system type... x86_64-apple-darwin11.3.0
  21. configure: autobuild project... GNU Autoconf
  22. configure: autobuild revision... 2.68b
  23. configure: autobuild hostname... speedport_w723_v_typ_a_1_00_090
  24. configure: autobuild timestamp... 20120305T175906Z
  25. checking whether /bin/sh -n is known to work... yes
  26. checking for characters that cannot appear in file names... none
  27. checking whether directories can have trailing spaces... yes
  28. checking for expr... /bin/expr
  29. checking for GNU M4 that supports accurate traces... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4
  30. checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4 accepts --gnu... no
  31. configure: WARNING: the version of M4 that was found does not support -g
  32. configure: WARNING: using it with POSIXLY_CORRECT set may cause problems
  33. checking how m4 supports trace files... --error-output
  34. checking for perl... /usr/bin/perl
  35. checking whether /usr/bin/perl Fcntl::flock is implemented... yes
  36. checking for emacs... emacs
  37. checking whether emacs is sufficiently recent... yes
  38. checking for emacs... emacs
  39. checking where .elc files should go... ${datarootdir}/emacs/site-lisp
  40. checking for grep that handles long lines and -e... /usr/bin/grep
  41. checking for egrep... /usr/bin/grep -E
  42. checking for a sed that does not truncate output... /usr/bin/sed
  43. checking whether make is case sensitive... yes
  44. configure: creating ./config.status
  45. config.status: creating tests/Makefile
  46. config.status: creating tests/atlocal
  47. config.status: creating man/Makefile
  48. config.status: creating lib/emacs/Makefile
  49. config.status: creating Makefile
  50. config.status: creating doc/Makefile
  51. config.status: creating lib/Makefile
  52. config.status: creating lib/Autom4te/Makefile
  53. config.status: creating lib/autoscan/Makefile
  54. config.status: creating lib/m4sugar/Makefile
  55. config.status: creating lib/autoconf/Makefile
  56. config.status: creating lib/autotest/Makefile
  57. config.status: creating bin/Makefile
  58. config.status: executing tests/atconfig commands
  59.  
  60. You are about to use an experimental version of Autoconf.  Be sure to
  61. read the relevant mailing lists, most importantly <autoconf@gnu.org>.
  62.  
  63. Below you will find information on the status of this version of Autoconf.
  64.  
  65. * Status
  66.  
  67.                  /*------------------------------------.
  68.                  | New features need further testing.  |
  69.                  `------------------------------------*/
  70.  
  71. * Now that configure depends on shell functions, it is possible that
  72.   configure scripts may fail to run on old platforms that lack a shell
  73.   with proper function support.
  74.  
  75. * Autotest parallel testsuite support is still a work in progress.
  76.   There are known issues in job handling under dash and some ksh
  77.   variants, where a parallel testsuite can hang or cause a 100%
  78.   processor load.  In the current release, the overall autoconf
  79.   testsuite only exercises parallel autotest under bash and zsh, or if
  80.   you have defined TEST_PARALLEL_AUTOTEST in the environment.
  81.   Meanwhile, Cygwin has known problems with named fifos that cause
  82.   failures when attempting parallel tests in an autotest suite.  It is
  83.   possible that other difficulties will be encountered, whether with
  84.   shell or platform limitations; help is appreciated in improving
  85.   parallel testsuite support.
  86.  
  87. ==> make install
  88. make install
  89. make  install-recursive
  90. Making install in bin
  91. rm -f autom4te autom4te.tmp
  92. cd ../lib && make  autom4te.cfg
  93. cd ../lib/m4sugar && make  version.m4
  94. rm -f autoheader autoheader.tmp
  95. srcdir=''; \
  96.           test -f ./autom4te.in || srcdir=./; \
  97.           sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp
  98. rm -f autoreconf autoreconf.tmp
  99. srcdir=''; \
  100.           test -f ./autoheader.in || srcdir=./; \
  101.           sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' ${srcdir}autoheader.in >autoheader.tmp
  102. rm -f ifnames ifnames.tmp
  103. srcdir=''; \
  104.           test -f ./autoreconf.in || srcdir=./; \
  105.           sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' ${srcdir}autoreconf.in >autoreconf.tmp
  106. rm -f autoscan autoscan.tmp
  107. srcdir=''; \
  108.           test -f ./ifnames.in || srcdir=./; \
  109.           sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' ${srcdir}ifnames.in >ifnames.tmp
  110. rm -f autoupdate autoupdate.tmp
  111. rm -f autom4te.cfg autom4te.tmp
  112. :;{ \
  113.           echo '# This file is part of -*- Autoconf -*-.' && \
  114.           echo '# Version of Autoconf.' && \
  115.           echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
  116.           echo '# Free Software Foundation, Inc.' && \
  117.           echo  &&\
  118.           echo 'm4_define([m4_PACKAGE_NAME],      [GNU Autoconf])' && \
  119.           echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])' && \
  120.           echo 'm4_define([m4_PACKAGE_VERSION],   [2.68b])' && \
  121.           echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.68b])' && \
  122.           echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
  123.           echo 'm4_define([m4_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])' && \
  124.           echo 'm4_define([m4_PACKAGE_YEAR],      ['`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \
  125.         } > version.m4-t
  126. srcdir=''; \
  127.           test -f ./autoscan.in || srcdir=./; \
  128.           sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' ${srcdir}autoscan.in >autoscan.tmp
  129. srcdir=''; \
  130.           test -f ./autoupdate.in || srcdir=./; \
  131.           sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' ${srcdir}autoupdate.in >autoupdate.tmp
  132. sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@AWK[@]|awk|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp
  133. mv version.m4-t version.m4
  134. chmod +x autoheader.tmp
  135. chmod +x autom4te.tmp
  136. chmod a-w autoheader.tmp
  137. chmod a-w autom4te.tmp
  138. chmod a-w autom4te.tmp
  139. chmod +x ifnames.tmp
  140. mv autoheader.tmp autoheader
  141. mv autom4te.tmp autom4te.cfg
  142. mv autom4te.tmp autom4te
  143. chmod a-w ifnames.tmp
  144. chmod +x autoupdate.tmp
  145. chmod +x autoscan.tmp
  146. mv ifnames.tmp ifnames
  147. chmod a-w autoupdate.tmp
  148. chmod a-w autoscan.tmp
  149. chmod +x autoreconf.tmp
  150. mv autoupdate.tmp autoupdate
  151. mv autoscan.tmp autoscan
  152. chmod a-w autoreconf.tmp
  153. autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in
  154. mv autoreconf.tmp autoreconf
  155. rm -f autoconf autoconf.tmp
  156. srcdir=''; \
  157.           test -f ./autoconf.in || srcdir=./; \
  158.           sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.68b/bin|g' -e 's|@pkgdatadir[@]|/usr/local/Cellar/autoconf/2.68b/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.68b|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.68b|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' ${srcdir}autoconf.in >autoconf.tmp
  159. chmod +x autoconf.tmp
  160. chmod a-w autoconf.tmp
  161. mv autoconf.tmp autoconf
  162. test -z "/usr/local/Cellar/autoconf/2.68b/bin" || ../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/bin"
  163. make[3]: Nothing to be done for `install-data-am'.
  164.  /usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/usr/local/Cellar/autoconf/2.68b/bin'
  165. Making install in .
  166. make[3]: Nothing to be done for `install-exec-am'.
  167. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf" || build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf"
  168.  /usr/bin/install -c -m 644 ./INSTALL '/usr/local/Cellar/autoconf/2.68b/share/autoconf'
  169. Making install in lib
  170. Making install in Autom4te
  171. make[4]: Nothing to be done for `install-exec-am'.
  172. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/Autom4te" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/Autom4te"
  173.  /usr/bin/install -c -m 644 C4che.pm ChannelDefs.pm Channels.pm Configure_ac.pm FileUtils.pm General.pm Getopt.pm Request.pm Struct.pm XFile.pm '/usr/local/Cellar/autoconf/2.68b/share/autoconf/Autom4te'
  174. Making install in m4sugar
  175. autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                                  \
  176.                 --language=m4sugar                      \
  177.                 --freeze                        \
  178.                 --output=m4sugar.m4f
  179. autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                                  \
  180.                 --language=m4sh                 \
  181.                 --freeze                        \
  182.                 --output=m4sh.m4f
  183. make[4]: Nothing to be done for `install-exec-am'.
  184. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar"
  185. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar"
  186. mkdir: /usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar: File exists
  187.  /usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar'
  188.  /usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar'
  189. Making install in autoconf
  190. autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                                  \
  191.                 --language=autoconf                     \
  192.                 --freeze                        \
  193.                 --output=autoconf.m4f
  194. make[4]: Nothing to be done for `install-exec-am'.
  195. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf"
  196. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf"
  197. mkdir: /usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf: File exists
  198.  /usr/bin/install -c -m 644 autoconf.m4 general.m4 status.m4 oldnames.m4 specific.m4 autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 lang.m4 c.m4 erlang.m4 fortran.m4 functions.m4 go.m4 headers.m4 types.m4 libs.m4 programs.m4 '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf'
  199.  /usr/bin/install -c -m 644 autoconf.m4f '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf'
  200. Making install in autotest
  201. autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                                  \
  202.                 --language=autotest                     \
  203.                 --freeze                        \
  204.                 --output=autotest.m4f
  205. make[4]: Nothing to be done for `install-exec-am'.
  206. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest"
  207. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest"
  208. mkdir: /usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest: File exists
  209.  /usr/bin/install -c -m 644 autotest.m4f '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest'
  210.  /usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest'
  211. Making install in autoscan
  212. echo '# Automatically Generated: do not edit this file' >autoscan.list
  213. sed '/^[#]/!q' ./autoscan.pre                  >>autoscan.list
  214. ( \
  215.           sed -n '/^[^#]/p' ./autoscan.pre; \
  216.           autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib         --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2          $3' \
  217.         ) | LC_ALL=C sort                                      >>autoscan.list
  218. make[4]: Nothing to be done for `install-exec-am'.
  219. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoscan" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoscan"
  220.  /usr/bin/install -c -m 644 autoscan.list '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoscan'
  221. Making install in emacs
  222. WARNING: Warnings can be ignored. :-)
  223. if test "emacs" != no; then \
  224.           set x; \
  225.           list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
  226.             if test -f "$p"; then d=; else d="./"; fi; \
  227.             set x "$@" "$d$p"; shift; \
  228.           done; \
  229.           shift; \
  230.           EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
  231.         else : ; fi
  232. Wrote /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/lib/emacs/elc.61711/autoconf-mode.elc
  233. Wrote /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/lib/emacs/elc.61711/autotest-mode.elc
  234. make[4]: Nothing to be done for `install-exec-am'.
  235.  /usr/bin/install -c -m 644 'autoconf-mode.el' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autoconf-mode.el'
  236.  /usr/bin/install -c -m 644 'autoconf-mode.elc' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autoconf-mode.elc'
  237.  /usr/bin/install -c -m 644 'autotest-mode.el' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autotest-mode.el'
  238.  /usr/bin/install -c -m 644 'autotest-mode.elc' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autotest-mode.elc'
  239. make[4]: Nothing to be done for `install-exec-am'.
  240. test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf" || ../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf"
  241.  /usr/bin/install -c -m 644 autom4te.cfg '/usr/local/Cellar/autoconf/2.68b/share/autoconf'
  242. Making install in doc
  243. make[3]: Nothing to be done for `install-exec-am'.
  244. test -z "/usr/local/Cellar/autoconf/2.68b/share/info" || ../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/info"
  245.  /usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/usr/local/Cellar/autoconf/2.68b/share/info'
  246.  install-info --info-dir='/usr/local/Cellar/autoconf/2.68b/share/info' '/usr/local/Cellar/autoconf/2.68b/share/info/autoconf.info'
  247.  install-info --info-dir='/usr/local/Cellar/autoconf/2.68b/share/info' '/usr/local/Cellar/autoconf/2.68b/share/info/standards.info'
  248. Making install in tests
  249. autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language=M4sh ./wrapper.as -o wrapper.in
  250. rm -f autoconf autoconf.tmp
  251. rm -f autoheader autoheader.tmp
  252. rm -f autom4te autom4te.tmp
  253. input=wrapper.in; \
  254.         sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoconf.tmp
  255. input=wrapper.in; \
  256.         sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoheader.tmp
  257. rm -f autoreconf autoreconf.tmp
  258. input=wrapper.in; \
  259.         sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autom4te.tmp
  260. rm -f autoscan autoscan.tmp
  261. input=wrapper.in; \
  262.         sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoreconf.tmp
  263. rm -f autoupdate autoupdate.tmp
  264. input=wrapper.in; \
  265.         sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoscan.tmp
  266. rm -f ifnames ifnames.tmp
  267. input=wrapper.in; \
  268.         sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoupdate.tmp
  269. chmod +x autoheader.tmp
  270. chmod +x autom4te.tmp
  271. input=wrapper.in; \
  272.         sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e 's|@abs_top_builddir[@]|/private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp
  273. chmod +x autoconf.tmp
  274. chmod a-w autoheader.tmp
  275. chmod a-w autom4te.tmp
  276. chmod a-w autoconf.tmp
  277. mv -f autoheader.tmp autoheader
  278. mv -f autom4te.tmp autom4te
  279. mv -f autoconf.tmp autoconf
  280. chmod +x ifnames.tmp
  281. chmod +x autoupdate.tmp
  282. chmod +x autoscan.tmp
  283. chmod a-w ifnames.tmp
  284. chmod a-w autoupdate.tmp
  285. chmod a-w autoscan.tmp
  286. mv -f ifnames.tmp ifnames
  287. mv -f autoupdate.tmp autoupdate
  288. mv -f autoscan.tmp autoscan
  289. chmod +x autoreconf.tmp
  290. chmod a-w autoreconf.tmp
  291. mv -f autoreconf.tmp autoreconf
  292. make[3]: Nothing to be done for `install-exec-am'.
  293. make[3]: Nothing to be done for `install-data-am'.
  294. Making install in man
  295. Updating man page autoreconf.1
  296. PATH="../tests:../build-aux:$PATH"; \
  297.         export PATH; \
  298.         /bin/sh /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/build-aux/missing --run help2man \
  299.             --include=autoreconf.x \
  300.             --include=./common.x \
  301.             --source='GNU Autoconf 2.68b' \
  302.             --output=autoreconf.1.t `echo 'autoreconf' | sed 's,.*/,,'`
  303. /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/build-aux/missing: line 51: help2man: command not found
  304. WARNING: 'help2man' is missing on your system.  You should only need it if
  305.          you modified a dependency of a manual page.  You may need the
  306.          Help2man package in order for those modifications to take
  307.          effect.  You can get Help2man from any GNU archive site.
  308. if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1 >autoreconf.1a.t 2>/dev/null && \
  309.            sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1.t | cmp autoreconf.1a.t - >/dev/null 2>&1; then \
  310.                 touch autoreconf.1; \
  311.         else \
  312.                 mv autoreconf.1.t autoreconf.1; \
  313.         fi
  314. rm -f autoreconf.1*.t
  315. make[3]: Nothing to be done for `install-exec-am'.
  316. test -z "/usr/local/Cellar/autoconf/2.68b/share/man/man1" || ../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/man/man1"
  317.  /usr/bin/install -c -m 644 ./autoconf.1 ./autoheader.1 ./autom4te.1 ./autoreconf.1 ./autoscan.1 ./autoupdate.1 ./ifnames.1 ./config.guess.1 ./config.sub.1 '/usr/local/Cellar/autoconf/2.68b/share/man/man1'
  318. ==> make check
  319. make check
  320. if test -d ./.git; then                 \
  321.           cd . &&                                               \
  322.           git submodule --quiet foreach test '$(git rev-parse $sha1)'   \
  323.               = '$(git merge-base origin $sha1)'                        \
  324.             || { echo 'maint.mk: found non-public submodule commit' >&2;        \
  325.                  exit 1; };                                             \
  326.         else                                                            \
  327.           : ;                                                           \
  328.         fi
  329. make  check-recursive
  330. Making check in bin
  331. make[2]: Nothing to be done for `check'.
  332. Making check in .
  333. make[2]: Nothing to be done for `check-am'.
  334. Making check in lib
  335. Making check in Autom4te
  336. make[3]: Nothing to be done for `check'.
  337. Making check in m4sugar
  338. make  check-local
  339. Making check in autoconf
  340. make  check-local
  341. Making check in autotest
  342. make  check-local
  343. Making check in autoscan
  344. make[3]: Nothing to be done for `check'.
  345. Making check in emacs
  346. make[3]: Nothing to be done for `check'.
  347. make[3]: Nothing to be done for `check-am'.
  348. Making check in doc
  349. make[2]: Nothing to be done for `check'.
  350. Making check in tests
  351. make  check-local
  352. :;{ \
  353.           echo '# Signature of the current package.' && \
  354.           echo 'm4_define([AT_PACKAGE_NAME],      [GNU Autoconf])' && \
  355.           echo 'm4_define([AT_PACKAGE_TARNAME],   [autoconf])' && \
  356.           echo 'm4_define([AT_PACKAGE_VERSION],   [2.68b])' && \
  357.           echo 'm4_define([AT_PACKAGE_STRING],    [GNU Autoconf 2.68b])' && \
  358.           echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
  359.           echo 'm4_define([AT_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])'; \
  360.         } > package.m4-t
  361. mv package.m4-t package.m4
  362. cd ../lib/autotest && make  autotest.m4f
  363. make[4]: `autotest.m4f' is up to date.
  364. autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language=autotest -I . -I . suite.at -o testsuite.tmp
  365. mv testsuite.tmp testsuite
  366. /bin/sh ./testsuite
  367. ## ------------------------------ ##
  368. ## GNU Autoconf 2.68b test suite. ##
  369. ## ------------------------------ ##
  370.  
  371. Executables (autoheader, autoupdate...).
  372.  
  373.   1: Syntax of the shell scripts                     ok
  374.   2: Syntax of the Perl scripts                      ok
  375.   3: autom4te cache                                  ok
  376.   4: autom4te --force                                ok
  377.   5: autom4te and whitespace in file names           ok
  378.   6: autom4te --trace and unusual macro names        ok
  379.   7: autom4te --trace and whitespace                 ok
  380.   8: autoconf --trace: user macros                   ok
  381.   9: autoconf --trace: builtins                      ok
  382.  10: autoconf: forbidden tokens, basic               ok
  383.  11: autoconf: forbidden tokens, exceptions          ok
  384.  12: autoconf: automatically allowed tokens          ok
  385.  13: autoconf: the empty token                       ok
  386.  14: autoconf: subdirectories                        ok
  387.  15: autoconf: input from stdin                      ok
  388.  16: autoconf: AC_AUTOCONF_VERSION                   ok
  389.  17: autoconf: AC_PRESERVE_HELP_ORDER                ok
  390.  18: ifnames                                         ok
  391.  19: autoheader                                      ok
  392.  20: autoheader and macros                           ok
  393.  21: autoupdate                                      ok
  394.  22: autoupdating AC_LINK_FILES                      ok
  395.  23: autoupdating AC_PREREQ                          ok
  396.  24: autoupdating AU_ALIAS                           ok
  397.  25: autoupdating OLD to NEW                         ok
  398.  26: autoupdating macros recursively                 expected failure (tools.at:945)
  399.  27: autoupdating AC_HELP_STRING                     ok
  400.  28: autoupdating with m4sugar                       ok
  401.  29: autoupdating with m4_pushdef                    expected failure (tools.at:1027)
  402.  30: autoupdating with AC_REQUIRE                    expected failure (tools.at:1053)
  403.  31: autoupdating with complex quoting               expected failure (tools.at:1080)
  404.  32: autoupdating AC_LANG_SAVE                       ok
  405.  33: autoupdating AC_FOREACH                         ok
  406.  34: autoupdating with aclocal and m4_include        skipped (tools.at:1135)
  407.  35: autom4te preselections                          skipped (tools.at:1168)
  408.  36: autom4te cache creation                         ok
  409.  37: autom4te cache locking                          ok
  410.  38: autotools and whitespace in file names          skipped (tools.at:1281)
  411.  
  412. M4sugar.
  413.  
  414.  39: m4_stack                                        ok
  415.  40: m4_defn                                         ok
  416.  41: m4_dumpdef                                      ok
  417.  42: m4_warn                                         ok
  418.  43: m4_divert_stack                                 ok
  419.  44: m4_expansion_stack                              ok
  420.  45: m4_require: error message                       ok
  421.  46: m4_require: circular dependencies               ok
  422.  47: m4_require: one-shot initialization             ok
  423.  48: m4_require: nested                              ok
  424.  49: m4sugar shorthand conditionals                  ok
  425.  50: m4_cond                                         ok
  426.  51: m4 lists                                        ok
  427.  52: m4_split                                        ok
  428.  53: m4_do                                           ok
  429.  54: m4_append                                       ok
  430.  55: m4_join                                         ok
  431.  56: m4_expand                                       ok
  432.  57: m4_text_box                                     ok
  433.  58: m4_text_wrap                                    ok
  434.  59: m4_version_compare                              ok
  435.  60: Standard regular expressions                    ok
  436.  61: m4_bmatch                                       ok
  437.  62: m4_toupper and m4_tolower                       ok
  438.  63: m4_bpatsubsts                                   ok
  439.  64: m4_esyscmd_s                                    ok
  440.  65: M4 loops                                        ok
  441.  66: m4_map                                          ok
  442.  67: m4_map_args and m4_curry                        ok
  443.  68: m4_combine                                      ok
  444.  69: m4_max and m4_min                               ok
  445.  70: recursion                                       ok
  446.  71: m4_set                                          ok
  447.  72: __file__ and __line__                           ok
  448.  
  449. M4sh.
  450.  
  451.  73: No extra re-exec with CONFIG_SHELL              ok
  452.  74: Forced re-exec with CONFIG_SHELL                ok
  453.  75: Configure re-execs self with CONFIG_SHELL       ok
  454.  76: AS_WARN and AS_ERROR                            ok
  455.  77: LINENO                                          ok
  456.  78: LINENO stack                                    ok
  457.  79: AS_BOX                                          ok
  458.  80: AS_BASENAME                                     ok
  459.  81: AS_DIRNAME                                      ok
  460.  82: AS_SET_CATFILE                                  ok
  461.  83: AS_ECHO and AS_ECHO_N                           ok
  462.  84: AS_EXECUTABLE_P                                 ok
  463.  85: AS_EXIT                                         ok
  464.  86: AS_MKDIR_P                                      ok
  465.  87: AS_VERSION_COMPARE                              ok
  466.  88: as_me                                           ok
  467.  89: Negated classes in globbing                     ok
  468.  90: Null variable substitution                      ok
  469.  91: Functions Support                               ok
  470.  92: Functions and return Support                    ok
  471.  93: Nested AS_REQUIRE_SHELL_FN                      ok
  472.  94: Nested AS_REQUIRE                               ok
  473.  95: AS_REQUIRE_SHELL_FN and m4_require              ok
  474.  96: AS_HELP_STRING                                  ok
  475.  97: AS_IF and AS_CASE                               ok
  476.  98: AS_FOR                                          ok
  477.  99: AS_LITERAL_IF                                   ok
  478. 100: AS_TR_SH and AS_TR_CPP                          FAILED (m4sh.at:1565)
  479. 101: AS_VAR basics                                   ok
  480. 102: AS_VAR_APPEND                                   ok
  481. 103: AS_VAR_ARITH                                    ok
  482. 104: AS_INIT cleanup                                 ok
  483. 105: AS_INIT_GENERATED                               ok
  484. 106: AS_MESSAGE_FD                                   ok
  485. 107: _AS_CLEAN_DIR                                   ok
  486. 108: ECHO_C                                          ok
  487.  
  488. Autotest.
  489.  
  490. 109: AT_COPYRIGHT                                    ok
  491. 110: AT_DATA                                         ok
  492. 111: Empty test suite                                ok
  493. 112: Banner-only test suite                          ok
  494. 113: Empty test                                      ok
  495. 114: Empty check                                     ok
  496. 115: AT_SETUP without AT_INIT                        ok
  497. 116: AT_BANNER without AT_INIT                       ok
  498. 117: AT_CLEANUP without AT_INIT                      ok
  499. 118: Missing AT_CLEANUP                              ok
  500. 119: AT_FAIL_IF without AT_SETUP                     ok
  501. 120: AT_SKIP_IF without AT_SETUP                     ok
  502. 121: AT_CHECK without AT_SETUP                       ok
  503. 122: AT_DATA without AT_SETUP                        ok
  504. 123: AT_XFAIL_IF without AT_SETUP                    ok
  505. 124: AT_KEYWORDS without AT_SETUP                    ok
  506. 125: AT_CLEANUP without AT_SETUP                     ok
  507. 126: AT_BANNER inside AT_SETUP                       ok
  508. 127: AT_SETUP inside AT_SETUP                        ok
  509. 128: Multiple AT_INIT                                ok
  510. 129: Tested programs                                 ok
  511. 130: Startup error messages                          ok
  512. 131: Truth                                           ok
  513. 132: Fallacy                                         ok
  514. 133: Skip                                            ok
  515. 134: Hard fail                                       ok
  516. 135: AT_FAIL_IF                                      ok
  517. 136: AT_SKIP_IF                                      ok
  518. 137: Syntax error                                    ok
  519. 138: errexit                                         ok
  520. 139: at_status                                       ok
  521. 140: AT_CHECK execution environment                  ok
  522. 141: unquoted output                                 ok
  523. 142: Trace output                                    ok
  524. 143: Logging                                         ok
  525. 144: Binary output                                   ok
  526. 145: Cleanup                                         ok
  527. 146: Literal multiline command                       ok
  528. 147: Multiline parameter expansion                   ok
  529. 148: Backquote command substitution                  ok
  530. 149: Multiline backquote command substitution        ok
  531. 150: Parenthetical command substitution              ok
  532. 151: Multiline parenthetical command substitution    ok
  533. 152: Shell comment in command                        ok
  534. 153: Invalid brace-enclosed parameter expansion      ok
  535. 154: Multiline command from M4 expansion             ok
  536. 155: Double-M4-quoted command                        ok
  537. 156: Metacharacters in command from M4 expansion     ok
  538. 157: BS-newline in command                           ok
  539. 158: ^BS-newline in command                          ok
  540. 159: BSx641-newline in command                       ok
  541. 160: BS-BS-newline in command                        ok
  542. 161: BSx640-newline in command                       ok
  543. 162: Newline-CODE-BS-newline in command              ok
  544. 163: Single-quote-BS-newline in command              ok
  545. 164: Single-quote-newline-BS-newline in command      ok
  546. 165: Input from stdin                                ok
  547. 166: Backquote in a test title                       ok
  548. 167: Single-quote in a test title                    ok
  549. 168: Double-quote in a test title                    ok
  550. 169: Backslash in a test title                       ok
  551. 170: Brackets in a test title                        ok
  552. 171: Left bracket in a test title                    ok
  553. 172: Right bracket in a test title                   ok
  554. 173: Quoted pound in a test title                    ok
  555. 174: Pound in a test title                           ok
  556. 175: Quoted comma in a test title                    ok
  557. 176: Comma in a test title                           ok
  558. 177: Parentheses in a test title                     ok
  559. 178: Left paren in a test title                      ok
  560. 179: Right paren in a test title                     ok
  561. 180: Quoted Macro in a test title                    ok
  562. 181: Macro in a test title                           ok
  563. 182: Macro with backquote in a test title            ok
  564. 183: Macro with single-quote in a test title         ok
  565. 184: Macro with double-quote in a test title         ok
  566. 185: Macro with backslash in a test title            ok
  567. 186: Macro echoing macro in a test title             ok
  568. 187: Macro echoing single-quote in a test title      ok
  569. 188: Long test title in a test title                 ok
  570. 189: Longer test title in a test title               ok
  571. 190: Long test source lines                          ok
  572. 191: Huge testsuite                                  ok
  573. 192: Debugging a successful test                     ok
  574. 193: Debugging script and environment                ok
  575. 194: Debugging a failed test                         ok
  576. 195: Using atlocal                                   ok
  577. 196: Choosing where testsuite is run                 ok
  578. 197: recheck                                         ok
  579. 198: Banners                                         ok
  580. 199: Keywords and ranges                             ok
  581. 200: Keyword wrapping                                ok
  582. 201: AT_ARG_OPTION                                   ok
  583. 202: AT_ARG_OPTION_ARG                               ok
  584. 203: parallel test execution                         ok
  585. 204: parallel truth                                  ok
  586. 205: parallel fallacy                                ok
  587. 206: parallel skip                                   ok
  588. 207: parallel syntax error                           ok
  589. 208: parallel errexit                                ok
  590. 209: parallel autotest and signal handling           ok
  591. 210: parallel args but non-working mkfifo            ok
  592. 211: colored test results                            ok
  593. 212: srcdir propagation                              ok
  594. 213: whitespace in absolute testdir                  ok
  595. 214: unusual file names                              ok
  596. 215: Erlang Eunit unit tests                         ok
  597.  
  598. Autoconf base layer.
  599.  
  600. 216: AC_REQUIRE: topological sort                    ok
  601. 217: AC_REQUIRE: error message                       ok
  602. 218: AC_REQUIRE & AC_DEFUN_ONCE: Require, expand     ok
  603. 219: AC_REQUIRE & AC_DEFUN_ONCE: Expand, require     ok
  604. 220: AC_REQUIRE & AC_PROVIDE                         ok
  605. 221: AC_INIT                                         ok
  606. 222: AC_INIT with unusual version strings            ok
  607. 223: AC_COPYRIGHT                                    ok
  608. 224: AC_CACHE_CHECK                                  ok
  609. 225: AC_CACHE_LOAD                                   ok
  610. 226: AC_COMPUTE_INT                                  ok
  611. 227: AC_TRY_COMMAND                                  ok
  612. 228: Input/Output                                    ok
  613. 229: configure arguments                             ok
  614. 230: AC_ARG_ENABLE and AC_ARG_WITH                   ok
  615. 231: configure directories                           ok
  616.  
  617. Testing config.status.
  618.  
  619. 232: AC_CONFIG_COMMANDS with empty commands          ok
  620. 233: AC_CONFIG_COMMANDS with temporary directory     ok
  621. 234: Multiple AC_CONFIG_FILES                        ok
  622. 235: Parameterized AC_CONFIG_FILES                   ok
  623. 236: AC_ARG_VAR                                      ok
  624. 237: AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS    ok
  625. 238: Macro calls in AC_CONFIG_COMMANDS tags          ok
  626. 239: Missing templates                               ok
  627. 240: configure invocation                            ok
  628. 241: #define header templates                        ok
  629. 242: Torturing config.status                         ok
  630. 243: Substitute a 2000-byte string                   ok
  631. 244: Define to a 2000-byte string                    ok
  632. 245: Substitute and define special characters        ok
  633. 246: Substitute a newline                            ok
  634. 247: Define a newline                                ok
  635. 248: AC_SUBST: variable name validation              ok
  636. 249: datarootdir workaround                          ok
  637. 250: srcdir                                          ok
  638. 251: VPATH                                           ok
  639. 252: Signal handling                                 ok
  640. 253: AC_CONFIG_LINKS                                 ok
  641. 254: AC_CONFIG_LINKS and identical files             ok
  642.  
  643. autoreconf.
  644.  
  645. 255: Configuring subdirectories                      skipped (torture.at:1433)
  646. 256: Deep Package                                    skipped (torture.at:1566)
  647. 257: Non-Autoconf AC_CONFIG_SUBDIRS                  skipped (torture.at:1702)
  648. 258: Non-literal AC_CONFIG_SUBDIRS                   ok
  649. 259: Empty directory                                 skipped (torture.at:1795)
  650. 260: Unusual Automake input files                    skipped (torture.at:1816)
  651.  
  652. Low level compiling/preprocessing macros.
  653.  
  654. 261: AC_LANG, AC_LANG_PUSH & AC_LANG_POP             ok
  655. 262: AC_REQUIRE & AC_LANG                            ok
  656. 263: AC_LANG_SOURCE                                  ok
  657. 264: AC_LANG_SOURCE(C++)                             ok
  658. 265: AC_LANG_SOURCE example                          ok
  659. 266: AC_LANG_PROGRAM example                         ok
  660. 267: AC_COMPILE_IFELSE                               ok
  661. 268: AC_RUN_IFELSE                                   ok
  662. 269: Order of user actions and cleanup               ok
  663. 270: AC_TRY_LINK_FUNC                                ok
  664. 271: Multiple languages                              FAILED (compile.at:463)
  665.  
  666. Testing autoconf/lang macros.
  667.  
  668. 272: AC_NO_EXECUTABLES                               ok
  669. 273: AC_REQUIRE_CPP                                  ok
  670.  
  671. C low level compiling/preprocessing macros.
  672.  
  673. 274: Extensions                                      ok
  674. 275: Broken/missing compilers                        ok
  675. 276: C keywords                                      ok
  676. 277: AC_PROG_CPP requires AC_PROG_CC                 ok
  677. 278: AC_PROG_CPP with warnings                       ok
  678. 279: AC_PROG_CPP without warnings                    skipped (c.at:144)
  679. 280: AC_PROG_CPP via CC                              skipped (c.at:184)
  680. 281: AC_NO_EXECUTABLES (working linker)              ok
  681. 282: AC_NO_EXECUTABLES (broken linker)               ok
  682. 283: AC_USE_SYSTEM_EXTENSIONS                        ok
  683. 284: AC_C_RESTRICT and C++                           ok
  684. 285: AC_OPENMP and C                                 skipped (c.at:372)
  685. 286: AC_OPENMP and C++                               skipped (c.at:415)
  686.  
  687. Testing autoconf/c macros.
  688.  
  689. 287: AC_C_BACKSLASH_A                                ok
  690. 288: AC_C_BIGENDIAN                                  ok
  691. 289: AC_C_CHAR_UNSIGNED                              ok
  692. 290: AC_C_FLEXIBLE_ARRAY_MEMBER                      ok
  693. 291: AC_C_INLINE                                     ok
  694. 292: AC_C_PROTOTYPES                                 ok
  695. 293: AC_C_RESTRICT                                   ok
  696. 294: AC_C_STRINGIZE                                  ok
  697. 295: AC_C_TYPEOF                                     ok
  698. 296: AC_C_VARARRAYS                                  ok
  699. 297: AC_OPENMP                                       ok
  700. 298: AC_PROG_CC_C89                                  ok
  701. 299: AC_PROG_CC_C99                                  ok
  702. 300: AC_PROG_CC_C_O                                  ok
  703. 301: AC_PROG_CC_STDC                                 ok
  704. 302: AC_PROG_CPP_WERROR                              ok
  705. 303: AC_PROG_GCC_TRADITIONAL                         ok
  706. 304: AC_LANG_C                                       ok
  707. 305: AC_LANG_CPLUSPLUS                               ok
  708. 306: AC_LANG_OBJC                                    ok
  709.  
  710. Fortran low level compiling/preprocessing macros.
  711.  
  712. 307: GNU Fortran 77                                  skipped (fortran.at:52)
  713. 308: GNU Fortran                                     skipped (fortran.at:77)
  714. 309: AC_OPENMP and Fortran 77                        skipped (fortran.at:114)
  715. 310: AC_OPENMP and Fortran                           skipped (fortran.at:154)
  716. 311: AC_F77_DUMMY_MAIN usage                         skipped (fortran.at:241)
  717. 312: AC_FC_DUMMY_MAIN usage                          skipped (fortran.at:319)
  718. 313: AC_F77_MAIN usage                               skipped (fortran.at:395)
  719. 314: AC_FC_MAIN usage                                skipped (fortran.at:474)
  720. 315: AC_F77_FUNC usage                               skipped (fortran.at:551)
  721. 316: AC_FC_FUNC usage                                skipped (fortran.at:625)
  722. 317: AC_FC_SRCEXT usage                              skipped (fortran.at:710)
  723. 318: AC_FC_PP_SRCEXT usage                           skipped (fortran.at:810)
  724. 319: AC_FC_FREEFORM                                  skipped (fortran.at:846)
  725. 320: AC_FC_FREEFORM with AC_FC_SRCEXT                skipped (fortran.at:884)
  726. 321: AC_FC_FIXEDFORM                                 skipped (fortran.at:922)
  727. 322: AC_FC_FIXEDFORM with AC_FC_SRCEXT               skipped (fortran.at:961)
  728. 323: AC_FC_LINE_LENGTH                               skipped (fortran.at:1025)
  729. 324: AC_FC_CHECK_BOUNDS                              skipped (fortran.at:1087)
  730. 325: AC_FC_MODULE_FLAG                               skipped (fortran.at:1155)
  731.  
  732. Testing autoconf/fortran macros.
  733.  
  734. 326: AC_F77_IMPLICIT_NONE                            skipped (acfortran.at:13)
  735. 327: AC_F77_MAIN                                     skipped (acfortran.at:14)
  736. 328: AC_F77_WRAPPERS                                 skipped (acfortran.at:15)
  737. 329: AC_FC_CHECK_BOUNDS                              skipped (acfortran.at:16)
  738. 330: AC_FC_FIXEDFORM                                 skipped (acfortran.at:17)
  739. 331: AC_FC_FREEFORM                                  skipped (acfortran.at:18)
  740. 332: AC_FC_IMPLICIT_NONE                             skipped (acfortran.at:19)
  741. 333: AC_FC_LINE_LENGTH                               skipped (acfortran.at:20)
  742. 334: AC_FC_MAIN                                      skipped (acfortran.at:21)
  743. 335: AC_FC_MODULE_EXTENSION                          skipped (acfortran.at:22)
  744. 336: AC_FC_MODULE_FLAG                               skipped (acfortran.at:23)
  745. 337: AC_FC_MODULE_OUTPUT_FLAG                        skipped (acfortran.at:24)
  746. 338: AC_FC_PP_DEFINE                                 skipped (acfortran.at:25)
  747. 339: AC_FC_WRAPPERS                                  skipped (acfortran.at:26)
  748. 340: AC_PROG_F77_C_O                                 skipped (acfortran.at:27)
  749. 341: AC_PROG_FC_C_O                                  skipped (acfortran.at:28)
  750. 342: AC_F77_NAME_MANGLING                            ok
  751. 343: AC_LANG_FORTRAN77                               ok
  752.  
  753. Erlang low level compiling and utility macros.
  754.  
  755. 344: Erlang                                          skipped (erlang.at:45)
  756. 345: AC_ERLANG_CHECK_LIB                             skipped (erlang.at:65)
  757. 346: AC_ERLANG_SUBST_ROOT_DIR                        skipped (erlang.at:82)
  758. 347: AC_ERLANG_SUBST_LIB_DIR                         skipped (erlang.at:99)
  759. 348: AC_ERLANG_SUBST_INSTALL_LIB_DIR                 ok
  760. 349: AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR              ok
  761. 350: AC_ERLANG_SUBST_ERTS_VER                        skipped (erlang.at:134)
  762.  
  763. Go low level compiling and utility macros.
  764.  
  765. 351: Go                                              skipped (go.at:33)
  766.  
  767. Testing autoconf/go macros.
  768.  
  769. 352: AC_LANG_GO                                      ok
  770.  
  771. Semantics.
  772.  
  773. 353: AC_CHECK_LIB                                    skipped (semantics.at:72)
  774. 354: AC_SEARCH_LIBS                                  ok
  775. 355: AC_SEARCH_LIBS (none needed)                    ok
  776. 356: AC_CHECK_DECLS                                  ok
  777. 357: AC_CHECK_FUNCS                                  ok
  778. 358: AC_REPLACE_FUNCS                                ok
  779. 359: AC_CHECK_HEADERS                                FAILED (semantics.at:228)
  780. 360: AC_CHECK_HEADERS (preprocessor test)            ok
  781. 361: AC_CHECK_HEADERS (compiler test)                ok
  782. 362: AC_CHECK_MEMBER                                 ok
  783. 363: AC_CHECK_MEMBERS                                ok
  784. 364: AC_CHECK_ALIGNOF                                ok
  785. 365: AC_CHECK_ALIGNOF (cross compile)                ok
  786. 366: AC_CHECK_ALIGNOF struct                         ok
  787. 367: AC_CHECK_ALIGNOF struct (cross compile)         ok
  788. 368: AC_CHECK_SIZEOF                                 ok
  789. 369: AC_CHECK_SIZEOF (cross compile)                 ok
  790. 370: AC_CHECK_SIZEOF struct                          ok
  791. 371: AC_CHECK_SIZEOF struct (cross compile)          ok
  792. 372: AC_CHECK_TYPES                                  ok
  793. 373: AC_CHECK_TYPES: backward compatibility          ok
  794. 374: AC_CHECK_FILES                                  ok
  795. 375: AC_CHECK_PROG & AC_CHECK_PROGS                  ok
  796. 376: AC_C_BIGENDIAN                                  ok
  797. 377: AC_PATH_PROG & AC_PATH_PROGS                    ok
  798. 378: AC_PATH_PROGS_FEATURE_CHECK                     ok
  799. 379: AC_PATH_XTRA                                    ok
  800. 380: AC_SYS_RESTARTABLE_SYSCALLS                     ok
  801. 381: AC_FUNC_SETVBUF_REVERSED                        ok
  802. 382: AC_FUNC_WAIT3                                   ok
  803.  
  804. Testing autoconf/general macros.
  805.  
  806. 383: AC_ARG_ENABLE                                   ok
  807. 384: AC_ARG_PROGRAM                                  ok
  808. 385: AC_ARG_WITH                                     ok
  809. 386: AC_CHECK_DECLS_ONCE                             ok
  810. 387: AC_EGREP_CPP                                    ok
  811. 388: AC_EGREP_HEADER                                 ok
  812. 389: AC_LIBOBJ                                       ok
  813. 390: AC_LIBSOURCES                                   FAILED (acgeneral.at:20)
  814. 391: AC_PREFIX_DEFAULT                               ok
  815. 392: AC_CHECKING                                     ok
  816. 393: AC_COMPILE_CHECK                                ok
  817. 394: AC_ENABLE                                       ok
  818. 395: AC_FOREACH                                      ok
  819. 396: AC_MSG_RESULT_UNQUOTED                          ok
  820. 397: AC_TRY_COMPILE                                  ok
  821. 398: AC_TRY_CPP                                      ok
  822. 399: AC_TRY_LINK                                     ok
  823. 400: AC_TRY_RUN                                      ok
  824. 401: AC_VALIDATE_CACHED_SYSTEM_TUPLE                 ok
  825. 402: AC_WITH                                         ok
  826.  
  827. Testing autoconf/status macros.
  828.  
  829. 403: AC_OUTPUT_COMMANDS                              ok
  830.  
  831. Testing autoconf/specific macros.
  832.  
  833. 404: AC_SYS_INTERPRETER                              ok
  834. 405: AC_SYS_LARGEFILE                                ok
  835. 406: AC_SYS_LONG_FILE_NAMES                          ok
  836. 407: AC_SYS_POSIX_TERMIOS                            ok
  837. 408: AC_AIX                                          ok
  838. 409: AC_ARG_ARRAY                                    ok
  839. 410: AC_DECL_SYS_SIGLIST                             ok
  840. 411: AC_DYNIX_SEQ                                    ok
  841. 412: AC_HAVE_POUNDBANG                               ok
  842. 413: AC_IRIX_SUN                                     ok
  843. 414: AC_ISC_POSIX                                    ok
  844. 415: AC_MINIX                                        ok
  845. 416: AC_SCO_INTL                                     ok
  846. 417: AC_XENIX_DIR                                    ok
  847.  
  848. Testing autoconf/programs macros.
  849.  
  850. 418: AC_PROG_AWK                                     ok
  851. 419: AC_PROG_FGREP                                   ok
  852. 420: AC_PROG_INSTALL                                 ok
  853. 421: AC_PROG_LEX                                     ok
  854. 422: AC_PROG_LN_S                                    ok
  855. 423: AC_PROG_MAKE_SET                                ok
  856. 424: AC_PROG_MKDIR_P                                 ok
  857. 425: AC_PROG_RANLIB                                  ok
  858. 426: AC_PROG_SED                                     ok
  859. 427: AC_PROG_YACC                                    ok
  860. 428: AC_CHECK_TOOL_PREFIX                            ok
  861. 429: AC_DECL_YYTEXT                                  ok
  862. 430: AC_RSH                                          ok
  863.  
  864. Testing autoconf/headers macros.
  865.  
  866. 431: AC_CHECK_HEADERS_ONCE                           ok
  867. 432: AC_CHECK_HEADER_STDBOOL                         ok
  868. 433: AC_HEADER_ASSERT                                ok
  869. 434: AC_HEADER_MAJOR                                 ok
  870. 435: AC_HEADER_RESOLV                                ok
  871. 436: AC_HEADER_STAT                                  ok
  872. 437: AC_HEADER_STDBOOL                               ok
  873. 438: AC_HEADER_TIOCGWINSZ                            ok
  874. 439: AC_DIR_HEADER                                   ok
  875. 440: AC_MEMORY_H                                     ok
  876. 441: AC_UNISTD_H                                     ok
  877. 442: AC_USG                                          ok
  878.  
  879. Testing autoconf/types macros.
  880.  
  881. 443: AC_STRUCT_DIRENT_D_INO                          ok
  882. 444: AC_STRUCT_DIRENT_D_TYPE                         ok
  883. 445: AC_STRUCT_ST_BLOCKS                             ok
  884. 446: AC_STRUCT_TIMEZONE                              ok
  885. 447: AC_TYPE_INT16_T                                 ok
  886. 448: AC_TYPE_INT32_T                                 ok
  887. 449: AC_TYPE_INT64_T                                 ok
  888. 450: AC_TYPE_INT8_T                                  ok
  889. 451: AC_TYPE_INTMAX_T                                ok
  890. 452: AC_TYPE_INTPTR_T                                ok
  891. 453: AC_TYPE_LONG_DOUBLE                             ok
  892. 454: AC_TYPE_LONG_DOUBLE_WIDER                       ok
  893. 455: AC_TYPE_MODE_T                                  ok
  894. 456: AC_TYPE_OFF_T                                   ok
  895. 457: AC_TYPE_SSIZE_T                                 ok
  896. 458: AC_TYPE_UINT16_T                                ok
  897. 459: AC_TYPE_UINT32_T                                ok
  898. 460: AC_TYPE_UINT64_T                                ok
  899. 461: AC_TYPE_UINT8_T                                 ok
  900. 462: AC_TYPE_UINTMAX_T                               ok
  901. 463: AC_TYPE_UINTPTR_T                               ok
  902. 464: AC_C_LONG_DOUBLE                                ok
  903. 465: AC_INT_16_BITS                                  ok
  904. 466: AC_LONG_64_BITS                                 ok
  905. 467: AC_STRUCT_ST_BLKSIZE                            ok
  906. 468: AC_STRUCT_ST_RDEV                               ok
  907. 469: AC_TYPE_SIGNAL                                  ok
  908. 470: AM_TYPE_PTRDIFF_T                               ok
  909.  
  910. Testing autoconf/functions macros.
  911.  
  912. 471: AC_CHECK_FUNCS_ONCE                             ok
  913. 472: AC_FUNC_CHOWN                                   ok
  914. 473: AC_FUNC_CLOSEDIR_VOID                           ok
  915. 474: AC_FUNC_ERROR_AT_LINE                           ok
  916. 475: AC_FUNC_FNMATCH                                 ok
  917. 476: AC_FUNC_FORK                                    ok
  918. 477: AC_FUNC_FSEEKO                                  ok
  919. 478: AC_FUNC_GETGROUPS                               ok
  920. 479: AC_FUNC_GETMNTENT                               ok
  921. 480: AC_FUNC_GETPGRP                                 ok
  922. 481: AC_FUNC_LSTAT                                   ok
  923. 482: AC_FUNC_MALLOC                                  ok
  924. 483: AC_FUNC_MBRTOWC                                 ok
  925. 484: AC_FUNC_MEMCMP                                  ok
  926. 485: AC_FUNC_MKTIME                                  ok
  927. 486: AC_FUNC_MMAP                                    ok
  928. 487: AC_FUNC_OBSTACK                                 ok
  929. 488: AC_FUNC_REALLOC                                 ok
  930. 489: AC_FUNC_SELECT_ARGTYPES                         ok
  931. 490: AC_FUNC_SETPGRP                                 ok
  932. 491: AC_FUNC_STAT                                    ok
  933. 492: AC_FUNC_STRCOLL                                 ok
  934. 493: AC_FUNC_STRERROR_R                              ok
  935. 494: AC_FUNC_STRFTIME                                ok
  936. 495: AC_FUNC_STRNLEN                                 ok
  937. 496: AC_FUNC_STRTOD                                  ok
  938. 497: AC_FUNC_STRTOLD                                 ok
  939. 498: AC_FUNC_UTIME_NULL                              ok
  940. 499: AC_FUNC_VPRINTF                                 ok
  941.  
  942. Testing autoconf/libs macros.
  943.  
  944. 500: AC_HAVE_LIBRARY                                 ok
  945.  
  946. Compatibility with other tools.
  947.  
  948. 501: Libtool                                         skipped (foreign.at:29)
  949. 502: shtool                                          ok
  950.  
  951. Autoscan.
  952.  
  953. 503: autoscan                                        ok
  954.  
  955. ## ------------- ##
  956. ## Test results. ##
  957. ## ------------- ##
  958.  
  959. ERROR: 448 tests were run,
  960. 8 failed (4 expected failures).
  961. 55 tests were skipped.
  962. ## -------------------------- ##
  963. ## testsuite.log was created. ##
  964. ## -------------------------- ##
  965.  
  966. Please send `tests/testsuite.log' and all information you think might help:
  967.  
  968.    To: <bug-autoconf@gnu.org>
  969.    Subject: [GNU Autoconf 2.68b] testsuite: 100 271 359 390 failed
  970.  
  971. You may investigate any problem if you feel able to do so, in which
  972. case the test suite provides a good starting point.  Its output may
  973. be found below `tests/testsuite.dir'.