-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,
The error message "error: Autoconf version 2.57 or higher is required"
would be much more helpful if it'd reveal which `autoconf` binary is
used (location).

experienced with 51b89d1ccd9b3e4d7d89acc0390f8a297184ad96

- -Kalle Richter
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJVdEoyAAoJEGadKJ8eJ7ZG1rgH/jN14nsZlXVbGrDeCmLuZ5t/
/So2gMayKXMQiPhjGPCSddiLIF9sIFfqNgTiIre2k724lbuDHQbnKmPKHISutCfL
j3lZW7zu3vVEG8dBsgFweS92UJJN4LRLg55z7OEhp0838FPy09RUSiOJIdkGrSRR
mFMWOm8wEMrYRgjlmrVwhcvZbMP6YAmw2T6BQVY264YMeoNtblSbKqF/2NUd0URD
2yRMmLBzn7/zqH5SYBTvMPKa7RwA56nUe063G4rT8uatPXxAUK4eQmLEiwoQ+FR4
cpKSNt/2MuX+qIaEXdUz6UyE4qnIxFoIrfRZGLjQIESrkdvFSIqxU93WwXYQaUs=
=E6z1
-----END PGP SIGNATURE-----
Using worker: worker-linux-5590757e-1.bb.travis-ci.org:travis-linux-15

Build system information
Build language: c
Build image provisioning date and time
Wed Feb  4 18:22:50 UTC 2015
Operating System Details
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04 LTS
Release:	12.04
Codename:	precise
Linux Version
2.6.32-042stab090.5
Cookbooks Version
23bb455 https://github.com/travis-ci/travis-cookbooks/tree/23bb455
GCC version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

