- sam@localhost:/usr/local $ brew install autoconf --devel --fresh --force -d -v
- ==> Downloading ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.68b.tar.bz2
- File already downloaded in /Users/sam/Library/Caches/Homebrew
- /usr/bin/tar xf /Users/sam/Library/Caches/Homebrew/autoconf-2.68b.tar.bz2
- ==> Patching
- /usr/bin/patch -f -p1 -i 001-homebrew.diff
- patching file bin/autoreconf.in
- Hunk #1 succeeded at 111 (offset -1 lines).
- ==> ./configure --prefix=/usr/local/Cellar/autoconf/2.68b
- ./configure --prefix=/usr/local/Cellar/autoconf/2.68b
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
- checking for gawk... no
- checking for mawk... no
- checking for nawk... no
- checking for awk... awk
- checking whether make sets $(MAKE)... yes
- checking build system type... x86_64-apple-darwin11.3.0
- checking host system type... x86_64-apple-darwin11.3.0
- configure: autobuild project... GNU Autoconf
- configure: autobuild revision... 2.68b
- configure: autobuild hostname... speedport_w723_v_typ_a_1_00_090
- configure: autobuild timestamp... 20120305T175906Z
- checking whether /bin/sh -n is known to work... yes
- checking for characters that cannot appear in file names... none
- checking whether directories can have trailing spaces... yes
- checking for expr... /bin/expr
- checking for GNU M4 that supports accurate traces... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4
- checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/m4 accepts --gnu... no
- configure: WARNING: the version of M4 that was found does not support -g
- configure: WARNING: using it with POSIXLY_CORRECT set may cause problems
- checking how m4 supports trace files... --error-output
- checking for perl... /usr/bin/perl
- checking whether /usr/bin/perl Fcntl::flock is implemented... yes
- checking for emacs... emacs
- checking whether emacs is sufficiently recent... yes
- checking for emacs... emacs
- checking where .elc files should go... ${datarootdir}/emacs/site-lisp
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for a sed that does not truncate output... /usr/bin/sed
- checking whether make is case sensitive... yes
- configure: creating ./config.status
- config.status: creating tests/Makefile
- config.status: creating tests/atlocal
- config.status: creating man/Makefile
- config.status: creating lib/emacs/Makefile
- config.status: creating Makefile
- config.status: creating doc/Makefile
- config.status: creating lib/Makefile
- config.status: creating lib/Autom4te/Makefile
- config.status: creating lib/autoscan/Makefile
- config.status: creating lib/m4sugar/Makefile
- config.status: creating lib/autoconf/Makefile
- config.status: creating lib/autotest/Makefile
- config.status: creating bin/Makefile
- config.status: executing tests/atconfig commands
- You are about to use an experimental version of Autoconf. Be sure to
- read the relevant mailing lists, most importantly <autoconf@gnu.org>.
- Below you will find information on the status of this version of Autoconf.
- * Status
- /*------------------------------------.
- | New features need further testing. |
- `------------------------------------*/
- * Now that configure depends on shell functions, it is possible that
- configure scripts may fail to run on old platforms that lack a shell
- with proper function support.
- * Autotest parallel testsuite support is still a work in progress.
- There are known issues in job handling under dash and some ksh
- variants, where a parallel testsuite can hang or cause a 100%
- processor load. In the current release, the overall autoconf
- testsuite only exercises parallel autotest under bash and zsh, or if
- you have defined TEST_PARALLEL_AUTOTEST in the environment.
- Meanwhile, Cygwin has known problems with named fifos that cause
- failures when attempting parallel tests in an autotest suite. It is
- possible that other difficulties will be encountered, whether with
- shell or platform limitations; help is appreciated in improving
- parallel testsuite support.
- ==> make install
- make install
- make install-recursive
- Making install in bin
- rm -f autom4te autom4te.tmp
- cd ../lib && make autom4te.cfg
- cd ../lib/m4sugar && make version.m4
- rm -f autoheader autoheader.tmp
- srcdir=''; \
- test -f ./autom4te.in || srcdir=./; \
- 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
- rm -f autoreconf autoreconf.tmp
- srcdir=''; \
- test -f ./autoheader.in || srcdir=./; \
- 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
- rm -f ifnames ifnames.tmp
- srcdir=''; \
- test -f ./autoreconf.in || srcdir=./; \
- 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
- rm -f autoscan autoscan.tmp
- srcdir=''; \
- test -f ./ifnames.in || srcdir=./; \
- 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
- rm -f autoupdate autoupdate.tmp
- rm -f autom4te.cfg autom4te.tmp
- :;{ \
- echo '# This file is part of -*- Autoconf -*-.' && \
- echo '# Version of Autoconf.' && \
- echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
- echo '# Free Software Foundation, Inc.' && \
- echo &&\
- echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])' && \
- echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])' && \
- echo 'm4_define([m4_PACKAGE_VERSION], [2.68b])' && \
- echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.68b])' && \
- echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
- echo 'm4_define([m4_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])' && \
- echo 'm4_define([m4_PACKAGE_YEAR], ['`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \
- } > version.m4-t
- srcdir=''; \
- test -f ./autoscan.in || srcdir=./; \
- 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
- srcdir=''; \
- test -f ./autoupdate.in || srcdir=./; \
- 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
- 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
- mv version.m4-t version.m4
- chmod +x autoheader.tmp
- chmod +x autom4te.tmp
- chmod a-w autoheader.tmp
- chmod a-w autom4te.tmp
- chmod a-w autom4te.tmp
- chmod +x ifnames.tmp
- mv autoheader.tmp autoheader
- mv autom4te.tmp autom4te.cfg
- mv autom4te.tmp autom4te
- chmod a-w ifnames.tmp
- chmod +x autoupdate.tmp
- chmod +x autoscan.tmp
- mv ifnames.tmp ifnames
- chmod a-w autoupdate.tmp
- chmod a-w autoscan.tmp
- chmod +x autoreconf.tmp
- mv autoupdate.tmp autoupdate
- mv autoscan.tmp autoscan
- chmod a-w autoreconf.tmp
- autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in
- mv autoreconf.tmp autoreconf
- rm -f autoconf autoconf.tmp
- srcdir=''; \
- test -f ./autoconf.in || srcdir=./; \
- 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
- chmod +x autoconf.tmp
- chmod a-w autoconf.tmp
- mv autoconf.tmp autoconf
- test -z "/usr/local/Cellar/autoconf/2.68b/bin" || ../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/bin"
- make[3]: Nothing to be done for `install-data-am'.
- /usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/usr/local/Cellar/autoconf/2.68b/bin'
- Making install in .
- make[3]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf" || build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf"
- /usr/bin/install -c -m 644 ./INSTALL '/usr/local/Cellar/autoconf/2.68b/share/autoconf'
- Making install in lib
- Making install in Autom4te
- make[4]: Nothing to be done for `install-exec-am'.
- 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"
- /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'
- Making install in m4sugar
- autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
- --language=m4sugar \
- --freeze \
- --output=m4sugar.m4f
- autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
- --language=m4sh \
- --freeze \
- --output=m4sh.m4f
- make[4]: Nothing to be done for `install-exec-am'.
- 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"
- 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"
- mkdir: /usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar: File exists
- /usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar'
- /usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/usr/local/Cellar/autoconf/2.68b/share/autoconf/m4sugar'
- Making install in autoconf
- autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
- --language=autoconf \
- --freeze \
- --output=autoconf.m4f
- make[4]: Nothing to be done for `install-exec-am'.
- 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"
- 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"
- mkdir: /usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf: File exists
- /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'
- /usr/bin/install -c -m 644 autoconf.m4f '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoconf'
- Making install in autotest
- autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \
- --language=autotest \
- --freeze \
- --output=autotest.m4f
- make[4]: Nothing to be done for `install-exec-am'.
- 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"
- 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"
- mkdir: /usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest: File exists
- /usr/bin/install -c -m 644 autotest.m4f '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest'
- /usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autotest'
- Making install in autoscan
- echo '# Automatically Generated: do not edit this file' >autoscan.list
- sed '/^[#]/!q' ./autoscan.pre >>autoscan.list
- ( \
- sed -n '/^[^#]/p' ./autoscan.pre; \
- autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2 $3' \
- ) | LC_ALL=C sort >>autoscan.list
- make[4]: Nothing to be done for `install-exec-am'.
- 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"
- /usr/bin/install -c -m 644 autoscan.list '/usr/local/Cellar/autoconf/2.68b/share/autoconf/autoscan'
- Making install in emacs
- WARNING: Warnings can be ignored. :-)
- if test "emacs" != no; then \
- set x; \
- list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
- if test -f "$p"; then d=; else d="./"; fi; \
- set x "$@" "$d$p"; shift; \
- done; \
- shift; \
- EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
- else : ; fi
- Wrote /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/lib/emacs/elc.61711/autoconf-mode.elc
- Wrote /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/lib/emacs/elc.61711/autotest-mode.elc
- make[4]: Nothing to be done for `install-exec-am'.
- /usr/bin/install -c -m 644 'autoconf-mode.el' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autoconf-mode.el'
- /usr/bin/install -c -m 644 'autoconf-mode.elc' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autoconf-mode.elc'
- /usr/bin/install -c -m 644 'autotest-mode.el' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autotest-mode.el'
- /usr/bin/install -c -m 644 'autotest-mode.elc' '/usr/local/Cellar/autoconf/2.68b/share/emacs/site-lisp/autotest-mode.elc'
- make[4]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/Cellar/autoconf/2.68b/share/autoconf" || ../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/autoconf"
- /usr/bin/install -c -m 644 autom4te.cfg '/usr/local/Cellar/autoconf/2.68b/share/autoconf'
- Making install in doc
- make[3]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/Cellar/autoconf/2.68b/share/info" || ../build-aux/install-sh -c -d "/usr/local/Cellar/autoconf/2.68b/share/info"
- /usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/usr/local/Cellar/autoconf/2.68b/share/info'
- install-info --info-dir='/usr/local/Cellar/autoconf/2.68b/share/info' '/usr/local/Cellar/autoconf/2.68b/share/info/autoconf.info'
- install-info --info-dir='/usr/local/Cellar/autoconf/2.68b/share/info' '/usr/local/Cellar/autoconf/2.68b/share/info/standards.info'
- Making install in tests
- autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language=M4sh ./wrapper.as -o wrapper.in
- rm -f autoconf autoconf.tmp
- rm -f autoheader autoheader.tmp
- rm -f autom4te autom4te.tmp
- input=wrapper.in; \
- 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
- input=wrapper.in; \
- 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
- rm -f autoreconf autoreconf.tmp
- input=wrapper.in; \
- 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
- rm -f autoscan autoscan.tmp
- input=wrapper.in; \
- 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
- rm -f autoupdate autoupdate.tmp
- input=wrapper.in; \
- 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
- rm -f ifnames ifnames.tmp
- input=wrapper.in; \
- 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
- chmod +x autoheader.tmp
- chmod +x autom4te.tmp
- input=wrapper.in; \
- 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
- chmod +x autoconf.tmp
- chmod a-w autoheader.tmp
- chmod a-w autom4te.tmp
- chmod a-w autoconf.tmp
- mv -f autoheader.tmp autoheader
- mv -f autom4te.tmp autom4te
- mv -f autoconf.tmp autoconf
- chmod +x ifnames.tmp
- chmod +x autoupdate.tmp
- chmod +x autoscan.tmp
- chmod a-w ifnames.tmp
- chmod a-w autoupdate.tmp
- chmod a-w autoscan.tmp
- mv -f ifnames.tmp ifnames
- mv -f autoupdate.tmp autoupdate
- mv -f autoscan.tmp autoscan
- chmod +x autoreconf.tmp
- chmod a-w autoreconf.tmp
- mv -f autoreconf.tmp autoreconf
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- Making install in man
- Updating man page autoreconf.1
- PATH="../tests:../build-aux:$PATH"; \
- export PATH; \
- /bin/sh /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/build-aux/missing --run help2man \
- --include=autoreconf.x \
- --include=./common.x \
- --source='GNU Autoconf 2.68b' \
- --output=autoreconf.1.t `echo 'autoreconf' | sed 's,.*/,,'`
- /private/tmp/homebrew-autoconf-2.68b-HWqt/autoconf-2.68b/build-aux/missing: line 51: help2man: command not found
- WARNING: 'help2man' is missing on your system. You should only need it if
- you modified a dependency of a manual page. You may need the
- Help2man package in order for those modifications to take
- effect. You can get Help2man from any GNU archive site.
- if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1 >autoreconf.1a.t 2>/dev/null && \
- sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1.t | cmp autoreconf.1a.t - >/dev/null 2>&1; then \
- touch autoreconf.1; \
- else \
- mv autoreconf.1.t autoreconf.1; \
- fi
- rm -f autoreconf.1*.t
- make[3]: Nothing to be done for `install-exec-am'.
- 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"
- /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'
- ==> make check
- make check
- if test -d ./.git; then \
- cd . && \
- git submodule --quiet foreach test '$(git rev-parse $sha1)' \
- = '$(git merge-base origin $sha1)' \
- || { echo 'maint.mk: found non-public submodule commit' >&2; \
- exit 1; }; \
- else \
- : ; \
- fi
- make check-recursive
- Making check in bin
- make[2]: Nothing to be done for `check'.
- Making check in .
- make[2]: Nothing to be done for `check-am'.
- Making check in lib
- Making check in Autom4te
- make[3]: Nothing to be done for `check'.
- Making check in m4sugar
- make check-local
- Making check in autoconf
- make check-local
- Making check in autotest
- make check-local
- Making check in autoscan
- make[3]: Nothing to be done for `check'.
- Making check in emacs
- make[3]: Nothing to be done for `check'.
- make[3]: Nothing to be done for `check-am'.
- Making check in doc
- make[2]: Nothing to be done for `check'.
- Making check in tests
- make check-local
- :;{ \
- echo '# Signature of the current package.' && \
- echo 'm4_define([AT_PACKAGE_NAME], [GNU Autoconf])' && \
- echo 'm4_define([AT_PACKAGE_TARNAME], [autoconf])' && \
- echo 'm4_define([AT_PACKAGE_VERSION], [2.68b])' && \
- echo 'm4_define([AT_PACKAGE_STRING], [GNU Autoconf 2.68b])' && \
- echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
- echo 'm4_define([AT_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])'; \
- } > package.m4-t
- mv package.m4-t package.m4
- cd ../lib/autotest && make autotest.m4f
- make[4]: `autotest.m4f' is up to date.
- autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language=autotest -I . -I . suite.at -o testsuite.tmp
- mv testsuite.tmp testsuite
- /bin/sh ./testsuite
- ## ------------------------------ ##
- ## GNU Autoconf 2.68b test suite. ##
- ## ------------------------------ ##
- Executables (autoheader, autoupdate...).
- 1: Syntax of the shell scripts ok
- 2: Syntax of the Perl scripts ok
- 3: autom4te cache ok
- 4: autom4te --force ok
- 5: autom4te and whitespace in file names ok
- 6: autom4te --trace and unusual macro names ok
- 7: autom4te --trace and whitespace ok
- 8: autoconf --trace: user macros ok
- 9: autoconf --trace: builtins ok
- 10: autoconf: forbidden tokens, basic ok
- 11: autoconf: forbidden tokens, exceptions ok
- 12: autoconf: automatically allowed tokens ok
- 13: autoconf: the empty token ok
- 14: autoconf: subdirectories ok
- 15: autoconf: input from stdin ok
- 16: autoconf: AC_AUTOCONF_VERSION ok
- 17: autoconf: AC_PRESERVE_HELP_ORDER ok
- 18: ifnames ok
- 19: autoheader ok
- 20: autoheader and macros ok
- 21: autoupdate ok
- 22: autoupdating AC_LINK_FILES ok
- 23: autoupdating AC_PREREQ ok
- 24: autoupdating AU_ALIAS ok
- 25: autoupdating OLD to NEW ok
- 26: autoupdating macros recursively expected failure (tools.at:945)
- 27: autoupdating AC_HELP_STRING ok
- 28: autoupdating with m4sugar ok
- 29: autoupdating with m4_pushdef expected failure (tools.at:1027)
- 30: autoupdating with AC_REQUIRE expected failure (tools.at:1053)
- 31: autoupdating with complex quoting expected failure (tools.at:1080)
- 32: autoupdating AC_LANG_SAVE ok
- 33: autoupdating AC_FOREACH ok
- 34: autoupdating with aclocal and m4_include skipped (tools.at:1135)
- 35: autom4te preselections skipped (tools.at:1168)
- 36: autom4te cache creation ok
- 37: autom4te cache locking ok
- 38: autotools and whitespace in file names skipped (tools.at:1281)
- M4sugar.
- 39: m4_stack ok
- 40: m4_defn ok
- 41: m4_dumpdef ok
- 42: m4_warn ok
- 43: m4_divert_stack ok
- 44: m4_expansion_stack ok
- 45: m4_require: error message ok
- 46: m4_require: circular dependencies ok
- 47: m4_require: one-shot initialization ok
- 48: m4_require: nested ok
- 49: m4sugar shorthand conditionals ok
- 50: m4_cond ok
- 51: m4 lists ok
- 52: m4_split ok
- 53: m4_do ok
- 54: m4_append ok
- 55: m4_join ok
- 56: m4_expand ok
- 57: m4_text_box ok
- 58: m4_text_wrap ok
- 59: m4_version_compare ok
- 60: Standard regular expressions ok
- 61: m4_bmatch ok
- 62: m4_toupper and m4_tolower ok
- 63: m4_bpatsubsts ok
- 64: m4_esyscmd_s ok
- 65: M4 loops ok
- 66: m4_map ok
- 67: m4_map_args and m4_curry ok
- 68: m4_combine ok
- 69: m4_max and m4_min ok
- 70: recursion ok
- 71: m4_set ok
- 72: __file__ and __line__ ok
- M4sh.
- 73: No extra re-exec with CONFIG_SHELL ok
- 74: Forced re-exec with CONFIG_SHELL ok
- 75: Configure re-execs self with CONFIG_SHELL ok
- 76: AS_WARN and AS_ERROR ok
- 77: LINENO ok
- 78: LINENO stack ok
- 79: AS_BOX ok
- 80: AS_BASENAME ok
- 81: AS_DIRNAME ok
- 82: AS_SET_CATFILE ok
- 83: AS_ECHO and AS_ECHO_N ok
- 84: AS_EXECUTABLE_P ok
- 85: AS_EXIT ok
- 86: AS_MKDIR_P ok
- 87: AS_VERSION_COMPARE ok
- 88: as_me ok
- 89: Negated classes in globbing ok
- 90: Null variable substitution ok
- 91: Functions Support ok
- 92: Functions and return Support ok
- 93: Nested AS_REQUIRE_SHELL_FN ok
- 94: Nested AS_REQUIRE ok
- 95: AS_REQUIRE_SHELL_FN and m4_require ok
- 96: AS_HELP_STRING ok
- 97: AS_IF and AS_CASE ok
- 98: AS_FOR ok
- 99: AS_LITERAL_IF ok
- 100: AS_TR_SH and AS_TR_CPP FAILED (m4sh.at:1565)
- 101: AS_VAR basics ok
- 102: AS_VAR_APPEND ok
- 103: AS_VAR_ARITH ok
- 104: AS_INIT cleanup ok
- 105: AS_INIT_GENERATED ok
- 106: AS_MESSAGE_FD ok
- 107: _AS_CLEAN_DIR ok
- 108: ECHO_C ok
- Autotest.
- 109: AT_COPYRIGHT ok
- 110: AT_DATA ok
- 111: Empty test suite ok
- 112: Banner-only test suite ok
- 113: Empty test ok
- 114: Empty check ok
- 115: AT_SETUP without AT_INIT ok
- 116: AT_BANNER without AT_INIT ok
- 117: AT_CLEANUP without AT_INIT ok
- 118: Missing AT_CLEANUP ok
- 119: AT_FAIL_IF without AT_SETUP ok
- 120: AT_SKIP_IF without AT_SETUP ok
- 121: AT_CHECK without AT_SETUP ok
- 122: AT_DATA without AT_SETUP ok
- 123: AT_XFAIL_IF without AT_SETUP ok
- 124: AT_KEYWORDS without AT_SETUP ok
- 125: AT_CLEANUP without AT_SETUP ok
- 126: AT_BANNER inside AT_SETUP ok
- 127: AT_SETUP inside AT_SETUP ok
- 128: Multiple AT_INIT ok
- 129: Tested programs ok
- 130: Startup error messages ok
- 131: Truth ok
- 132: Fallacy ok
- 133: Skip ok
- 134: Hard fail ok
- 135: AT_FAIL_IF ok
- 136: AT_SKIP_IF ok
- 137: Syntax error ok
- 138: errexit ok
- 139: at_status ok
- 140: AT_CHECK execution environment ok
- 141: unquoted output ok
- 142: Trace output ok
- 143: Logging ok
- 144: Binary output ok
- 145: Cleanup ok
- 146: Literal multiline command ok
- 147: Multiline parameter expansion ok
- 148: Backquote command substitution ok
- 149: Multiline backquote command substitution ok
- 150: Parenthetical command substitution ok
- 151: Multiline parenthetical command substitution ok
- 152: Shell comment in command ok
- 153: Invalid brace-enclosed parameter expansion ok
- 154: Multiline command from M4 expansion ok
- 155: Double-M4-quoted command ok
- 156: Metacharacters in command from M4 expansion ok
- 157: BS-newline in command ok
- 158: ^BS-newline in command ok
- 159: BSx641-newline in command ok
- 160: BS-BS-newline in command ok
- 161: BSx640-newline in command ok
- 162: Newline-CODE-BS-newline in command ok
- 163: Single-quote-BS-newline in command ok
- 164: Single-quote-newline-BS-newline in command ok
- 165: Input from stdin ok
- 166: Backquote in a test title ok
- 167: Single-quote in a test title ok
- 168: Double-quote in a test title ok
- 169: Backslash in a test title ok
- 170: Brackets in a test title ok
- 171: Left bracket in a test title ok
- 172: Right bracket in a test title ok
- 173: Quoted pound in a test title ok
- 174: Pound in a test title ok
- 175: Quoted comma in a test title ok
- 176: Comma in a test title ok
- 177: Parentheses in a test title ok
- 178: Left paren in a test title ok
- 179: Right paren in a test title ok
- 180: Quoted Macro in a test title ok
- 181: Macro in a test title ok
- 182: Macro with backquote in a test title ok
- 183: Macro with single-quote in a test title ok
- 184: Macro with double-quote in a test title ok
- 185: Macro with backslash in a test title ok
- 186: Macro echoing macro in a test title ok
- 187: Macro echoing single-quote in a test title ok
- 188: Long test title in a test title ok
- 189: Longer test title in a test title ok
- 190: Long test source lines ok
- 191: Huge testsuite ok
- 192: Debugging a successful test ok
- 193: Debugging script and environment ok
- 194: Debugging a failed test ok
- 195: Using atlocal ok
- 196: Choosing where testsuite is run ok
- 197: recheck ok
- 198: Banners ok
- 199: Keywords and ranges ok
- 200: Keyword wrapping ok
- 201: AT_ARG_OPTION ok
- 202: AT_ARG_OPTION_ARG ok
- 203: parallel test execution ok
- 204: parallel truth ok
- 205: parallel fallacy ok
- 206: parallel skip ok
- 207: parallel syntax error ok
- 208: parallel errexit ok
- 209: parallel autotest and signal handling ok
- 210: parallel args but non-working mkfifo ok
- 211: colored test results ok
- 212: srcdir propagation ok
- 213: whitespace in absolute testdir ok
- 214: unusual file names ok
- 215: Erlang Eunit unit tests ok
- Autoconf base layer.
- 216: AC_REQUIRE: topological sort ok
- 217: AC_REQUIRE: error message ok
- 218: AC_REQUIRE & AC_DEFUN_ONCE: Require, expand ok
- 219: AC_REQUIRE & AC_DEFUN_ONCE: Expand, require ok
- 220: AC_REQUIRE & AC_PROVIDE ok
- 221: AC_INIT ok
- 222: AC_INIT with unusual version strings ok
- 223: AC_COPYRIGHT ok
- 224: AC_CACHE_CHECK ok
- 225: AC_CACHE_LOAD ok
- 226: AC_COMPUTE_INT ok
- 227: AC_TRY_COMMAND ok
- 228: Input/Output ok
- 229: configure arguments ok
- 230: AC_ARG_ENABLE and AC_ARG_WITH ok
- 231: configure directories ok
- Testing config.status.
- 232: AC_CONFIG_COMMANDS with empty commands ok
- 233: AC_CONFIG_COMMANDS with temporary directory ok
- 234: Multiple AC_CONFIG_FILES ok
- 235: Parameterized AC_CONFIG_FILES ok
- 236: AC_ARG_VAR ok
- 237: AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS ok
- 238: Macro calls in AC_CONFIG_COMMANDS tags ok
- 239: Missing templates ok
- 240: configure invocation ok
- 241: #define header templates ok
- 242: Torturing config.status ok
- 243: Substitute a 2000-byte string ok
- 244: Define to a 2000-byte string ok
- 245: Substitute and define special characters ok
- 246: Substitute a newline ok
- 247: Define a newline ok
- 248: AC_SUBST: variable name validation ok
- 249: datarootdir workaround ok
- 250: srcdir ok
- 251: VPATH ok
- 252: Signal handling ok
- 253: AC_CONFIG_LINKS ok
- 254: AC_CONFIG_LINKS and identical files ok
- autoreconf.
- 255: Configuring subdirectories skipped (torture.at:1433)
- 256: Deep Package skipped (torture.at:1566)
- 257: Non-Autoconf AC_CONFIG_SUBDIRS skipped (torture.at:1702)
- 258: Non-literal AC_CONFIG_SUBDIRS ok
- 259: Empty directory skipped (torture.at:1795)
- 260: Unusual Automake input files skipped (torture.at:1816)
- Low level compiling/preprocessing macros.
- 261: AC_LANG, AC_LANG_PUSH & AC_LANG_POP ok
- 262: AC_REQUIRE & AC_LANG ok
- 263: AC_LANG_SOURCE ok
- 264: AC_LANG_SOURCE(C++) ok
- 265: AC_LANG_SOURCE example ok
- 266: AC_LANG_PROGRAM example ok
- 267: AC_COMPILE_IFELSE ok
- 268: AC_RUN_IFELSE ok
- 269: Order of user actions and cleanup ok
- 270: AC_TRY_LINK_FUNC ok
- 271: Multiple languages FAILED (compile.at:463)
- Testing autoconf/lang macros.
- 272: AC_NO_EXECUTABLES ok
- 273: AC_REQUIRE_CPP ok
- C low level compiling/preprocessing macros.
- 274: Extensions ok
- 275: Broken/missing compilers ok
- 276: C keywords ok
- 277: AC_PROG_CPP requires AC_PROG_CC ok
- 278: AC_PROG_CPP with warnings ok
- 279: AC_PROG_CPP without warnings skipped (c.at:144)
- 280: AC_PROG_CPP via CC skipped (c.at:184)
- 281: AC_NO_EXECUTABLES (working linker) ok
- 282: AC_NO_EXECUTABLES (broken linker) ok
- 283: AC_USE_SYSTEM_EXTENSIONS ok
- 284: AC_C_RESTRICT and C++ ok
- 285: AC_OPENMP and C skipped (c.at:372)
- 286: AC_OPENMP and C++ skipped (c.at:415)
- Testing autoconf/c macros.
- 287: AC_C_BACKSLASH_A ok
- 288: AC_C_BIGENDIAN ok
- 289: AC_C_CHAR_UNSIGNED ok
- 290: AC_C_FLEXIBLE_ARRAY_MEMBER ok
- 291: AC_C_INLINE ok
- 292: AC_C_PROTOTYPES ok
- 293: AC_C_RESTRICT ok
- 294: AC_C_STRINGIZE ok
- 295: AC_C_TYPEOF ok
- 296: AC_C_VARARRAYS ok
- 297: AC_OPENMP ok
- 298: AC_PROG_CC_C89 ok
- 299: AC_PROG_CC_C99 ok
- 300: AC_PROG_CC_C_O ok
- 301: AC_PROG_CC_STDC ok
- 302: AC_PROG_CPP_WERROR ok
- 303: AC_PROG_GCC_TRADITIONAL ok
- 304: AC_LANG_C ok
- 305: AC_LANG_CPLUSPLUS ok
- 306: AC_LANG_OBJC ok
- Fortran low level compiling/preprocessing macros.
- 307: GNU Fortran 77 skipped (fortran.at:52)
- 308: GNU Fortran skipped (fortran.at:77)
- 309: AC_OPENMP and Fortran 77 skipped (fortran.at:114)
- 310: AC_OPENMP and Fortran skipped (fortran.at:154)
- 311: AC_F77_DUMMY_MAIN usage skipped (fortran.at:241)
- 312: AC_FC_DUMMY_MAIN usage skipped (fortran.at:319)
- 313: AC_F77_MAIN usage skipped (fortran.at:395)
- 314: AC_FC_MAIN usage skipped (fortran.at:474)
- 315: AC_F77_FUNC usage skipped (fortran.at:551)
- 316: AC_FC_FUNC usage skipped (fortran.at:625)
- 317: AC_FC_SRCEXT usage skipped (fortran.at:710)
- 318: AC_FC_PP_SRCEXT usage skipped (fortran.at:810)
- 319: AC_FC_FREEFORM skipped (fortran.at:846)
- 320: AC_FC_FREEFORM with AC_FC_SRCEXT skipped (fortran.at:884)
- 321: AC_FC_FIXEDFORM skipped (fortran.at:922)
- 322: AC_FC_FIXEDFORM with AC_FC_SRCEXT skipped (fortran.at:961)
- 323: AC_FC_LINE_LENGTH skipped (fortran.at:1025)
- 324: AC_FC_CHECK_BOUNDS skipped (fortran.at:1087)
- 325: AC_FC_MODULE_FLAG skipped (fortran.at:1155)
- Testing autoconf/fortran macros.
- 326: AC_F77_IMPLICIT_NONE skipped (acfortran.at:13)
- 327: AC_F77_MAIN skipped (acfortran.at:14)
- 328: AC_F77_WRAPPERS skipped (acfortran.at:15)
- 329: AC_FC_CHECK_BOUNDS skipped (acfortran.at:16)
- 330: AC_FC_FIXEDFORM skipped (acfortran.at:17)
- 331: AC_FC_FREEFORM skipped (acfortran.at:18)
- 332: AC_FC_IMPLICIT_NONE skipped (acfortran.at:19)
- 333: AC_FC_LINE_LENGTH skipped (acfortran.at:20)
- 334: AC_FC_MAIN skipped (acfortran.at:21)
- 335: AC_FC_MODULE_EXTENSION skipped (acfortran.at:22)
- 336: AC_FC_MODULE_FLAG skipped (acfortran.at:23)
- 337: AC_FC_MODULE_OUTPUT_FLAG skipped (acfortran.at:24)
- 338: AC_FC_PP_DEFINE skipped (acfortran.at:25)
- 339: AC_FC_WRAPPERS skipped (acfortran.at:26)
- 340: AC_PROG_F77_C_O skipped (acfortran.at:27)
- 341: AC_PROG_FC_C_O skipped (acfortran.at:28)
- 342: AC_F77_NAME_MANGLING ok
- 343: AC_LANG_FORTRAN77 ok
- Erlang low level compiling and utility macros.
- 344: Erlang skipped (erlang.at:45)
- 345: AC_ERLANG_CHECK_LIB skipped (erlang.at:65)
- 346: AC_ERLANG_SUBST_ROOT_DIR skipped (erlang.at:82)
- 347: AC_ERLANG_SUBST_LIB_DIR skipped (erlang.at:99)
- 348: AC_ERLANG_SUBST_INSTALL_LIB_DIR ok
- 349: AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR ok
- 350: AC_ERLANG_SUBST_ERTS_VER skipped (erlang.at:134)
- Go low level compiling and utility macros.
- 351: Go skipped (go.at:33)
- Testing autoconf/go macros.
- 352: AC_LANG_GO ok
- Semantics.
- 353: AC_CHECK_LIB skipped (semantics.at:72)
- 354: AC_SEARCH_LIBS ok
- 355: AC_SEARCH_LIBS (none needed) ok
- 356: AC_CHECK_DECLS ok
- 357: AC_CHECK_FUNCS ok
- 358: AC_REPLACE_FUNCS ok
- 359: AC_CHECK_HEADERS FAILED (semantics.at:228)
- 360: AC_CHECK_HEADERS (preprocessor test) ok
- 361: AC_CHECK_HEADERS (compiler test) ok
- 362: AC_CHECK_MEMBER ok
- 363: AC_CHECK_MEMBERS ok
- 364: AC_CHECK_ALIGNOF ok
- 365: AC_CHECK_ALIGNOF (cross compile) ok
- 366: AC_CHECK_ALIGNOF struct ok
- 367: AC_CHECK_ALIGNOF struct (cross compile) ok
- 368: AC_CHECK_SIZEOF ok
- 369: AC_CHECK_SIZEOF (cross compile) ok
- 370: AC_CHECK_SIZEOF struct ok
- 371: AC_CHECK_SIZEOF struct (cross compile) ok
- 372: AC_CHECK_TYPES ok
- 373: AC_CHECK_TYPES: backward compatibility ok
- 374: AC_CHECK_FILES ok
- 375: AC_CHECK_PROG & AC_CHECK_PROGS ok
- 376: AC_C_BIGENDIAN ok
- 377: AC_PATH_PROG & AC_PATH_PROGS ok
- 378: AC_PATH_PROGS_FEATURE_CHECK ok
- 379: AC_PATH_XTRA ok
- 380: AC_SYS_RESTARTABLE_SYSCALLS ok
- 381: AC_FUNC_SETVBUF_REVERSED ok
- 382: AC_FUNC_WAIT3 ok
- Testing autoconf/general macros.
- 383: AC_ARG_ENABLE ok
- 384: AC_ARG_PROGRAM ok
- 385: AC_ARG_WITH ok
- 386: AC_CHECK_DECLS_ONCE ok
- 387: AC_EGREP_CPP ok
- 388: AC_EGREP_HEADER ok
- 389: AC_LIBOBJ ok
- 390: AC_LIBSOURCES FAILED (acgeneral.at:20)
- 391: AC_PREFIX_DEFAULT ok
- 392: AC_CHECKING ok
- 393: AC_COMPILE_CHECK ok
- 394: AC_ENABLE ok
- 395: AC_FOREACH ok
- 396: AC_MSG_RESULT_UNQUOTED ok
- 397: AC_TRY_COMPILE ok
- 398: AC_TRY_CPP ok
- 399: AC_TRY_LINK ok
- 400: AC_TRY_RUN ok
- 401: AC_VALIDATE_CACHED_SYSTEM_TUPLE ok
- 402: AC_WITH ok
- Testing autoconf/status macros.
- 403: AC_OUTPUT_COMMANDS ok
- Testing autoconf/specific macros.
- 404: AC_SYS_INTERPRETER ok
- 405: AC_SYS_LARGEFILE ok
- 406: AC_SYS_LONG_FILE_NAMES ok
- 407: AC_SYS_POSIX_TERMIOS ok
- 408: AC_AIX ok
- 409: AC_ARG_ARRAY ok
- 410: AC_DECL_SYS_SIGLIST ok
- 411: AC_DYNIX_SEQ ok
- 412: AC_HAVE_POUNDBANG ok
- 413: AC_IRIX_SUN ok
- 414: AC_ISC_POSIX ok
- 415: AC_MINIX ok
- 416: AC_SCO_INTL ok
- 417: AC_XENIX_DIR ok
- Testing autoconf/programs macros.
- 418: AC_PROG_AWK ok
- 419: AC_PROG_FGREP ok
- 420: AC_PROG_INSTALL ok
- 421: AC_PROG_LEX ok
- 422: AC_PROG_LN_S ok
- 423: AC_PROG_MAKE_SET ok
- 424: AC_PROG_MKDIR_P ok
- 425: AC_PROG_RANLIB ok
- 426: AC_PROG_SED ok
- 427: AC_PROG_YACC ok
- 428: AC_CHECK_TOOL_PREFIX ok
- 429: AC_DECL_YYTEXT ok
- 430: AC_RSH ok
- Testing autoconf/headers macros.
- 431: AC_CHECK_HEADERS_ONCE ok
- 432: AC_CHECK_HEADER_STDBOOL ok
- 433: AC_HEADER_ASSERT ok
- 434: AC_HEADER_MAJOR ok
- 435: AC_HEADER_RESOLV ok
- 436: AC_HEADER_STAT ok
- 437: AC_HEADER_STDBOOL ok
- 438: AC_HEADER_TIOCGWINSZ ok
- 439: AC_DIR_HEADER ok
- 440: AC_MEMORY_H ok
- 441: AC_UNISTD_H ok
- 442: AC_USG ok
- Testing autoconf/types macros.
- 443: AC_STRUCT_DIRENT_D_INO ok
- 444: AC_STRUCT_DIRENT_D_TYPE ok
- 445: AC_STRUCT_ST_BLOCKS ok
- 446: AC_STRUCT_TIMEZONE ok
- 447: AC_TYPE_INT16_T ok
- 448: AC_TYPE_INT32_T ok
- 449: AC_TYPE_INT64_T ok
- 450: AC_TYPE_INT8_T ok
- 451: AC_TYPE_INTMAX_T ok
- 452: AC_TYPE_INTPTR_T ok
- 453: AC_TYPE_LONG_DOUBLE ok
- 454: AC_TYPE_LONG_DOUBLE_WIDER ok
- 455: AC_TYPE_MODE_T ok
- 456: AC_TYPE_OFF_T ok
- 457: AC_TYPE_SSIZE_T ok
- 458: AC_TYPE_UINT16_T ok
- 459: AC_TYPE_UINT32_T ok
- 460: AC_TYPE_UINT64_T ok
- 461: AC_TYPE_UINT8_T ok
- 462: AC_TYPE_UINTMAX_T ok
- 463: AC_TYPE_UINTPTR_T ok
- 464: AC_C_LONG_DOUBLE ok
- 465: AC_INT_16_BITS ok
- 466: AC_LONG_64_BITS ok
- 467: AC_STRUCT_ST_BLKSIZE ok
- 468: AC_STRUCT_ST_RDEV ok
- 469: AC_TYPE_SIGNAL ok
- 470: AM_TYPE_PTRDIFF_T ok
- Testing autoconf/functions macros.
- 471: AC_CHECK_FUNCS_ONCE ok
- 472: AC_FUNC_CHOWN ok
- 473: AC_FUNC_CLOSEDIR_VOID ok
- 474: AC_FUNC_ERROR_AT_LINE ok
- 475: AC_FUNC_FNMATCH ok
- 476: AC_FUNC_FORK ok
- 477: AC_FUNC_FSEEKO ok
- 478: AC_FUNC_GETGROUPS ok
- 479: AC_FUNC_GETMNTENT ok
- 480: AC_FUNC_GETPGRP ok
- 481: AC_FUNC_LSTAT ok
- 482: AC_FUNC_MALLOC ok
- 483: AC_FUNC_MBRTOWC ok
- 484: AC_FUNC_MEMCMP ok
- 485: AC_FUNC_MKTIME ok
- 486: AC_FUNC_MMAP ok
- 487: AC_FUNC_OBSTACK ok
- 488: AC_FUNC_REALLOC ok
- 489: AC_FUNC_SELECT_ARGTYPES ok
- 490: AC_FUNC_SETPGRP ok
- 491: AC_FUNC_STAT ok
- 492: AC_FUNC_STRCOLL ok
- 493: AC_FUNC_STRERROR_R ok
- 494: AC_FUNC_STRFTIME ok
- 495: AC_FUNC_STRNLEN ok
- 496: AC_FUNC_STRTOD ok
- 497: AC_FUNC_STRTOLD ok
- 498: AC_FUNC_UTIME_NULL ok
- 499: AC_FUNC_VPRINTF ok
- Testing autoconf/libs macros.
- 500: AC_HAVE_LIBRARY ok
- Compatibility with other tools.
- 501: Libtool skipped (foreign.at:29)
- 502: shtool ok
- Autoscan.
- 503: autoscan ok
- ## ------------- ##
- ## Test results. ##
- ## ------------- ##
- ERROR: 448 tests were run,
- 8 failed (4 expected failures).
- 55 tests were skipped.
- ## -------------------------- ##
- ## testsuite.log was created. ##
- ## -------------------------- ##
- Please send `tests/testsuite.log' and all information you think might help:
- To: <bug-autoconf@gnu.org>
- Subject: [GNU Autoconf 2.68b] testsuite: 100 271 359 390 failed
- You may investigate any problem if you feel able to do so, in which
- case the test suite provides a good starting point. Its output may
- be found below `tests/testsuite.dir'.