LLVM version
clang version 3.4 (tags/RELEASE_34/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
Pre-installed Ruby versions
ruby-1.9.3-p551
Pre-installed Node.js versions
v0.10.36
Pre-installed Go versions
1.4.1
Redis version
redis-server 2.8.19
riak version
2.0.2
MongoDB version
MongoDB 2.4.12
CouchDB version
couchdb 1.6.1
Neo4j version
1.9.4
Cassandra version
2.0.9
RabbitMQ Version
3.4.3
ElasticSearch version
1.4.0
Installed Sphinx versions
2.0.10
2.1.9
2.2.6
Default Sphinx version
2.2.6
Installed Firefox version
firefox 31.0esr
PhantomJS version
1.9.8
ant -version
Apache Ant(TM) version 1.8.2 compiled on December 3 2011
mvn -version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
Maven home: /usr/local/maven
Java version: 1.7.0_76, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-042stab090.5", arch: "amd64", family: "unix"

$ git clone --depth=50 --branch=travis git://github.com/krichter722/autoconf.git krichter722/autoconf
Cloning into 'krichter722/autoconf'...
remote: Counting objects: 618, done.
remote: Compressing objects: 100% (314/314), done.
remote: Total 618 (delta 402), reused 425 (delta 300), pack-reused 0
Receiving objects: 100% (618/618), 1.51 MiB | 0 bytes/s, done.
Resolving deltas: 100% (402/402), done.
Checking connectivity... done.
$ cd krichter722/autoconf
$ git checkout -qf 4800067562d8d3e85a6165ff23a1ef913af08ac8
$ export CC=gcc
$ gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ sudo apt-get update -qq
$ sudo apt-get build-dep automake autoconf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Picking 'automake1.11' as source package instead of 'automake'
The following NEW packages will be installed:
  help2man install-info texinfo
0 upgraded, 3 newly installed, 0 to remove and 249 not upgraded.
Need to get 567 kB of archives.
After this operation, 1,731 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main install-info amd64 4.13a.dfsg.1-8ubuntu2 [53.0 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main help2man amd64 1.40.4ubuntu1 [54.4 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main texinfo amd64 4.13a.dfsg.1-8ubuntu2 [460 kB]
Fetched 567 kB in 0s (3,494 kB/s)
Selecting previously unselected package install-info.
(Reading database ... 76763 files and directories currently installed.)
Unpacking install-info (from .../install-info_4.13a.dfsg.1-8ubuntu2_amd64.deb) ...
Processing triggers for man-db ...
Setting up install-info (4.13a.dfsg.1-8ubuntu2) ...
Selecting previously unselected package help2man.
(Reading database ... 76778 files and directories currently installed.)
Unpacking help2man (from .../help2man_1.40.4ubuntu1_amd64.deb) ...
Selecting previously unselected package texinfo.
Unpacking texinfo (from .../texinfo_4.13a.dfsg.1-8ubuntu2_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Setting up help2man (1.40.4ubuntu1) ...
Setting up texinfo (4.13a.dfsg.1-8ubuntu2) ...
$ wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz && tar xf autoconf-2.69.tar.xz && cd autoconf-2.69 && ./configure && make -j24 && sudo make install && cd ..
--2015-06-07 13:38:56--  http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz
Resolving ftp.gnu.org (ftp.gnu.org)... 2001:4830:134:3::b, 208.118.235.20
Connecting to ftp.gnu.org (ftp.gnu.org)|2001:4830:134:3::b|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1214744 (1.2M) [application/x-tar]
Saving to: `autoconf-2.69.tar.xz'

100%[======================================>] 1,214,744   1.39M/s   in 0.8s    

2015-06-07 13:38:58 (1.39 MB/s) - `autoconf-2.69.tar.xz' saved [1214744/1214744]

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: autobuild project... GNU Autoconf
configure: autobuild revision... 2.69
configure: autobuild hostname... testing-worker-linux-5590757e-1-8013-linux-15-65772741
configure: autobuild timestamp... 20150607T133859Z
checking whether /bin/sh -n is known to work... no
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /usr/bin/expr
checking for GNU M4 that supports accurate traces... /usr/bin/m4
checking whether /usr/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
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... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /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
make  all-recursive
make[1]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
Making all in bin
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/bin'
rm -f autom4te autom4te.tmp
cd ../lib && make  autom4te.cfg
cd ../lib/m4sugar && make  version.m4
rm -f autoheader autoheader.tmp
rm -f autoreconf autoreconf.tmp
rm -f ifnames ifnames.tmp
rm -f autoscan autoscan.tmp
rm -f autoupdate autoupdate.tmp
srcdir=''; \
	  test -f ./autom4te.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|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
srcdir=''; \
	  test -f ./autoheader.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|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
srcdir=''; \
	  test -f ./autoreconf.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|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
srcdir=''; \
	  test -f ./ifnames.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|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
srcdir=''; \
	  test -f ./autoscan.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|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
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
rm -f autom4te.cfg autom4te.tmp
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/m4sugar'
:;{ \
	  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.69])' && \
	  echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.69])' && \
	  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 ./autoupdate.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|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/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp
mv version.m4-t version.m4
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/m4sugar'
chmod +x ifnames.tmp
chmod +x autoheader.tmp
chmod a-w autom4te.tmp
chmod a-w ifnames.tmp
chmod +x autoreconf.tmp
chmod a-w autoheader.tmp
mv autom4te.tmp autom4te.cfg
chmod +x autoscan.tmp
chmod +x autom4te.tmp
mv ifnames.tmp ifnames
chmod a-w autoreconf.tmp
mv autoheader.tmp autoheader
chmod +x autoupdate.tmp
chmod a-w autoscan.tmp
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
chmod a-w autom4te.tmp
mv autoreconf.tmp autoreconf
chmod a-w autoupdate.tmp
mv autoscan.tmp autoscan
mv autom4te.tmp autom4te
mv autoupdate.tmp autoupdate
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in
rm -f autoconf autoconf.tmp
srcdir=''; \
	  test -f ./autoconf.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|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
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/bin'
Making all in .
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
Making all in lib
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
Making all in Autom4te
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/Autom4te'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/Autom4te'
Making all in m4sugar
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/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[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/m4sugar'
Making all in autoconf
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoconf'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib        				\
		--language=autoconf			\
		--freeze			\
		--output=autoconf.m4f
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoconf'
Making all in autotest
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autotest'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib        				\
		--language=autotest			\
		--freeze			\
		--output=autotest.m4f
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autotest'
Making all in autoscan
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/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[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoscan'
Making all in emacs
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/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/bash ../../build-aux/elisp-comp "$@" || exit 1; \
	else : ; fi
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Wrote /home/travis/build/krichter722/autoconf/autoconf-2.69/lib/emacs/elc.5052/autoconf-mode.elc
Wrote /home/travis/build/krichter722/autoconf/autoconf-2.69/lib/emacs/elc.5052/autotest-mode.elc
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/emacs'
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
Making all in doc
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/doc'
Making all in tests
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/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
rm -f autoreconf autoreconf.tmp
rm -f autoscan autoscan.tmp
rm -f autoupdate autoupdate.tmp
rm -f ifnames ifnames.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|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[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoheader.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autom4te.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoreconf.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoupdate.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoscan.tmp
chmod +x autoheader.tmp
chmod +x autoconf.tmp
chmod +x autom4te.tmp
chmod +x autoupdate.tmp
chmod +x autoreconf.tmp
chmod +x ifnames.tmp
chmod +x autoscan.tmp
chmod a-w autoheader.tmp
chmod a-w autoconf.tmp
chmod a-w autom4te.tmp
chmod a-w autoupdate.tmp
chmod a-w autoreconf.tmp
chmod a-w ifnames.tmp
chmod a-w autoscan.tmp
mv -f autoheader.tmp autoheader
mv -f autoconf.tmp autoconf
mv -f autoupdate.tmp autoupdate
mv -f autom4te.tmp autom4te
mv -f autoreconf.tmp autoreconf
mv -f ifnames.tmp ifnames
mv -f autoscan.tmp autoscan
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/tests'
Making all in man
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/man'
make[1]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
make  install-recursive
make[1]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
Making install in bin
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/bin'
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/bin'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
 /usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/usr/local/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/bin'
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/bin'
Making install in .
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/autoconf" || /bin/mkdir -p "/usr/local/share/autoconf"
 /usr/bin/install -c -m 644 ./INSTALL '/usr/local/share/autoconf'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
Making install in lib
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
Making install in Autom4te
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/Autom4te'
make[4]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/Autom4te'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/autoconf/Autom4te" || /bin/mkdir -p "/usr/local/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 XFile.pm '/usr/local/share/autoconf/Autom4te'
make[4]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/Autom4te'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/Autom4te'
Making install in m4sugar
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/m4sugar'
make[4]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/m4sugar'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/autoconf/m4sugar" || /bin/mkdir -p "/usr/local/share/autoconf/m4sugar"
 /usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/usr/local/share/autoconf/m4sugar'
test -z "/usr/local/share/autoconf/m4sugar" || /bin/mkdir -p "/usr/local/share/autoconf/m4sugar"
 /usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/usr/local/share/autoconf/m4sugar'
make[4]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/m4sugar'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/m4sugar'
Making install in autoconf
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoconf'
make[4]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoconf'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/autoconf/autoconf" || /bin/mkdir -p "/usr/local/share/autoconf/autoconf"
 /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/share/autoconf/autoconf'
test -z "/usr/local/share/autoconf/autoconf" || /bin/mkdir -p "/usr/local/share/autoconf/autoconf"
 /usr/bin/install -c -m 644 autoconf.m4f '/usr/local/share/autoconf/autoconf'
make[4]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoconf'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoconf'
Making install in autotest
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autotest'
make[4]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autotest'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/autoconf/autotest" || /bin/mkdir -p "/usr/local/share/autoconf/autotest"
 /usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/usr/local/share/autoconf/autotest'
test -z "/usr/local/share/autoconf/autotest" || /bin/mkdir -p "/usr/local/share/autoconf/autotest"
 /usr/bin/install -c -m 644 autotest.m4f '/usr/local/share/autoconf/autotest'
make[4]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autotest'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autotest'
Making install in autoscan
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoscan'
make[4]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoscan'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/autoconf/autoscan" || /bin/mkdir -p "/usr/local/share/autoconf/autoscan"
 /usr/bin/install -c -m 644 autoscan.list '/usr/local/share/autoconf/autoscan'
make[4]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoscan'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/autoscan'
Making install in emacs
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/emacs'
make[4]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/emacs'
make[4]: Nothing to be done for `install-exec-am'.
 /usr/bin/install -c -m 644 'autoconf-mode.el' '/usr/local/share/emacs/site-lisp/autoconf-mode.el'
 /usr/bin/install -c -m 644 'autoconf-mode.elc' '/usr/local/share/emacs/site-lisp/autoconf-mode.elc'
 /usr/bin/install -c -m 644 'autotest-mode.el' '/usr/local/share/emacs/site-lisp/autotest-mode.el'
 /usr/bin/install -c -m 644 'autotest-mode.elc' '/usr/local/share/emacs/site-lisp/autotest-mode.elc'
make[4]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/emacs'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib/emacs'
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
make[4]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/autoconf" || /bin/mkdir -p "/usr/local/share/autoconf"
 /usr/bin/install -c -m 644 autom4te.cfg '/usr/local/share/autoconf'
make[4]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/lib'
Making install in doc
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/doc'
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/doc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/info" || /bin/mkdir -p "/usr/local/share/info"
 /usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/usr/local/share/info'
 install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/autoconf.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
 install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/standards.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/doc'
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/doc'
Making install in tests
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/tests'
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/tests'
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/tests'
Making install in man
make[2]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/man'
make[3]: Entering directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/man'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/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/share/man/man1'
make[3]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/man'
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69/man'
make[1]: Leaving directory `/home/travis/build/krichter722/autoconf/autoconf-2.69'
$ /usr/local/bin/autoreconf -ivf && ./configure --enable-tests && make -j24 && env PATH=/usr/local/bin:$PATH AUTOCONF='/usr/local/bin/autoconf' make -j24 check && sudo make install
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/local/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:28: installing `build-aux/install-sh'
configure.ac:28: installing `build-aux/missing'
Makefile.am: installing `./INSTALL'
doc/local.mk:22: installing `build-aux/mdate-sh'
Makefile.am:131:   `doc/local.mk' included from here
lib/local.mk:68: installing `build-aux/elisp-comp'
Makefile.am:132:   `lib/local.mk' included from here
autoreconf: Leaving directory `.'
configure: WARNING: unrecognized options: --enable-tests
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: autobuild project... GNU Autoconf
configure: autobuild revision... UNKNOWN
configure: autobuild hostname... testing-worker-linux-5590757e-1-8013-linux-15-65772741
configure: autobuild timestamp... 20150607T133905Z
checking whether /bin/sh -n is known to work... no
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /usr/bin/expr
checking for GNU M4 that supports accurate traces... /usr/bin/m4
checking whether /usr/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
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... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking whether make is case sensitive... yes
configure: creating ./config.status
config.status: creating tests/atlocal
config.status: creating Makefile
config.status: executing tests/atconfig commands
configure: WARNING: unrecognized options: --enable-tests
echo UNKNOWN > .version-t && mv .version-t .version
make  all-am
make[1]: Entering directory `/home/travis/build/krichter722/autoconf'
test -f doc/.dirstamp || make  doc/.dirstamp
restore=: && backupdir=".am$$" && \
	am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
	rm -rf $backupdir && mkdir $backupdir && \
	if (/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
	  for f in doc/standards.info doc/standards.info-[0-9] doc/standards.info-[0-9][0-9] doc/standards.i[0-9] doc/standards.i[0-9][0-9]; do \
	    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
	  done; \
	else :; fi && \
	cd "$am__cwd"; \
	if /bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run makeinfo --no-split  -I doc -I ./doc \
	 -o doc/standards.info ./doc/standards.texi; \
	then \
	  rc=0; \
	  CDPATH="${ZSH_VERSION+.}:" && cd .; \
	else \
	  rc=$?; \
	  CDPATH="${ZSH_VERSION+.}:" && cd . && \
	  $restore $backupdir/* `echo "./doc/standards.info" | sed 's|[^/]*$||'`; \
	fi; \
	rm -rf $backupdir; exit $rc
rm -f bin/autom4te bin/autom4te.tmp
rm -f lib/autom4te.cfg lib/autom4te.cfg-t
/bin/mkdir -p bin
/bin/mkdir -p lib/m4sugar
srcdir=''; \
	  test -f ./bin/autom4te.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autom4te.in; do not edit by hand.|g' ${srcdir}bin/autom4te.in >bin/autom4te.tmp
/bin/mkdir -p lib
rm -f bin/autoheader bin/autoheader.tmp
sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from lib/autom4te.cfg.in; do not edit by hand.|g' ./lib/autom4te.in >lib/autom4te.cfg-t
:;{ \
	  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],   [UNKNOWN])' && \
	  echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf UNKNOWN])' && \
	  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],      [2015])'; \
	} > lib/m4sugar/version.m4-t
rm -f bin/autoreconf bin/autoreconf.tmp
mv lib/m4sugar/version.m4-t lib/m4sugar/version.m4
/bin/mkdir -p bin
rm -f bin/autoscan bin/autoscan.tmp
/bin/mkdir -p bin
srcdir=''; \
	  test -f ./bin/autoheader.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoheader.in; do not edit by hand.|g' ${srcdir}bin/autoheader.in >bin/autoheader.tmp
rm -f bin/autoupdate bin/autoupdate.tmp
srcdir=''; \
	  test -f ./bin/autoreconf.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoreconf.in; do not edit by hand.|g' ${srcdir}bin/autoreconf.in >bin/autoreconf.tmp
/bin/mkdir -p bin
rm -f bin/ifnames bin/ifnames.tmp
chmod a-w lib/autom4te.cfg-t
srcdir=''; \
	  test -f ./bin/autoscan.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoscan.in; do not edit by hand.|g' ${srcdir}bin/autoscan.in >bin/autoscan.tmp
/bin/mkdir -p bin
make[2]: Entering directory `/home/travis/build/krichter722/autoconf'
chmod +x bin/autom4te.tmp
mv -f lib/autom4te.cfg-t lib/autom4te.cfg
srcdir=''; \
	  test -f ./bin/autoupdate.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoupdate.in; do not edit by hand.|g' ${srcdir}bin/autoupdate.in >bin/autoupdate.tmp
/bin/mkdir -p bin
WARNING: Warnings can be ignored. :-)
chmod a-w bin/autom4te.tmp
srcdir=''; \
	  test -f ./bin/ifnames.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/ifnames.in; do not edit by hand.|g' ${srcdir}bin/ifnames.in >bin/ifnames.tmp
chmod +x bin/autoheader.tmp
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf'
Updating man page man/autoconf.1
mv bin/autom4te.tmp bin/autom4te
chmod a-w bin/autoheader.tmp
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/autoconf.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/autoconf.1.t `echo 'man/autoconf' | sed 's,.*/,,'`
chmod +x bin/autoreconf.tmp
Updating man page man/autoheader.1
if test "emacs" != no; then \
	  set x; \
	  list='lib/emacs/autoconf-mode.el lib/emacs/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/bash ./build-aux/elisp-comp "$@" || exit 1; \
	else : ; fi
mv bin/autoheader.tmp bin/autoheader
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/autoheader.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/autoheader.1.t `echo 'man/autoheader' | sed 's,.*/,,'`
chmod a-w bin/autoreconf.tmp
Updating man page man/autom4te.1
chmod +x bin/autoscan.tmp
mv bin/autoreconf.tmp bin/autoreconf
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/autom4te.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/autom4te.1.t `echo 'man/autom4te' | sed 's,.*/,,'`
Updating man page man/autoreconf.1
chmod +x bin/autoupdate.tmp
chmod +x bin/ifnames.tmp
chmod a-w bin/autoscan.tmp
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/autoreconf.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/autoreconf.1.t `echo 'man/autoreconf' | sed 's,.*/,,'`
Updating man page man/autoscan.1
chmod a-w bin/autoupdate.tmp
chmod a-w bin/ifnames.tmp
mv bin/autoscan.tmp bin/autoscan
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/autoscan.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/autoscan.1.t `echo 'man/autoscan' | sed 's,.*/,,'`
Updating man page man/autoupdate.1
mv bin/autoupdate.tmp bin/autoupdate
mv bin/ifnames.tmp bin/ifnames
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/autoupdate.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/autoupdate.1.t `echo 'man/autoupdate' | sed 's,.*/,,'`
Updating man page man/ifnames.1
Updating ./doc/version.texi
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/ifnames.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/ifnames.1.t `echo 'man/ifnames' | sed 's,.*/,,'`
Updating man page man/config.guess.1
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/config.guess.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/config.guess.1.t `echo 'man/config.guess' | sed 's,.*/,,'`
/bin/mkdir -p lib/autoconf
Updating man page man/config.sub.1
PATH="./tests:./build-aux:$PATH"; \
	export PATH; \
	/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man \
	    --include=man/config.sub.x \
	    --include=./man/common.x \
	    --source='GNU Autoconf UNKNOWN' \
	    --output=man/config.sub.1.t `echo 'man/config.sub' | sed 's,.*/,,'`
/bin/mkdir -p lib/autoscan
lang=`echo 'lib/autoconf/autoconf' | sed 's,.*/,,'` \
	  && if test $lang = autoconf; then \
	       lang=autoconf-without-aclocal-m4; \
	     else :; fi \
	  && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         \
		--language=$lang \
		--freeze \
		--output=lib/autoconf/autoconf.m4f
/bin/mkdir -p lib/autotest
Loading 00debian-vars...
echo '# Automatically Generated: do not edit this file' >lib/autoscan/autoscan.list
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
/bin/mkdir -p lib/m4sugar
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
sed '/^[#]/!q' ./lib/autoscan/autoscan.pre >>lib/autoscan/autoscan.list
lang=`echo 'lib/autotest/autotest' | sed 's,.*/,,'` \
	  && if test $lang = autoconf; then \
	       lang=autoconf-without-aclocal-m4; \
	     else :; fi \
	  && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         \
		--language=$lang \
		--freeze \
		--output=lib/autotest/autotest.m4f
/bin/mkdir -p lib/m4sugar
lang=`echo 'lib/m4sugar/m4sugar' | sed 's,.*/,,'` \
	  && if test $lang = autoconf; then \
	       lang=autoconf-without-aclocal-m4; \
	     else :; fi \
	  && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         \
		--language=$lang \
		--freeze \
		--output=lib/m4sugar/m4sugar.m4f
( \
	  sed -n '/^[^#]/p' ./lib/autoscan/autoscan.pre; \
	  autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         --cache '' -M -l autoconf-without-aclocal-m4 \
	    -t'AN_OUTPUT:$1: $2		$3' \
	) | LC_ALL=C sort >>lib/autoscan/autoscan.list
lang=`echo 'lib/m4sugar/m4sh' | sed 's,.*/,,'` \
	  && if test $lang = autoconf; then \
	       lang=autoconf-without-aclocal-m4; \
	     else :; fi \
	  && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         \
		--language=$lang \
		--freeze \
		--output=lib/m4sugar/m4sh.m4f
restore=: && backupdir=".am$$" && \
	am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
	rm -rf $backupdir && mkdir $backupdir && \
	if (/bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
	  for f in doc/autoconf.info doc/autoconf.info-[0-9] doc/autoconf.info-[0-9][0-9] doc/autoconf.i[0-9] doc/autoconf.i[0-9][0-9]; do \
	    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
	  done; \
	else :; fi && \
	cd "$am__cwd"; \
	if /bin/bash /home/travis/build/krichter722/autoconf/build-aux/missing --run makeinfo --no-split  -I doc -I ./doc \
	 -o doc/autoconf.info ./doc/autoconf.texi; \
	then \
	  rc=0; \
	  CDPATH="${ZSH_VERSION+.}:" && cd .; \
	else \
	  rc=$?; \
	  CDPATH="${ZSH_VERSION+.}:" && cd . && \
	  $restore $backupdir/* `echo "./doc/autoconf.info" | sed 's|[^/]*$||'`; \
	fi; \
	rm -rf $backupdir; exit $rc
autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         --language M4sh --cache '' \
	  --melt ./bin/autoconf.as -o bin/autoconf.in
autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         --language=M4sh ./tests/wrapper.as -o tests/wrapper.in
Wrote /home/travis/build/krichter722/autoconf/elc.6413/autoconf-mode.elc
Wrote /home/travis/build/krichter722/autoconf/elc.6413/autotest-mode.elc
make[2]: Entering directory `/home/travis/build/krichter722/autoconf'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
	  set x; \
	  list='lib/emacs/autoconf-mode.el lib/emacs/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/bash ./build-aux/elisp-comp "$@" || exit 1; \
	else : ; fi
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoconf.1 >man/autoconf.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoconf.1.t | cmp man/autoconf.1a.t - >/dev/null 2>&1; then \
		touch man/autoconf.1; \
	else \
		mv man/autoconf.1.t man/autoconf.1; \
	fi
rm -f man/autoconf.1*.t
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/config.guess.1 >man/config.guess.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/config.guess.1.t | cmp man/config.guess.1a.t - >/dev/null 2>&1; then \
		touch man/config.guess.1; \
	else \
		mv man/config.guess.1.t man/config.guess.1; \
	fi
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/config.sub.1 >man/config.sub.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/config.sub.1.t | cmp man/config.sub.1a.t - >/dev/null 2>&1; then \
		touch man/config.sub.1; \
	else \
		mv man/config.sub.1.t man/config.sub.1; \
	fi
rm -f man/config.guess.1*.t
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
rm -f man/config.sub.1*.t
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
rm -f tests/autoconf tests/autoconf.tmp
rm -f tests/autoheader tests/autoheader.tmp
input=tests/wrapper.in \
	  && sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoconf.tmp
rm -f tests/autom4te tests/autom4te.tmp
rm -f tests/autoreconf tests/autoreconf.tmp
Wrote /home/travis/build/krichter722/autoconf/elc.6674/autoconf-mode.elc
chmod +x tests/autoconf.tmp
input=tests/wrapper.in \
	  && sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoheader.tmp
input=tests/wrapper.in \
	  && sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autom4te.tmp
rm -f tests/autoscan tests/autoscan.tmp
chmod a-w tests/autoconf.tmp
Wrote /home/travis/build/krichter722/autoconf/elc.6674/autotest-mode.elc
input=tests/wrapper.in \
	  && sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoreconf.tmp
rm -f tests/autoupdate tests/autoupdate.tmp
chmod +x tests/autoheader.tmp
chmod +x tests/autom4te.tmp
mv -f tests/autoconf.tmp tests/autoconf
input=tests/wrapper.in \
	  && sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoscan.tmp
rm -f tests/ifnames tests/ifnames.tmp
chmod +x tests/autoreconf.tmp
chmod a-w tests/autoheader.tmp
chmod a-w tests/autom4te.tmp
input=tests/wrapper.in \
	  && sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoupdate.tmp
chmod +x tests/autoscan.tmp
chmod a-w tests/autoreconf.tmp
mv -f tests/autoheader.tmp tests/autoheader
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf'
mv -f tests/autom4te.tmp tests/autom4te
input=tests/wrapper.in \
	  && sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/home/travis/build/krichter722/autoconf|g' -e 's|@abs_top_builddir[@]|/home/travis/build/krichter722/autoconf|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/ifnames.tmp
chmod a-w tests/autoscan.tmp
rm -f bin/autoconf bin/autoconf.tmp
chmod +x tests/autoupdate.tmp
mv -f tests/autoreconf.tmp tests/autoreconf
mv -f tests/autoscan.tmp tests/autoscan
chmod +x tests/ifnames.tmp
chmod a-w tests/autoupdate.tmp
/bin/mkdir -p bin
chmod a-w tests/ifnames.tmp
mv -f tests/autoupdate.tmp tests/autoupdate
mv -f tests/ifnames.tmp tests/ifnames
srcdir=''; \
	  test -f ./bin/autoconf.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@pkgdatadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|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[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2015|g' -e 's|@VERSION[@]|UNKNOWN|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoconf.in; do not edit by hand.|g' ${srcdir}bin/autoconf.in >bin/autoconf.tmp
chmod +x bin/autoconf.tmp
chmod a-w bin/autoconf.tmp
mv bin/autoconf.tmp bin/autoconf
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoheader.1 >man/autoheader.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoheader.1.t | cmp man/autoheader.1a.t - >/dev/null 2>&1; then \
		touch man/autoheader.1; \
	else \
		mv man/autoheader.1.t man/autoheader.1; \
	fi
rm -f man/autoheader.1*.t
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoupdate.1 >man/autoupdate.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoupdate.1.t | cmp man/autoupdate.1a.t - >/dev/null 2>&1; then \
		touch man/autoupdate.1; \
	else \
		mv man/autoupdate.1.t man/autoupdate.1; \
	fi
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/ifnames.1 >man/ifnames.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/ifnames.1.t | cmp man/ifnames.1a.t - >/dev/null 2>&1; then \
		touch man/ifnames.1; \
	else \
		mv man/ifnames.1.t man/ifnames.1; \
	fi
rm -f man/autoupdate.1*.t
rm -f man/ifnames.1*.t
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoscan.1 >man/autoscan.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoscan.1.t | cmp man/autoscan.1a.t - >/dev/null 2>&1; then \
		touch man/autoscan.1; \
	else \
		mv man/autoscan.1.t man/autoscan.1; \
	fi
rm -f man/autoscan.1*.t
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoreconf.1 >man/autoreconf.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autoreconf.1.t | cmp man/autoreconf.1a.t - >/dev/null 2>&1; then \
		touch man/autoreconf.1; \
	else \
		mv man/autoreconf.1.t man/autoreconf.1; \
	fi
rm -f man/autoreconf.1*.t
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autom4te.1 >man/autom4te.1a.t 2>/dev/null && \
	   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' man/autom4te.1.t | cmp man/autom4te.1a.t - >/dev/null 2>&1; then \
		touch man/autom4te.1; \
	else \
		mv man/autom4te.1.t man/autom4te.1; \
	fi
rm -f man/autom4te.1*.t
make[1]: Leaving directory `/home/travis/build/krichter722/autoconf'
if test -d ./.git				\
		&& git --version >/dev/null 2>&1; 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-am
make[1]: Entering directory `/home/travis/build/krichter722/autoconf'
make[2]: Entering directory `/home/travis/build/krichter722/autoconf'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
	  set x; \
	  list='lib/emacs/autoconf-mode.el lib/emacs/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/bash ./build-aux/elisp-comp "$@" || exit 1; \
	else : ; fi
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Wrote /home/travis/build/krichter722/autoconf/elc.7003/autoconf-mode.elc
Wrote /home/travis/build/krichter722/autoconf/elc.7003/autotest-mode.elc
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf'
make  check-local
make[2]: Entering directory `/home/travis/build/krichter722/autoconf'
:;{ \
	  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],   [UNKNOWN])' && \
	  echo 'm4_define([AT_PACKAGE_STRING],    [GNU Autoconf UNKNOWN])' && \
	  echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
	  echo 'm4_define([AT_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])'; \
	} > tests/package.m4-t
mv tests/package.m4-t tests/package.m4
cd . && /bin/bash tests/mktests.sh \
	  `echo " "./lib/autoconf/general.m4 ./lib/autoconf/status.m4 ./lib/autoconf/autoheader.m4 ./lib/autoconf/autoupdate.m4 ./lib/autoconf/specific.m4 ./lib/autoconf/functions.m4 ./lib/autoconf/lang.m4 ./lib/autoconf/c.m4 ./lib/autoconf/erlang.m4 ./lib/autoconf/fortran.m4 ./lib/autoconf/go.m4 ./lib/autoconf/headers.m4 ./lib/autoconf/libs.m4 ./lib/autoconf/types.m4 ./lib/autoconf/programs.m4 | sed 's, [^ ]*/, lib/autoconf/,g'`
autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         ./bin/autom4te -B '.'/lib -B '.'/lib         --language=autotest -I tests -I ./tests suite.at -o tests/testsuite.tmp
tests/local.at:18: error: Autoconf version 2.57 or higher is required
tests/local.at:18: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
make[2]: *** [tests/testsuite] Error 63
make[2]: Leaving directory `/home/travis/build/krichter722/autoconf'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/travis/build/krichter722/autoconf'
make: *** [check] Error 2

The command "/usr/local/bin/autoreconf -ivf && ./configure --enable-tests && make -j24 && env PATH=/usr/local/bin:$PATH AUTOCONF='/usr/local/bin/autoconf' make -j24 check && sudo make install" exited with 2.
$ cat test-suite.log
cat: test-suite.log: No such file or directory
$ cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Autoconf configure UNKNOWN, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-tests

## --------- ##
## Platform. ##
## --------- ##

hostname = testing-worker-linux-5590757e-1-8013-linux-15-65772741
uname -m = x86_64
uname -r = 2.6.32-042stab090.5
uname -s = Linux
uname -v = #1 SMP Sat Jun 21 00:15:09 MSK 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/travis/bin
PATH: /home/travis/.local/bin
PATH: /home/travis/.gimme/versions/go1.4.1.linux.amd64/bin
PATH: /usr/local/phantomjs/bin
PATH: /home/travis/.nvm/v0.10.36/bin
PATH: ./node_modules/.bin
PATH: /usr/local/maven-3.2.5/bin
PATH: /usr/local/clang-3.4/bin
PATH: /home/travis/.gimme/versions/go1.4.1.linux.amd64/bin
PATH: /usr/local/phantomjs/bin
PATH: ./node_modules/.bin
PATH: /usr/local/maven-3.2.5/bin
PATH: /usr/local/clang-3.4/bin
PATH: /home/travis/.gimme/versions/go1.4.1.linux.amd64/bin
PATH: /home/travis/.rvm/gems/ruby-1.9.3-p551/bin
PATH: /home/travis/.rvm/gems/ruby-1.9.3-p551@global/bin
PATH: /home/travis/.rvm/rubies/ruby-1.9.3-p551/bin
PATH: /usr/local/phantomjs/bin
PATH: ./node_modules/.bin
PATH: /usr/local/maven-3.2.5/bin
PATH: /usr/local/clang-3.4/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /home/travis/.rvm/bin
PATH: /home/travis/.rvm/bin
PATH: /home/travis/.rvm/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1797: checking for a BSD-compatible install
configure:1865: result: /usr/bin/install -c
configure:1876: checking whether build environment is sane
configure:1926: result: yes
configure:2067: checking for a thread-safe mkdir -p
configure:2106: result: /bin/mkdir -p
configure:2119: checking for gawk
configure:2135: found /usr/bin/gawk
configure:2146: result: gawk
configure:2157: checking whether make sets $(MAKE)
configure:2179: result: yes
configure:2269: checking build system type
configure:2283: result: x86_64-unknown-linux-gnu
configure:2303: checking host system type
configure:2316: result: x86_64-unknown-linux-gnu
configure:2343: autobuild project... GNU Autoconf
configure:2349: autobuild revision... UNKNOWN
configure:2354: autobuild hostname... testing-worker-linux-5590757e-1-8013-linux-15-65772741
configure:2365: autobuild timestamp... 20150607T133905Z
configure:2393: checking whether /bin/sh -n is known to work
configure:2412: result: no
configure:2416: checking for characters that cannot appear in file names
configure:2436: result: none
configure:2442: checking whether directories can have trailing spaces
configure:2456: result: yes
configure:2467: checking for expr
configure:2485: found /usr/bin/expr
configure:2497: result: /usr/bin/expr
configure:2516: checking for GNU M4 that supports accurate traces
configure:2565: result: /usr/bin/m4
configure:2568: checking whether /usr/bin/m4 accepts --gnu
configure:2578: result: yes
configure:2595: checking how m4 supports trace files
configure:2605: result: --debugfile
configure:2627: checking for perl
configure:2645: found /usr/bin/perl
configure:2658: result: /usr/bin/perl
configure:2677: checking whether /usr/bin/perl Fcntl::flock is implemented
configure:2691: result: yes
configure:2707: checking for emacs
configure:2723: found /usr/bin/emacs
configure:2734: result: emacs
configure:2752: checking whether emacs is sufficiently recent
configure:2762: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...

In broken-mode:
conftest.el:2:35:Warning: assignment to free variable `broken-defaults'
Wrote /home/travis/build/krichter722/autoconf/conftest.elc
configure:2765: $? = 0
configure:2773: result: yes
configure:2790: checking for emacs
configure:2817: result: emacs
configure:2841: checking where .elc files should go
configure:2854: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
configure:2857: $? = 0
configure:2870: result: ${datarootdir}/emacs/site-lisp
configure:2883: checking for grep that handles long lines and -e
configure:2941: result: /bin/grep
configure:2946: checking for egrep
configure:3008: result: /bin/grep -E
configure:3013: checking for a sed that does not truncate output
configure:3077: result: /bin/sed
configure:3087: checking whether make is case sensitive
configure:3102: result: yes
configure:3280: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Autoconf config.status UNKNOWN, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on testing-worker-linux-5590757e-1-8013-linux-15-65772741

config.status:786: creating tests/atlocal
config.status:786: creating Makefile
config.status:989: executing tests/atconfig commands
configure:4375: WARNING: unrecognized options: --enable-tests

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_dir_trailing_space=yes
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_EXPR=/usr/bin/expr
ac_cv_path_GREP=/bin/grep
ac_cv_path_M4=/usr/bin/m4
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_perl_flock_implemented=yes
ac_cv_prog_AWK=gawk
ac_cv_prog_EMACS=emacs
ac_cv_prog_TEST_EMACS=emacs
ac_cv_prog_emacs_ok=yes
ac_cv_prog_gnu_m4_debugfile=--debugfile
ac_cv_prog_gnu_m4_gnu=yes
ac_cv_prog_make_make_case=yes
ac_cv_prog_make_make_set=yes
ac_cv_sh_n_works=no
ac_cv_unsupported_fs_chars=
am_cv_lispdir='${datarootdir}/emacs/site-lisp'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/travis/build/krichter722/autoconf/build-aux/missing --run aclocal-1.11'
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/travis/build/krichter722/autoconf/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/travis/build/krichter722/autoconf/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/travis/build/krichter722/autoconf/build-aux/missing --run automake-1.11'
AWK='gawk'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"UNKNOWN\" -DPACKAGE_STRING=\"GNU\ Autoconf\ UNKNOWN\" -DPACKAGE_BUGREPORT=\"bug-autoconf@gnu.org\" -DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\"; -DPACKAGE=\"autoconf\" -DVERSION=\"UNKNOWN\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS='emacs'
EMACSLOADPATH=''
EXPR='/usr/bin/expr'
GREP='/bin/grep'
HELP2MAN='${SHELL} /home/travis/build/krichter722/autoconf/build-aux/missing --run help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
M4='/usr/bin/m4'
M4_DEBUGFILE='--debugfile'
M4_GNU='--gnu'
MAKEINFO='${SHELL} /home/travis/build/krichter722/autoconf/build-aux/missing --run makeinfo'
MAKE_CASE_SENSITIVE_FALSE='#'
MAKE_CASE_SENSITIVE_TRUE=''
MKDIR_P='/bin/mkdir -p'
PACKAGE='autoconf'
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
PACKAGE_NAME='GNU Autoconf'
PACKAGE_STRING='GNU Autoconf UNKNOWN'
PACKAGE_TARNAME='autoconf'
PACKAGE_URL='http://www.gnu.org/software/autoconf/'
PACKAGE_VERSION='UNKNOWN'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PERL_FLOCK='yes'
RELEASE_YEAR='2015'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
TEST_EMACS='emacs'
VERSION='UNKNOWN'
ac_cv_dir_trailing_space='yes'
ac_cv_sh_n_works='no'
ac_cv_unsupported_fs_chars=''
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/travis/build/krichter722/autoconf/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datarootdir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Autoconf"
#define PACKAGE_TARNAME "autoconf"
#define PACKAGE_VERSION "UNKNOWN"
#define PACKAGE_STRING "GNU Autoconf UNKNOWN"
#define PACKAGE_BUGREPORT "bug-autoconf@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/autoconf/";
#define PACKAGE "autoconf"
#define VERSION "UNKNOWN"

configure: exit 0

Done. Your build exited with 1.

Attachment: autoconf_make_check_failure.log.sig
Description: PGP signature

Reply via email to