17069132 Ship automake 1.15
authorNorm Jacobs <Norm.Jacobs@Sun.COM>
Thu, 09 Apr 2015 09:57:06 -0500
changeset 4088 98a08684d104
parent 4087 03c5ee3f6307
child 4089 1788e52b3086
17069132 Ship automake 1.15
components/automake/automake-1.10/Makefile
components/automake/automake-1.10/automake.p5m
components/automake/automake-1.11.2/Makefile
components/automake/automake-1.11.2/automake-111.p5m
components/automake/automake-1.11.2/automake.p5m
components/automake/automake-1.15/Makefile
components/automake/automake-1.15/automake-115.p5m
components/automake/automake-1.15/automake.license
components/automake/automake-1.15/automake.p5m
components/automake/automake-1.15/test/results-32.master
components/enscript/Makefile
components/libmicrohttpd/Makefile
components/libmng/Makefile
components/libtool/Makefile
components/libtorrent/Makefile
components/libxslt/Makefile
components/open-fabrics/libmlx4/Makefile
components/popt/Makefile
components/rtorrent/Makefile
--- a/components/automake/automake-1.10/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/automake/automake-1.10/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -41,20 +41,20 @@
 include $(WS_MAKE_RULES)/configure.mk
 include $(WS_MAKE_RULES)/ips.mk
 
-CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
+CONFIGURE_OPTIONS  +=	--infodir=/usr/share/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/info
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
-configure:	$(CONFIGURE_32)
+configure:	$(CONFIGURE_NO_ARCH)
 
-build:		$(BUILD_32)
+build:		$(BUILD_NO_ARCH)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_NO_ARCH)
 
-test:		$(TEST_32)
+test:		$(TEST_NO_ARCH)
 
 
 REQUIRED_PACKAGES += runtime/perl-512
--- a/components/automake/automake-1.10/automake.p5m	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/automake/automake-1.10/automake.p5m	Thu Apr 09 09:57:06 2015 -0500
@@ -141,6 +141,11 @@
 file path=usr/share/automake-$(COMPONENT_VERSION)/config.sub mode=0555
 file path=usr/share/automake-$(COMPONENT_VERSION)/depcomp mode=0555
 file path=usr/share/automake-$(COMPONENT_VERSION)/elisp-comp mode=0555
+file path=usr/share/automake-$(COMPONENT_VERSION)/info/automake.info
+file path=usr/share/automake-$(COMPONENT_VERSION)/info/automake.info-1
+file path=usr/share/automake-$(COMPONENT_VERSION)/info/automake.info-2
+link path=usr/share/automake-$(COMPONENT_VERSION)/info/dir \
+    target=../../../../var/info/usr_share_$(COMPONENT_NAME)_$(COMPONENT_VERSION)_info_dir
 file path=usr/share/automake-$(COMPONENT_VERSION)/install-sh mode=0555
 file path=usr/share/automake-$(COMPONENT_VERSION)/mdate-sh mode=0555
 file path=usr/share/automake-$(COMPONENT_VERSION)/missing mode=0555
@@ -149,4 +154,17 @@
 file path=usr/share/automake-$(COMPONENT_VERSION)/symlink-tree mode=0555
 file path=usr/share/automake-$(COMPONENT_VERSION)/texinfo.tex
 file path=usr/share/automake-$(COMPONENT_VERSION)/ylwrap mode=0555
+link path=usr/share/info/automake.info \
+    target=../automake-1.10/info/automake.info mediator=automake \
+    mediator-version=1.10
+link path=usr/share/info/automake.info-1 \
+    target=../automake-1.10/info/automake.info-1 mediator=automake \
+    mediator-version=1.10
+link path=usr/share/info/automake.info-2 \
+    target=../automake-1.10/info/automake.info-2 mediator=automake \
+    mediator-version=1.10
+file usr/share/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/info/dir \
+    path=var/info/usr_share_$(COMPONENT_NAME)_$(COMPONENT_VERSION)_info_dir \
+    mode=0644 preserve=true
 license automake.license license="GPLv2 FDLv1.2"
+depend type=optional fmri=developer/build/[email protected],5.12-5.12.0.0.0.72.0
--- a/components/automake/automake-1.11.2/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/automake/automake-1.11.2/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -26,6 +26,7 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		automake
+COMPONENT_MAJMIN_VERS=	1.11
 COMPONENT_VERSION=	1.11.2
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
@@ -40,20 +41,20 @@
 include $(WS_MAKE_RULES)/configure.mk
 include $(WS_MAKE_RULES)/ips.mk
 
-CONFIGURE_OPTIONS  +=	--infodir=$(CONFIGURE_INFODIR)
+CONFIGURE_OPTIONS  +=	--infodir=/usr/share/$(COMPONENT_NAME)-$(COMPONENT_MAJMIN_VERS)/info
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=	PERL="$(PERL)"
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
-configure:	$(CONFIGURE_32)
+configure:	$(CONFIGURE_NO_ARCH)
 
-build:		$(BUILD_32)
+build:		$(BUILD_NO_ARCH)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_NO_ARCH)
 
-test:		$(TEST_32)
+test:		$(TEST_NO_ARCH)
 
 
 REQUIRED_PACKAGES += runtime/perl-512
--- a/components/automake/automake-1.11.2/automake-111.p5m	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/automake/automake-1.11.2/automake-111.p5m	Thu Apr 09 09:57:06 2015 -0500
@@ -33,8 +33,6 @@
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 link path=usr/bin/aclocal target=aclocal-1.11 mediator=automake \
     mediator-version=1.11
-
-
 file path=usr/bin/aclocal-1.11
 link path=usr/bin/automake target=automake-1.11 mediator=automake \
     mediator-version=1.11
@@ -152,6 +150,12 @@
 file path=usr/share/automake-1.11/config.sub mode=0555
 file path=usr/share/automake-1.11/depcomp mode=0555
 file path=usr/share/automake-1.11/elisp-comp mode=0555
+file path=usr/share/automake-1.11/info/automake.info
+file path=usr/share/automake-1.11/info/automake.info-1
+file path=usr/share/automake-1.11/info/automake.info-2
+file path=usr/share/automake-1.11/info/automake.info-3
+link path=usr/share/automake-1.11/info/dir \
+    target=../../../../var/info/usr_share_$(COMPONENT_NAME)_1.11_info_dir
 file path=usr/share/automake-1.11/install-sh mode=0555
 file path=usr/share/automake-1.11/mdate-sh mode=0555
 file path=usr/share/automake-1.11/missing mode=0555
@@ -160,13 +164,31 @@
 file path=usr/share/automake-1.11/symlink-tree mode=0555
 file path=usr/share/automake-1.11/texinfo.tex
 file path=usr/share/automake-1.11/ylwrap mode=0555
-file path=usr/share/doc/automake/amhello-1.0.tar.gz
-file path=usr/share/info/automake.info
-file path=usr/share/info/automake.info-1
-file path=usr/share/info/automake.info-2
-file path=usr/share/info/automake.info-3
+file usr/share/doc/automake/amhello-1.0.tar.gz \
+    path=usr/share/doc/automake-1.11/amhello-1.0.tar.gz
+link path=usr/share/doc/automake/amhello-1.0.tar.gz \
+    target=../automake-1.11/amhello-1.0.tar.gz mediator=automake \
+    mediator-version=1.11
+link path=usr/share/info/automake.info \
+    target=../automake-1.11/info/automake.info mediator=automake \
+    mediator-version=1.11
+link path=usr/share/info/automake.info-1 \
+    target=../automake-1.11/info/automake.info-1 mediator=automake \
+    mediator-version=1.11
+link path=usr/share/info/automake.info-2 \
+    target=../automake-1.11/info/automake.info-2 mediator=automake \
+    mediator-version=1.11
+link path=usr/share/info/automake.info-3 \
+    target=../automake-1.11/info/automake.info-3 mediator=automake \
+    mediator-version=1.11
 file path=usr/share/man/man1/aclocal-1.11.1
-file path=usr/share/man/man1/aclocal.1
+link path=usr/share/man/man1/aclocal.1 target=aclocal-1.11.1 mediator=automake \
+    mediator-version=1.11
 file path=usr/share/man/man1/automake-1.11.1
-file path=usr/share/man/man1/automake.1
+link path=usr/share/man/man1/automake.1 target=automake-1.11.1 \
+    mediator=automake mediator-version=1.11
+file usr/share/$(COMPONENT_NAME)-1.11/info/dir \
+    path=var/info/usr_share_$(COMPONENT_NAME)_1.11_info_dir mode=0644 \
+    preserve=true
 license automake.license license="GPLv2 FDLv1.3"
+depend type=optional fmri=developer/build/[email protected],5.12-5.12.0.0.0.72.0
--- a/components/automake/automake-1.11.2/automake.p5m	Thu Apr 09 12:10:53 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
-#
-
-set name=pkg.fmri \
-    value=pkg:/developer/build/automake@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.summary value="A Makefile generator"
-set name=com.oracle.info.description value="GNU automake"
-set name=info.classification value=org.opensolaris.category.2008:Development/GNU
-set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
-set name=info.upstream-url value=http://www.gnu.org/software/automake/
-set name=org.opensolaris.arc-caseid value=PSARC/2007/293
-set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-depend type=require fmri=developer/build/automake-111
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/automake/automake-1.15/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -0,0 +1,62 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		automake
+COMPONENT_VERSION=	1.15
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924
+COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/pub/gnu/automake/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/automake
+
+TPNO=			21310
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+CONFIGURE_OPTIONS  +=	--infodir=/usr/share/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/info
+CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS  +=	PERL="$(PERL)"
+
+COMPONENT_TEST_ENV +=	-i PATH=$(GCC_ROOT)/bin:/usr/gnu/bin:/usr/bin
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+# common targets
+configure:	$(CONFIGURE_NO_ARCH)
+
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+test:		$(TEST_NO_ARCH)
+
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/core-os
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/automake/automake-1.15/automake-115.p5m	Thu Apr 09 09:57:06 2015 -0500
@@ -0,0 +1,187 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+#
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+<transform link path=usr/share/ mediator=automake -> \
+    add pkg.linted.pkglint.dupaction010.1 true>
+set name=pkg.fmri \
+    value=pkg:/developer/build/automake-115@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="A Makefile generator"
+set name=com.oracle.info.description value="GNU automake"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification value=org.opensolaris.category.2008:Development/GNU
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=http://www.gnu.org/software/automake/
+set name=org.opensolaris.arc-caseid value=PSARC/2007/293
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+link path=usr/bin/aclocal target=aclocal-1.15 mediator=automake \
+    mediator-version=1.15
+file path=usr/bin/aclocal-1.15
+link path=usr/bin/automake target=automake-1.15 mediator=automake \
+    mediator-version=1.15
+file path=usr/bin/automake-1.15
+file path=usr/share/aclocal-1.15/amversion.m4
+file path=usr/share/aclocal-1.15/ar-lib.m4
+file path=usr/share/aclocal-1.15/as.m4
+file path=usr/share/aclocal-1.15/auxdir.m4
+file path=usr/share/aclocal-1.15/cond-if.m4
+file path=usr/share/aclocal-1.15/cond.m4
+file path=usr/share/aclocal-1.15/depend.m4
+file path=usr/share/aclocal-1.15/depout.m4
+file path=usr/share/aclocal-1.15/dmalloc.m4
+file path=usr/share/aclocal-1.15/extra-recurs.m4
+file path=usr/share/aclocal-1.15/gcj.m4
+file path=usr/share/aclocal-1.15/init.m4
+file path=usr/share/aclocal-1.15/install-sh.m4
+file path=usr/share/aclocal-1.15/internal/ac-config-macro-dirs.m4
+file path=usr/share/aclocal-1.15/lead-dot.m4
+file path=usr/share/aclocal-1.15/lex.m4
+file path=usr/share/aclocal-1.15/lispdir.m4
+file path=usr/share/aclocal-1.15/maintainer.m4
+file path=usr/share/aclocal-1.15/make.m4
+file path=usr/share/aclocal-1.15/missing.m4
+file path=usr/share/aclocal-1.15/mkdirp.m4
+file path=usr/share/aclocal-1.15/obsolete.m4
+file path=usr/share/aclocal-1.15/options.m4
+file path=usr/share/aclocal-1.15/prog-cc-c-o.m4
+file path=usr/share/aclocal-1.15/python.m4
+file path=usr/share/aclocal-1.15/runlog.m4
+file path=usr/share/aclocal-1.15/sanity.m4
+file path=usr/share/aclocal-1.15/silent.m4
+file path=usr/share/aclocal-1.15/strip.m4
+file path=usr/share/aclocal-1.15/substnot.m4
+file path=usr/share/aclocal-1.15/tar.m4
+file path=usr/share/aclocal-1.15/upc.m4
+file path=usr/share/aclocal-1.15/vala.m4
+file path=usr/share/aclocal/README
+file path=usr/share/automake-1.15/Automake/ChannelDefs.pm
+file path=usr/share/automake-1.15/Automake/Channels.pm
+file path=usr/share/automake-1.15/Automake/Condition.pm
+file path=usr/share/automake-1.15/Automake/Config.pm
+file path=usr/share/automake-1.15/Automake/Configure_ac.pm
+file path=usr/share/automake-1.15/Automake/DisjConditions.pm
+file path=usr/share/automake-1.15/Automake/FileUtils.pm
+file path=usr/share/automake-1.15/Automake/General.pm
+file path=usr/share/automake-1.15/Automake/Getopt.pm
+file path=usr/share/automake-1.15/Automake/Item.pm
+file path=usr/share/automake-1.15/Automake/ItemDef.pm
+file path=usr/share/automake-1.15/Automake/Language.pm
+file path=usr/share/automake-1.15/Automake/Location.pm
+file path=usr/share/automake-1.15/Automake/Options.pm
+file path=usr/share/automake-1.15/Automake/Rule.pm
+file path=usr/share/automake-1.15/Automake/RuleDef.pm
+file path=usr/share/automake-1.15/Automake/VarDef.pm
+file path=usr/share/automake-1.15/Automake/Variable.pm
+file path=usr/share/automake-1.15/Automake/Version.pm
+file path=usr/share/automake-1.15/Automake/Wrap.pm
+file path=usr/share/automake-1.15/Automake/XFile.pm
+file path=usr/share/automake-1.15/COPYING
+file path=usr/share/automake-1.15/INSTALL
+file path=usr/share/automake-1.15/am/check.am
+file path=usr/share/automake-1.15/am/check2.am
+file path=usr/share/automake-1.15/am/clean-hdr.am
+file path=usr/share/automake-1.15/am/clean.am
+file path=usr/share/automake-1.15/am/compile.am
+file path=usr/share/automake-1.15/am/configure.am
+file path=usr/share/automake-1.15/am/data.am
+file path=usr/share/automake-1.15/am/dejagnu.am
+file path=usr/share/automake-1.15/am/depend.am
+file path=usr/share/automake-1.15/am/depend2.am
+file path=usr/share/automake-1.15/am/distdir.am
+file path=usr/share/automake-1.15/am/footer.am
+file path=usr/share/automake-1.15/am/header-vars.am
+file path=usr/share/automake-1.15/am/header.am
+file path=usr/share/automake-1.15/am/inst-vars.am
+file path=usr/share/automake-1.15/am/install.am
+file path=usr/share/automake-1.15/am/java.am
+file path=usr/share/automake-1.15/am/lang-compile.am
+file path=usr/share/automake-1.15/am/lex.am
+file path=usr/share/automake-1.15/am/library.am
+file path=usr/share/automake-1.15/am/libs.am
+file path=usr/share/automake-1.15/am/libtool.am
+file path=usr/share/automake-1.15/am/lisp.am
+file path=usr/share/automake-1.15/am/ltlib.am
+file path=usr/share/automake-1.15/am/ltlibrary.am
+file path=usr/share/automake-1.15/am/mans-vars.am
+file path=usr/share/automake-1.15/am/mans.am
+file path=usr/share/automake-1.15/am/program.am
+file path=usr/share/automake-1.15/am/progs.am
+file path=usr/share/automake-1.15/am/python.am
+file path=usr/share/automake-1.15/am/remake-hdr.am
+file path=usr/share/automake-1.15/am/scripts.am
+file path=usr/share/automake-1.15/am/subdirs.am
+file path=usr/share/automake-1.15/am/tags.am
+file path=usr/share/automake-1.15/am/texi-vers.am
+file path=usr/share/automake-1.15/am/texibuild.am
+file path=usr/share/automake-1.15/am/texinfos.am
+file path=usr/share/automake-1.15/am/vala.am
+file path=usr/share/automake-1.15/am/yacc.am
+file path=usr/share/automake-1.15/ar-lib mode=0555
+file path=usr/share/automake-1.15/compile mode=0555
+file path=usr/share/automake-1.15/config.guess mode=0555
+file path=usr/share/automake-1.15/config.sub mode=0555
+file path=usr/share/automake-1.15/depcomp mode=0555
+file path=usr/share/automake-1.15/info/automake-history.info
+file path=usr/share/automake-1.15/info/automake.info
+file path=usr/share/automake-1.15/info/automake.info-1
+file path=usr/share/automake-1.15/info/automake.info-2
+link path=usr/share/automake-1.15/info/dir \
+    target=../../../../var/info/usr_share_$(COMPONENT_NAME)_1.15_info_dir
+file path=usr/share/automake-1.15/install-sh mode=0555
+file path=usr/share/automake-1.15/mdate-sh mode=0555
+file path=usr/share/automake-1.15/missing mode=0555
+file path=usr/share/automake-1.15/mkinstalldirs mode=0555
+file path=usr/share/automake-1.15/py-compile mode=0555
+file path=usr/share/automake-1.15/tap-driver.sh mode=0555
+file path=usr/share/automake-1.15/test-driver mode=0555
+file path=usr/share/automake-1.15/texinfo.tex
+file path=usr/share/automake-1.15/ylwrap mode=0555
+file usr/share/doc/automake/amhello-1.0.tar.gz \
+    path=usr/share/doc/automake-1.15/amhello-1.0.tar.gz
+link path=usr/share/doc/automake/amhello-1.0.tar.gz \
+    target=../automake-1.15/amhello-1.0.tar.gz mediator=automake \
+    mediator-version=1.15
+link path=usr/share/info/automake-history.info \
+    target=../automake-1.15/info/automake-history.info mediator=automake \
+    mediator-version=1.15
+link path=usr/share/info/automake.info \
+    target=../automake-1.15/info/automake.info mediator=automake \
+    mediator-version=1.15
+link path=usr/share/info/automake.info-1 \
+    target=../automake-1.15/info/automake.info-1 mediator=automake \
+    mediator-version=1.15
+link path=usr/share/info/automake.info-2 \
+    target=../automake-1.15/info/automake.info-2 mediator=automake \
+    mediator-version=1.15
+file path=usr/share/man/man1/aclocal-1.15.1
+link path=usr/share/man/man1/aclocal.1 target=aclocal-1.15.1 mediator=automake \
+    mediator-version=1.15
+file path=usr/share/man/man1/automake-1.15.1
+link path=usr/share/man/man1/automake.1 target=automake-1.15.1 \
+    mediator=automake mediator-version=1.15
+file usr/share/$(COMPONENT_NAME)-1.15/info/dir \
+    path=var/info/usr_share_$(COMPONENT_NAME)_1.15_info_dir mode=0644 \
+    preserve=true
+license automake.license license="GPLv3, GPLv2, FDLv1.3, MIT"
+depend type=optional fmri=developer/build/[email protected],5.12-5.12.0.0.0.72.0
+depend type=optional \
+    fmri=developer/build/[email protected],5.12-5.12.0.0.0.72.0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/automake/automake-1.15/automake.license	Thu Apr 09 09:57:06 2015 -0500
@@ -0,0 +1,1501 @@
+
+GNU GENERAL PUBLIC LICENSE
+Version 3, 29 June 2007
+
+Copyright (C) 2007 Free Software Foundation, Inc. 
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+Preamble
+
+The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+The precise terms and conditions for copying, distribution and
+modification follow.
+
+TERMS AND CONDITIONS
+
+0. Definitions.
+
+"This License" refers to version 3 of the GNU General Public License.
+
+"Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+"The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+1. Source Code.
+
+The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+The Corresponding Source for a work in source code form is that
+same work.
+
+2. Basic Permissions.
+
+All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+4. Conveying Verbatim Copies.
+
+You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+5. Conveying Modified Source Versions.
+
+You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+a) The work must carry prominent notices stating that you modified
+it, and giving a relevant date.
+
+b) The work must carry prominent notices stating that it is
+released under this License and any conditions added under section
+7. This requirement modifies the requirement in section 4 to
+"keep intact all notices".
+
+c) You must license the entire work, as a whole, under this
+License to anyone who comes into possession of a copy. This
+License will therefore apply, along with any applicable section 7
+additional terms, to the whole of the work, and all its parts,
+regardless of how they are packaged. This License gives no
+permission to license the work in any other way, but it does not
+invalidate such permission if you have separately received it.
+
+d) If the work has interactive user interfaces, each must display
+Appropriate Legal Notices; however, if the Program has interactive
+interfaces that do not display Appropriate Legal Notices, your
+work need not make them do so.
+
+A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+6. Conveying Non-Source Forms.
+
+You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+a) Convey the object code in, or embodied in, a physical product
+(including a physical distribution medium), accompanied by the
+Corresponding Source fixed on a durable physical medium
+customarily used for software interchange.
+
+b) Convey the object code in, or embodied in, a physical product
+(including a physical distribution medium), accompanied by a
+written offer, valid for at least three years and valid for as
+long as you offer spare parts or customer support for that product
+model, to give anyone who possesses the object code either (1) a
+copy of the Corresponding Source for all the software in the
+product that is covered by this License, on a durable physical
+medium customarily used for software interchange, for a price no
+more than your reasonable cost of physically performing this
+conveying of source, or (2) access to copy the
+Corresponding Source from a network server at no charge.
+
+c) Convey individual copies of the object code with a copy of the
+written offer to provide the Corresponding Source. This
+alternative is allowed only occasionally and noncommercially, and
+only if you received the object code with such an offer, in accord
+with subsection 6b.
+
+d) Convey the object code by offering access from a designated
+place (gratis or for a charge), and offer equivalent access to the
+Corresponding Source in the same way through the same place at no
+further charge. You need not require recipients to copy the
+Corresponding Source along with the object code. If the place to
+copy the object code is a network server, the Corresponding Source
+may be on a different server (operated by you or a third party)
+that supports equivalent copying facilities, provided you maintain
+clear directions next to the object code saying where to find the
+Corresponding Source. Regardless of what server hosts the
+Corresponding Source, you remain obligated to ensure that it is
+available for as long as needed to satisfy these requirements.
+
+e) Convey the object code using peer-to-peer transmission, provided
+you inform other peers where the object code and Corresponding
+Source of the work are being offered to the general public at no
+charge under subsection 6d.
+
+A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+"Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+7. Additional Terms.
+
+"Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+a) Disclaiming warranty or limiting liability differently from the
+terms of sections 15 and 16 of this License; or
+
+b) Requiring preservation of specified reasonable legal notices or
+author attributions in that material or in the Appropriate Legal
+Notices displayed by works containing it; or
+
+c) Prohibiting misrepresentation of the origin of that material, or
+requiring that modified versions of such material be marked in
+reasonable ways as different from the original version; or
+
+d) Limiting the use for publicity purposes of names of licensors or
+authors of the material; or
+
+e) Declining to grant rights under trademark law for use of some
+trade names, trademarks, or service marks; or
+
+f) Requiring indemnification of licensors and authors of that
+material by anyone who conveys the material (or modified versions of
+it) with contractual assumptions of liability to the recipient, for
+any liability that these contractual assumptions directly impose on
+those licensors and authors.
+
+All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+8. Termination.
+
+You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+9. Acceptance Not Required for Having Copies.
+
+You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+10. Automatic Licensing of Downstream Recipients.
+
+Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+11. Patents.
+
+A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+12. No Surrender of Others' Freedom.
+
+If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+13. Use with the GNU Affero General Public License.
+
+Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+14. Revised Versions of this License.
+
+The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+15. Disclaimer of Warranty.
+
+THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+16. Limitation of Liability.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+17. Interpretation of Sections 15 and 16.
+
+If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+Copyright (C) 
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+Copyright (C) 
+This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+This is free software, and you are welcome to redistribute it
+under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
+
+------------------------------------------------------
+		 GNU GENERAL PUBLIC LICENSE
+		 Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+			 Preamble
+
+The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.) You can apply it to
+your programs, too.
+
+When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution and
+modification follow.
+
+		 GNU GENERAL PUBLIC LICENSE
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+a) You must cause the modified files to carry prominent notices
+stating that you changed the files and the date of any change.
+
+b) You must cause any work that you distribute or publish, that in
+whole or in part contains or is derived from the Program or any
+part thereof, to be licensed as a whole at no charge to all third
+parties under the terms of this License.
+
+c) If the modified program normally reads commands interactively
+when run, you must cause it, when started running for such
+interactive use in the most ordinary way, to print or display an
+announcement including an appropriate copyright notice and a
+notice that there is no warranty (or else, saying that you provide
+a warranty) and that users may redistribute the program under
+these conditions, and telling the user how to view a copy of this
+License. (Exception: if the Program itself is interactive but
+does not normally print such an announcement, your work based on
+the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+a) Accompany it with the complete corresponding machine-readable
+source code, which must be distributed under the terms of Sections
+1 and 2 above on a medium customarily used for software interchange; or,
+
+b) Accompany it with a written offer, valid for at least three
+years, to give any third party, for a charge no more than your
+cost of physically performing source distribution, a complete
+machine-readable copy of the corresponding source code, to be
+distributed under the terms of Sections 1 and 2 above on a medium
+customarily used for software interchange; or,
+
+c) Accompany it with the information you received as to the offer
+to distribute corresponding source code. (This alternative is
+allowed only for noncommercial distribution and only if you
+received the program in object code or executable form with such
+an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			 NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		 END OF TERMS AND CONDITIONS
+
+	 How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+Copyright (C) 
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+Gnomovision version 69, Copyright (C) year name of author
+Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+This is free software, and you are welcome to redistribute it
+under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+`Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+, 1 April 1989
+Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+
+------------------------------------------------
+
+GNU Free Documentation License
+Version 1.3, 3 November 2008
+
+
+Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+0. PREAMBLE
+
+The purpose of this License is to make a manual, textbook, or other
+functional and useful document "free" in the sense of freedom: to
+assure everyone the effective freedom to copy and redistribute it,
+with or without modifying it, either commercially or noncommercially.
+Secondarily, this License preserves for the author and publisher a way
+to get credit for their work, while not being considered responsible
+for modifications made by others.
+
+This License is a kind of "copyleft", which means that derivative
+works of the document must themselves be free in the same sense. It
+complements the GNU General Public License, which is a copyleft
+license designed for free software.
+
+We have designed this License in order to use it for manuals for free
+software, because free software needs free documentation: a free
+program should come with manuals providing the same freedoms that the
+software does. But this License is not limited to software manuals;
+it can be used for any textual work, regardless of subject matter or
+whether it is published as a printed book. We recommend this License
+principally for works whose purpose is instruction or reference.
+
+
+1. APPLICABILITY AND DEFINITIONS
+
+This License applies to any manual or other work, in any medium, that
+contains a notice placed by the copyright holder saying it can be
+distributed under the terms of this License. Such a notice grants a
+world-wide, royalty-free license, unlimited in duration, to use that
+work under the conditions stated herein. The "Document", below,
+refers to any such manual or work. Any member of the public is a
+licensee, and is addressed as "you". You accept the license if you
+copy, modify or distribute the work in a way requiring permission
+under copyright law.
+
+A "Modified Version" of the Document means any work containing the
+Document or a portion of it, either copied verbatim, or with
+modifications and/or translated into another language.
+
+A "Secondary Section" is a named appendix or a front-matter section of
+the Document that deals exclusively with the relationship of the
+publishers or authors of the Document to the Document's overall
+subject (or to related matters) and contains nothing that could fall
+directly within that overall subject. (Thus, if the Document is in
+part a textbook of mathematics, a Secondary Section may not explain
+any mathematics.) The relationship could be a matter of historical
+connection with the subject or with related matters, or of legal,
+commercial, philosophical, ethical or political position regarding
+them.
+
+The "Invariant Sections" are certain Secondary Sections whose titles
+are designated, as being those of Invariant Sections, in the notice
+that says that the Document is released under this License. If a
+section does not fit the above definition of Secondary then it is not
+allowed to be designated as Invariant. The Document may contain zero
+Invariant Sections. If the Document does not identify any Invariant
+Sections then there are none.
+
+The "Cover Texts" are certain short passages of text that are listed,
+as Front-Cover Texts or Back-Cover Texts, in the notice that says that
+the Document is released under this License. A Front-Cover Text may
+be at most 5 words, and a Back-Cover Text may be at most 25 words.
+
+A "Transparent" copy of the Document means a machine-readable copy,
+represented in a format whose specification is available to the
+general public, that is suitable for revising the document
+straightforwardly with generic text editors or (for images composed of
+pixels) generic paint programs or (for drawings) some widely available
+drawing editor, and that is suitable for input to text formatters or
+for automatic translation to a variety of formats suitable for input
+to text formatters. A copy made in an otherwise Transparent file
+format whose markup, or absence of markup, has been arranged to thwart
+or discourage subsequent modification by readers is not Transparent.
+An image format is not Transparent if used for any substantial amount
+of text. A copy that is not "Transparent" is called "Opaque".
+
+Examples of suitable formats for Transparent copies include plain
+ASCII without markup, Texinfo input format, LaTeX input format, SGML
+or XML using a publicly available DTD, and standard-conforming simple
+HTML, PostScript or PDF designed for human modification. Examples of
+transparent image formats include PNG, XCF and JPG. Opaque formats
+include proprietary formats that can be read and edited only by
+proprietary word processors, SGML or XML for which the DTD and/or
+processing tools are not generally available, and the
+machine-generated HTML, PostScript or PDF produced by some word
+processors for output purposes only.
+
+The "Title Page" means, for a printed book, the title page itself,
+plus such following pages as are needed to hold, legibly, the material
+this License requires to appear in the title page. For works in
+formats which do not have any title page as such, "Title Page" means
+the text near the most prominent appearance of the work's title,
+preceding the beginning of the body of the text.
+
+The "publisher" means any person or entity that distributes copies of
+the Document to the public.
+
+A section "Entitled XYZ" means a named subunit of the Document whose
+title either is precisely XYZ or contains XYZ in parentheses following
+text that translates XYZ in another language. (Here XYZ stands for a
+specific section name mentioned below, such as "Acknowledgements",
+"Dedications", "Endorsements", or "History".) To "Preserve the Title"
+of such a section when you modify the Document means that it remains a
+section "Entitled XYZ" according to this definition.
+
+The Document may include Warranty Disclaimers next to the notice which
+states that this License applies to the Document. These Warranty
+Disclaimers are considered to be included by reference in this
+License, but only as regards disclaiming warranties: any other
+implication that these Warranty Disclaimers may have is void and has
+no effect on the meaning of this License.
+
+2. VERBATIM COPYING
+
+You may copy and distribute the Document in any medium, either
+commercially or noncommercially, provided that this License, the
+copyright notices, and the license notice saying this License applies
+to the Document are reproduced in all copies, and that you add no
+other conditions whatsoever to those of this License. You may not use
+technical measures to obstruct or control the reading or further
+copying of the copies you make or distribute. However, you may accept
+compensation in exchange for copies. If you distribute a large enough
+number of copies you must also follow the conditions in section 3.
+
+You may also lend copies, under the same conditions stated above, and
+you may publicly display copies.
+
+
+3. COPYING IN QUANTITY
+
+If you publish printed copies (or copies in media that commonly have
+printed covers) of the Document, numbering more than 100, and the
+Document's license notice requires Cover Texts, you must enclose the
+copies in covers that carry, clearly and legibly, all these Cover
+Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
+the back cover. Both covers must also clearly and legibly identify
+you as the publisher of these copies. The front cover must present
+the full title with all words of the title equally prominent and
+visible. You may add other material on the covers in addition.
+Copying with changes limited to the covers, as long as they preserve
+the title of the Document and satisfy these conditions, can be treated
+as verbatim copying in other respects.
+
+If the required texts for either cover are too voluminous to fit
+legibly, you should put the first ones listed (as many as fit
+reasonably) on the actual cover, and continue the rest onto adjacent
+pages.
+
+If you publish or distribute Opaque copies of the Document numbering
+more than 100, you must either include a machine-readable Transparent
+copy along with each Opaque copy, or state in or with each Opaque copy
+a computer-network location from which the general network-using
+public has access to download using public-standard network protocols
+a complete Transparent copy of the Document, free of added material.
+If you use the latter option, you must take reasonably prudent steps,
+when you begin distribution of Opaque copies in quantity, to ensure
+that this Transparent copy will remain thus accessible at the stated
+location until at least one year after the last time you distribute an
+Opaque copy (directly or through your agents or retailers) of that
+edition to the public.
+
+It is requested, but not required, that you contact the authors of the
+Document well before redistributing any large number of copies, to
+give them a chance to provide you with an updated version of the
+Document.
+
+
+4. MODIFICATIONS
+
+You may copy and distribute a Modified Version of the Document under
+the conditions of sections 2 and 3 above, provided that you release
+the Modified Version under precisely this License, with the Modified
+Version filling the role of the Document, thus licensing distribution
+and modification of the Modified Version to whoever possesses a copy
+of it. In addition, you must do these things in the Modified Version:
+
+A. Use in the Title Page (and on the covers, if any) a title distinct
+from that of the Document, and from those of previous versions
+(which should, if there were any, be listed in the History section
+of the Document). You may use the same title as a previous version
+if the original publisher of that version gives permission.
+B. List on the Title Page, as authors, one or more persons or entities
+responsible for authorship of the modifications in the Modified
+Version, together with at least five of the principal authors of the
+Document (all of its principal authors, if it has fewer than five),
+unless they release you from this requirement.
+C. State on the Title page the name of the publisher of the
+Modified Version, as the publisher.
+D. Preserve all the copyright notices of the Document.
+E. Add an appropriate copyright notice for your modifications
+adjacent to the other copyright notices.
+F. Include, immediately after the copyright notices, a license notice
+giving the public permission to use the Modified Version under the
+terms of this License, in the form shown in the Addendum below.
+G. Preserve in that license notice the full lists of Invariant Sections
+and required Cover Texts given in the Document's license notice.
+H. Include an unaltered copy of this License.
+I. Preserve the section Entitled "History", Preserve its Title, and add
+to it an item stating at least the title, year, new authors, and
+publisher of the Modified Version as given on the Title Page. If
+there is no section Entitled "History" in the Document, create one
+stating the title, year, authors, and publisher of the Document as
+given on its Title Page, then add an item describing the Modified
+Version as stated in the previous sentence.
+J. Preserve the network location, if any, given in the Document for
+public access to a Transparent copy of the Document, and likewise
+the network locations given in the Document for previous versions
+it was based on. These may be placed in the "History" section.
+You may omit a network location for a work that was published at
+least four years before the Document itself, or if the original
+publisher of the version it refers to gives permission.
+K. For any section Entitled "Acknowledgements" or "Dedications",
+Preserve the Title of the section, and preserve in the section all
+the substance and tone of each of the contributor acknowledgements
+and/or dedications given therein.
+L. Preserve all the Invariant Sections of the Document,
+unaltered in their text and in their titles. Section numbers
+or the equivalent are not considered part of the section titles.
+M. Delete any section Entitled "Endorsements". Such a section
+may not be included in the Modified Version.
+N. Do not retitle any existing section to be Entitled "Endorsements"
+or to conflict in title with any Invariant Section.
+O. Preserve any Warranty Disclaimers.
+
+If the Modified Version includes new front-matter sections or
+appendices that qualify as Secondary Sections and contain no material
+copied from the Document, you may at your option designate some or all
+of these sections as invariant. To do this, add their titles to the
+list of Invariant Sections in the Modified Version's license notice.
+These titles must be distinct from any other section titles.
+
+You may add a section Entitled "Endorsements", provided it contains
+nothing but endorsements of your Modified Version by various
+parties--for example, statements of peer review or that the text has
+been approved by an organization as the authoritative definition of a
+standard.
+
+You may add a passage of up to five words as a Front-Cover Text, and a
+passage of up to 25 words as a Back-Cover Text, to the end of the list
+of Cover Texts in the Modified Version. Only one passage of
+Front-Cover Text and one of Back-Cover Text may be added by (or
+through arrangements made by) any one entity. If the Document already
+includes a cover text for the same cover, previously added by you or
+by arrangement made by the same entity you are acting on behalf of,
+you may not add another; but you may replace the old one, on explicit
+permission from the previous publisher that added the old one.
+
+The author(s) and publisher(s) of the Document do not by this License
+give permission to use their names for publicity for or to assert or
+imply endorsement of any Modified Version.
+
+
+5. COMBINING DOCUMENTS
+
+You may combine the Document with other documents released under this
+License, under the terms defined in section 4 above for modified
+versions, provided that you include in the combination all of the
+Invariant Sections of all of the original documents, unmodified, and
+list them all as Invariant Sections of your combined work in its
+license notice, and that you preserve all their Warranty Disclaimers.
+
+The combined work need only contain one copy of this License, and
+multiple identical Invariant Sections may be replaced with a single
+copy. If there are multiple Invariant Sections with the same name but
+different contents, make the title of each such section unique by
+adding at the end of it, in parentheses, the name of the original
+author or publisher of that section if known, or else a unique number.
+Make the same adjustment to the section titles in the list of
+Invariant Sections in the license notice of the combined work.
+
+In the combination, you must combine any sections Entitled "History"
+in the various original documents, forming one section Entitled
+"History"; likewise combine any sections Entitled "Acknowledgements",
+and any sections Entitled "Dedications". You must delete all sections
+Entitled "Endorsements".
+
+
+6. COLLECTIONS OF DOCUMENTS
+
+You may make a collection consisting of the Document and other
+documents released under this License, and replace the individual
+copies of this License in the various documents with a single copy
+that is included in the collection, provided that you follow the rules
+of this License for verbatim copying of each of the documents in all
+other respects.
+
+You may extract a single document from such a collection, and
+distribute it individually under this License, provided you insert a
+copy of this License into the extracted document, and follow this
+License in all other respects regarding verbatim copying of that
+document.
+
+
+7. AGGREGATION WITH INDEPENDENT WORKS
+
+A compilation of the Document or its derivatives with other separate
+and independent documents or works, in or on a volume of a storage or
+distribution medium, is called an "aggregate" if the copyright
+resulting from the compilation is not used to limit the legal rights
+of the compilation's users beyond what the individual works permit.
+When the Document is included in an aggregate, this License does not
+apply to the other works in the aggregate which are not themselves
+derivative works of the Document.
+
+If the Cover Text requirement of section 3 is applicable to these
+copies of the Document, then if the Document is less than one half of
+the entire aggregate, the Document's Cover Texts may be placed on
+covers that bracket the Document within the aggregate, or the
+electronic equivalent of covers if the Document is in electronic form.
+Otherwise they must appear on printed covers that bracket the whole
+aggregate.
+
+
+8. TRANSLATION
+
+Translation is considered a kind of modification, so you may
+distribute translations of the Document under the terms of section 4.
+Replacing Invariant Sections with translations requires special
+permission from their copyright holders, but you may include
+translations of some or all Invariant Sections in addition to the
+original versions of these Invariant Sections. You may include a
+translation of this License, and all the license notices in the
+Document, and any Warranty Disclaimers, provided that you also include
+the original English version of this License and the original versions
+of those notices and disclaimers. In case of a disagreement between
+the translation and the original version of this License or a notice
+or disclaimer, the original version will prevail.
+
+If a section in the Document is Entitled "Acknowledgements",
+"Dedications", or "History", the requirement (section 4) to Preserve
+its Title (section 1) will typically require changing the actual
+title.
+
+
+9. TERMINATION
+
+You may not copy, modify, sublicense, or distribute the Document
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense, or distribute it is void, and
+will automatically terminate your rights under this License.
+
+However, if you cease all violation of this License, then your license
+from a particular copyright holder is reinstated (a) provisionally,
+unless and until the copyright holder explicitly and finally
+terminates your license, and (b) permanently, if the copyright holder
+fails to notify you of the violation by some reasonable means prior to
+60 days after the cessation.
+
+Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, receipt of a copy of some or all of the same material does
+not give you any rights to use it.
+
+
+10. FUTURE REVISIONS OF THIS LICENSE
+
+The Free Software Foundation may publish new, revised versions of the
+GNU Free Documentation License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in
+detail to address new problems or concerns. See
+http://www.gnu.org/copyleft/.
+
+Each version of the License is given a distinguishing version number.
+If the Document specifies that a particular numbered version of this
+License "or any later version" applies to it, you have the option of
+following the terms and conditions either of that specified version or
+of any later version that has been published (not as a draft) by the
+Free Software Foundation. If the Document does not specify a version
+number of this License, you may choose any version ever published (not
+as a draft) by the Free Software Foundation. If the Document
+specifies that a proxy can decide which future versions of this
+License can be used, that proxy's public statement of acceptance of a
+version permanently authorizes you to choose that version for the
+Document.
+
+11. RELICENSING
+
+"Massive Multiauthor Collaboration Site" (or "MMC Site") means any
+World Wide Web server that publishes copyrightable works and also
+provides prominent facilities for anybody to edit those works. A
+public wiki that anybody can edit is an example of such a server. A
+"Massive Multiauthor Collaboration" (or "MMC") contained in the site
+means any set of copyrightable works thus published on the MMC site.
+
+"CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 
+license published by Creative Commons Corporation, a not-for-profit 
+corporation with a principal place of business in San Francisco, 
+California, as well as future copyleft versions of that license 
+published by that same organization.
+
+"Incorporate" means to publish or republish a Document, in whole or in 
+part, as part of another Document.
+
+An MMC is "eligible for relicensing" if it is licensed under this 
+License, and if all works that were first published under this License 
+somewhere other than this MMC, and subsequently incorporated in whole or 
+in part into the MMC, (1) had no cover texts or invariant sections, and 
+(2) were thus incorporated prior to November 1, 2008.
+
+The operator of an MMC Site may republish an MMC contained in the site
+under CC-BY-SA on the same site at any time before August 1, 2009,
+provided the MMC is eligible for relicensing.
+
+
+ADDENDUM: How to use this License for your documents
+
+To use this License in a document you have written, include a copy of
+the License in the document and put the following copyright and
+license notices just after the title page:
+
+Copyright (c) YEAR YOUR NAME.
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.3
+or any later version published by the Free Software Foundation;
+with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+A copy of the license is included in the section entitled "GNU
+Free Documentation License".
+
+If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
+replace the "with...Texts." line with this:
+
+with the Invariant Sections being LIST THEIR TITLES, with the
+Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
+
+If you have Invariant Sections without Cover Texts, or some other
+combination of the three, merge those two alternatives to suit the
+situation.
+
+If your document contains nontrivial examples of program code, we
+recommend releasing these examples in parallel under your choice of
+free software license, such as the GNU General Public License,
+to permit their use in free software.
+
+---------------------------------------------------
+
+install-sh:
+# following copyright and license.
+#
+# Copyright (C) 1994 X Consortium
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# Except as contained in this notice, the name of the X Consortium shall not
+# be used in advertising or otherwise to promote the sale, use or other deal-
+# ings in this Software without prior written authorization from the X Consor-
+# tium.
+#
+#
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/automake/automake-1.15/automake.p5m	Thu Apr 09 09:57:06 2015 -0500
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/developer/build/automake@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="A Makefile generator"
+set name=com.oracle.info.description value="GNU automake"
+set name=info.classification value=org.opensolaris.category.2008:Development/GNU
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=http://www.gnu.org/software/automake/
+set name=org.opensolaris.arc-caseid value=PSARC/2007/293
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+depend type=require fmri=developer/build/automake-115
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/automake/automake-1.15/test/results-32.master	Thu Apr 09 09:57:06 2015 -0500
@@ -0,0 +1,3010 @@
+/usr/gnu/bin/make  check-TESTS check-local
+make[1]: Entering directory `$(@D)'
+make[2]: Entering directory `$(@D)'
+SKIP: t/get-sysconf.sh
+XFAIL: t/pm/Cond2.pl
+XFAIL: t/pm/Cond3.pl
+PASS: t/pm/Condition.pl
+SKIP: t/pm/Condition-t.pl
+XFAIL: t/pm/DisjCon2.pl
+XFAIL: t/pm/DisjCon3.pl
+PASS: t/pm/DisjConditions.pl
+SKIP: t/pm/DisjConditions-t.pl
+PASS: t/pm/Version.pl
+XFAIL: t/pm/Version2.pl
+XFAIL: t/pm/Version3.pl
+PASS: t/pm/Wrap.pl
+XFAIL: t/instspc.tap 1 - squote in builddir # TODO long-standing limitation
+XFAIL: t/instspc.tap 2 - squote in destdir # TODO long-standing limitation
+XFAIL: t/instspc.tap 3 - dquote in builddir # TODO long-standing limitation
+XFAIL: t/instspc.tap 4 - dquote in destdir # TODO long-standing limitation
+XFAIL: t/instspc.tap 5 - bquote in builddir # TODO long-standing limitation
+XFAIL: t/instspc.tap 6 - bquote in destdir # TODO long-standing limitation
+XFAIL: t/instspc.tap 7 - sharp in builddir # TODO long-standing limitation
+XFAIL: t/instspc.tap 8 - sharp in destdir # TODO long-standing limitation
+XFAIL: t/instspc.tap 9 - dollar in builddir # TODO long-standing limitation
+XFAIL: t/instspc.tap 10 - dollar in destdir # TODO long-standing limitation
+PASS: t/instspc.tap 11 - bang in builddir
+PASS: t/instspc.tap 12 - bang in destdir
+XFAIL: t/instspc.tap 13 - bslash in builddir # TODO long-standing limitation
+PASS: t/instspc.tap 14 - bslash in destdir
+XFAIL: t/instspc.tap 15 - ampersand in builddir # TODO long-standing limitation
+PASS: t/instspc.tap 16 - ampersand in destdir
+PASS: t/instspc.tap 17 - percent in builddir
+PASS: t/instspc.tap 18 - percent in destdir
+PASS: t/instspc.tap 19 - leftpar in builddir
+PASS: t/instspc.tap 20 - leftpar in destdir
+PASS: t/instspc.tap 21 - rightpar in builddir
+PASS: t/instspc.tap 22 - rightpar in destdir
+PASS: t/instspc.tap 23 - pipe in builddir
+PASS: t/instspc.tap 24 - pipe in destdir
+PASS: t/instspc.tap 25 - caret in builddir
+PASS: t/instspc.tap 26 - caret in destdir
+PASS: t/instspc.tap 27 - tilde in builddir
+PASS: t/instspc.tap 28 - tilde in destdir
+PASS: t/instspc.tap 29 - qmark in builddir
+PASS: t/instspc.tap 30 - qmark in destdir
+PASS: t/instspc.tap 31 - star in builddir
+PASS: t/instspc.tap 32 - star in destdir
+PASS: t/instspc.tap 33 - plus in builddir
+PASS: t/instspc.tap 34 - plus in destdir
+PASS: t/instspc.tap 35 - minus in builddir
+PASS: t/instspc.tap 36 - minus in destdir
+PASS: t/instspc.tap 37 - comma in builddir
+PASS: t/instspc.tap 38 - comma in destdir
+PASS: t/instspc.tap 39 - colon in builddir
+PASS: t/instspc.tap 40 - colon in destdir
+PASS: t/instspc.tap 41 - semicol in builddir
+PASS: t/instspc.tap 42 - semicol in destdir
+PASS: t/instspc.tap 43 - equal in builddir
+PASS: t/instspc.tap 44 - equal in destdir
+PASS: t/instspc.tap 45 - less in builddir
+PASS: t/instspc.tap 46 - less in destdir
+PASS: t/instspc.tap 47 - more in builddir
+PASS: t/instspc.tap 48 - more in destdir
+PASS: t/instspc.tap 49 - at in builddir
+PASS: t/instspc.tap 50 - at in destdir
+PASS: t/instspc.tap 51 - lqbrack in builddir
+PASS: t/instspc.tap 52 - lqbrack in destdir
+PASS: t/instspc.tap 53 - rqbrack in builddir
+PASS: t/instspc.tap 54 - rqbrack in destdir
+PASS: t/instspc.tap 55 - lcbrack in builddir
+PASS: t/instspc.tap 56 - lcbrack in destdir
+PASS: t/instspc.tap 57 - rcbrack in builddir
+PASS: t/instspc.tap 58 - rcbrack in destdir
+PASS: t/instspc.tap 59 - space in builddir
+PASS: t/instspc.tap 60 - space in destdir
+PASS: t/instspc.tap 61 - tab in builddir
+PASS: t/instspc.tap 62 - tab in destdir
+XFAIL: t/instspc.tap 63 - linefeed in builddir # TODO long-standing limitation
+XFAIL: t/instspc.tap 64 - linefeed in destdir # TODO long-standing limitation
+PASS: t/instspc.tap 65 - backspace in builddir
+PASS: t/instspc.tap 66 - backspace in destdir
+PASS: t/instspc.tap 67 - formfeed in builddir
+PASS: t/instspc.tap 68 - formfeed in destdir
+PASS: t/instspc.tap 69 - carriageret in builddir
+PASS: t/instspc.tap 70 - carriageret in destdir
+XFAIL: t/instspc.tap 71 - quadrigraph0 in builddir # TODO long-standing limitation
+PASS: t/instspc.tap 72 - quadrigraph0 in destdir
+PASS: t/instspc.tap 73 - quadrigraph1 in builddir
+PASS: t/instspc.tap 74 - quadrigraph1 in destdir
+PASS: t/instspc.tap 75 - quadrigraph2 in builddir
+PASS: t/instspc.tap 76 - quadrigraph2 in destdir
+PASS: t/instspc.tap 77 - quadrigraph3 in builddir
+PASS: t/instspc.tap 78 - quadrigraph3 in destdir
+PASS: t/instspc.tap 79 - quadrigraph4 in builddir
+PASS: t/instspc.tap 80 - quadrigraph4 in destdir
+PASS: t/instspc.tap 81 - a_b in builddir
+PASS: t/instspc.tap 82 - a_b in destdir
+PASS: t/instspc.tap 83 - a__b in builddir
+PASS: t/instspc.tap 84 - a__b in destdir
+XFAIL: t/instspc.tap 85 - a_lf_b in builddir # TODO long-standing limitation
+XFAIL: t/instspc.tap 86 - a_lf_b in destdir # TODO long-standing limitation
+PASS: t/instspc.tap 87 - dotdotdot in builddir
+PASS: t/instspc.tap 88 - dotdotdot in destdir
+PASS: t/instspc.tap 89 - dosdrive in builddir
+PASS: t/instspc.tap 90 - dosdrive in destdir
+PASS: t/instspc.tap 91 - miscglob1 in builddir
+PASS: t/instspc.tap 92 - miscglob1 in destdir
+PASS: t/instspc.tap 93 - miscglob2 in builddir
+PASS: t/instspc.tap 94 - miscglob2 in destdir
+PASS: t/aclocal.sh
+PASS: t/aclocal-I-order-1.sh
+PASS: t/aclocal-I-order-2.sh
+PASS: t/aclocal-I-order-3.sh
+PASS: t/aclocal-I-and-install.sh
+PASS: t/aclocal-acdir.sh
+PASS: t/aclocal-amflags.sh
+PASS: t/aclocal-autoconf-version-check.sh
+PASS: t/aclocal-comments-respected.sh
+PASS: t/aclocal-deleted-header-aclocal-amflags.sh
+PASS: t/aclocal-deleted-header.sh
+PASS: t/aclocal-deps-subdir.sh
+PASS: t/aclocal-deps.sh
+PASS: t/aclocal-dirlist.sh
+PASS: t/aclocal-dirlist-globbing.sh
+PASS: t/aclocal-dirlist-abspath.sh
+PASS: t/aclocal-install-absdir.sh
+PASS: t/aclocal-install-fail.sh
+PASS: t/aclocal-install-mkdir.sh
+PASS: t/aclocal-m4-include-are-scanned-aclocal-amflags.sh
+PASS: t/aclocal-m4-include-are-scanned.sh
+PASS: t/aclocal-m4-sinclude.sh
+PASS: t/aclocal-macrodir.tap 1 - AC_CONFIG_MACRO_DIR is honored
+PASS: t/aclocal-macrodir.tap 2 - AC_CONFIG_MACRO_DIR([foo]) interaction with --install
+PASS: t/aclocal-macrodir.tap 3 - '-I' option wins over AC_CONFIG_MACRO_DIR
+PASS: t/aclocal-macrodir.tap 4 - AC_CONFIG_MACRO_DIR([foo]) can create directory 'foo'
+PASS: t/aclocal-macrodir.tap 5 - AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported
+PASS: t/aclocal-macrodir.tap 6 - AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist
+SKIP: t/aclocal-macrodir.tap 7 # SKIP autoconf is too old (AC_CONFIG_MACRO_DIRS not defined)
+PASS: t/aclocal-macrodirs.tap 1 - AC_CONFIG_MACRO_DIRS is honored
+PASS: t/aclocal-macrodirs.tap 2 - AC_CONFIG_MACRO_DIRS several arguments
+PASS: t/aclocal-macrodirs.tap 3 - AC_CONFIG_MACRO_DIRS several calls
+PASS: t/aclocal-macrodirs.tap 4 - AC_CONFIG_MACRO_DIRS extra whitespace
+PASS: t/aclocal-macrodirs.tap 5 - AC_CONFIG_MACRO_DIRS precedence
+PASS: t/aclocal-macrodirs.tap 6 - AC_CONFIG_MACRO_DIRS interaction with --install
+PASS: t/aclocal-macrodirs.tap 7 - several AC_CONFIG_MACRO_DIRS arguments and --install
+PASS: t/aclocal-macrodirs.tap 8 - several AC_CONFIG_MACRO_DIRS calls and --install
+PASS: t/aclocal-macrodirs.tap 9 - '-I' option wins over AC_CONFIG_MACRO_DIRS
+PASS: t/aclocal-macrodirs.tap 10 - AC_CONFIG_MACRO_DIRS([foo]) can create directory 'foo'
+PASS: t/aclocal-macrodirs.tap 11 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)
+PASS: t/aclocal-macrodirs.tap 12 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)
+PASS: t/aclocal-macrodirs.tap 13 - AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out
+PASS: t/aclocal-macrodirs.tap 14 - AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist
+SKIP: t/aclocal-macrodirs.tap 15 # SKIP autoconf is too old (AC_CONFIG_MACRO_DIRS not defined)
+PASS: t/aclocal-missing-macros.sh
+PASS: t/aclocal-no-extra-scan.sh
+PASS: t/aclocal-no-force.sh
+PASS: t/aclocal-no-install-no-mkdir.sh
+PASS: t/aclocal-no-symlinked-overwrite.sh
+PASS: t/aclocal-no-unused-required.sh
+PASS: t/aclocal-path.sh
+PASS: t/aclocal-path-install.sh
+PASS: t/aclocal-path-install-serial.sh
+PASS: t/aclocal-path-nonexistent.sh
+PASS: t/aclocal-path-precedence.sh
+PASS: t/aclocal-pr450.sh
+PASS: t/aclocal-print-acdir.sh
+PASS: t/aclocal-req.sh
+PASS: t/aclocal-remake-misc.sh
+PASS: t/aclocal-scan-configure-ac-pr319.sh
+PASS: t/aclocal-serial.sh
+PASS: t/aclocal-underquoted-defun.sh
+PASS: t/aclocal-verbose-install.sh
+PASS: t/auxdir-pr15981.sh
+PASS: t/auxdir-cc-pr15981.sh
+PASS: t/ac-output-old.tap 1 - aclocal groks '\' in AC_OUTPUT (acoutbs1)
+PASS: t/ac-output-old.tap 2 - automake groks '\' in AC_OUTPUT (acoutbs1)
+PASS: t/ac-output-old.tap 3 - autoconf groks '\' in AC_OUTPUT (acoutbs1)
+PASS: t/ac-output-old.tap 4 - can ./configure in acoutbs1
+PASS: t/ac-output-old.tap 5 - zot created in acoutbs1
+PASS: t/ac-output-old.tap 6 - '\' not leaked in filenames in acoutbs1
+PASS: t/ac-output-old.tap 7 - aclocal groks '\' in AC_OUTPUT (acoutbs2)
+PASS: t/ac-output-old.tap 8 - automake groks '\' in AC_OUTPUT (acoutbs2)
+PASS: t/ac-output-old.tap 9 - autoconf groks '\' in AC_OUTPUT (acoutbs2)
+PASS: t/ac-output-old.tap 10 - can ./configure in acoutbs2
+PASS: t/ac-output-old.tap 11 - zot created in acoutbs2
+PASS: t/ac-output-old.tap 12 - '\' not leaked in filenames in acoutbs2
+PASS: t/ac-output-old.tap 13 - aclocal and quoted AC_OUTPUT second argument
+PASS: t/ac-output-old.tap 14 - automake and quoted AC_OUTPUT second argument
+PASS: t/ac-output-old.tap 15 - aclocal and two AC_OUTPUT arguments on same line
+PASS: t/ac-output-old.tap 16 - automake and two AC_OUTPUT arguments on same line
+PASS: t/ac-output-old.tap 17 - aclocal and AC_OUTPUT (acoutput2)
+PASS: t/ac-output-old.tap 18 - automake and AC_OUTPUT (acoutput2)
+PASS: t/ac-output-old.tap 19 - foo.in mentioned two times in Makefile.in (acoutput2)
+PASS: t/ac-output-old.tap 20 - 'automake -a -f' and AC_OUTPUT (acoutput2)
+PASS: t/ac-output-old.tap 21 - aclocal and two AC_OUTPUT arguments on two lines
+PASS: t/ac-output-old.tap 22 - automake and two AC_OUTPUT arguments on two lines
+PASS: t/acsilent.sh
+PASS: t/acsubst.sh
+PASS: t/acsubst2.sh
+PASS: t/add-missing.tap 1 - [link minimal] missing files, automake fails
+PASS: t/add-missing.tap 2 - [link minimal] warn about missing file install-sh
+PASS: t/add-missing.tap 3 - [link minimal] suggest --add-missing for install-sh
+PASS: t/add-missing.tap 4 - [link minimal] warn about missing file missing
+PASS: t/add-missing.tap 5 - [link minimal] suggest --add-missing for missing
+PASS: t/add-missing.tap 6 - [link minimal] no extra files installed
+PASS: t/add-missing.tap 7 - [link minimal] automake run successfully
+PASS: t/add-missing.tap 8 - [link minimal] file install-sh installed
+PASS: t/add-missing.tap 9 - [link minimal] file missing installed
+PASS: t/add-missing.tap 10 - [link minimal] report installation of install-sh
+PASS: t/add-missing.tap 11 - [link minimal] report installation of missing
+PASS: t/add-missing.tap 12 - [link minimal] all and only expected files installed
+PASS: t/add-missing.tap 13 - [link minimal] install-sh has been symlinked
+PASS: t/add-missing.tap 14 - [link minimal] missing has been symlinked
+PASS: t/add-missing.tap 15 - [link minimal] automake finds all added files
+PASS: t/add-missing.tap 16 - [copy minimal] missing files, automake fails
+PASS: t/add-missing.tap 17 - [copy minimal] warn about missing file install-sh
+PASS: t/add-missing.tap 18 - [copy minimal] suggest --add-missing for install-sh
+PASS: t/add-missing.tap 19 - [copy minimal] warn about missing file missing
+PASS: t/add-missing.tap 20 - [copy minimal] suggest --add-missing for missing
+PASS: t/add-missing.tap 21 - [copy minimal] no extra files installed
+PASS: t/add-missing.tap 22 - [copy minimal] automake run successfully
+PASS: t/add-missing.tap 23 - [copy minimal] file install-sh installed
+PASS: t/add-missing.tap 24 - [copy minimal] file missing installed
+PASS: t/add-missing.tap 25 - [copy minimal] report installation of install-sh
+PASS: t/add-missing.tap 26 - [copy minimal] report installation of missing
+PASS: t/add-missing.tap 27 - [copy minimal] all and only expected files installed
+PASS: t/add-missing.tap 28 - [copy minimal] install-sh has not been symlinked
+PASS: t/add-missing.tap 29 - [copy minimal] missing has not been symlinked
+PASS: t/add-missing.tap 30 - [copy minimal] automake finds all added files
+PASS: t/add-missing.tap 31 - [link depcomp/C] missing files, automake fails
+PASS: t/add-missing.tap 32 - [link depcomp/C] warn about missing file depcomp
+PASS: t/add-missing.tap 33 - [link depcomp/C] suggest --add-missing for depcomp
+PASS: t/add-missing.tap 34 - [link depcomp/C] warn about missing file compile
+PASS: t/add-missing.tap 35 - [link depcomp/C] suggest --add-missing for compile
+PASS: t/add-missing.tap 36 - [link depcomp/C] no extra files installed
+PASS: t/add-missing.tap 37 - [link depcomp/C] automake run successfully
+PASS: t/add-missing.tap 38 - [link depcomp/C] file depcomp installed
+PASS: t/add-missing.tap 39 - [link depcomp/C] file compile installed
+PASS: t/add-missing.tap 40 - [link depcomp/C] report installation of depcomp
+PASS: t/add-missing.tap 41 - [link depcomp/C] report installation of compile
+PASS: t/add-missing.tap 42 - [link depcomp/C] all and only expected files installed
+PASS: t/add-missing.tap 43 - [link depcomp/C] depcomp has been symlinked
+PASS: t/add-missing.tap 44 - [link depcomp/C] compile has been symlinked
+PASS: t/add-missing.tap 45 - [link depcomp/C] automake finds all added files
+PASS: t/add-missing.tap 46 - [copy depcomp/C] missing files, automake fails
+PASS: t/add-missing.tap 47 - [copy depcomp/C] warn about missing file depcomp
+PASS: t/add-missing.tap 48 - [copy depcomp/C] suggest --add-missing for depcomp
+PASS: t/add-missing.tap 49 - [copy depcomp/C] warn about missing file compile
+PASS: t/add-missing.tap 50 - [copy depcomp/C] suggest --add-missing for compile
+PASS: t/add-missing.tap 51 - [copy depcomp/C] no extra files installed
+PASS: t/add-missing.tap 52 - [copy depcomp/C] automake run successfully
+PASS: t/add-missing.tap 53 - [copy depcomp/C] file depcomp installed
+PASS: t/add-missing.tap 54 - [copy depcomp/C] file compile installed
+PASS: t/add-missing.tap 55 - [copy depcomp/C] report installation of depcomp
+PASS: t/add-missing.tap 56 - [copy depcomp/C] report installation of compile
+PASS: t/add-missing.tap 57 - [copy depcomp/C] all and only expected files installed
+PASS: t/add-missing.tap 58 - [copy depcomp/C] depcomp has not been symlinked
+PASS: t/add-missing.tap 59 - [copy depcomp/C] compile has not been symlinked
+PASS: t/add-missing.tap 60 - [copy depcomp/C] automake finds all added files
+PASS: t/add-missing.tap 61 - [link depcomp/C++] missing files, automake fails
+PASS: t/add-missing.tap 62 - [link depcomp/C++] warn about missing file depcomp
+PASS: t/add-missing.tap 63 - [link depcomp/C++] suggest --add-missing for depcomp
+PASS: t/add-missing.tap 64 - [link depcomp/C++] no extra files installed
+PASS: t/add-missing.tap 65 - [link depcomp/C++] automake run successfully
+PASS: t/add-missing.tap 66 - [link depcomp/C++] file depcomp installed
+PASS: t/add-missing.tap 67 - [link depcomp/C++] report installation of depcomp
+PASS: t/add-missing.tap 68 - [link depcomp/C++] all and only expected files installed
+PASS: t/add-missing.tap 69 - [link depcomp/C++] depcomp has been symlinked
+PASS: t/add-missing.tap 70 - [link depcomp/C++] automake finds all added files
+PASS: t/add-missing.tap 71 - [copy depcomp/C++] missing files, automake fails
+PASS: t/add-missing.tap 72 - [copy depcomp/C++] warn about missing file depcomp
+PASS: t/add-missing.tap 73 - [copy depcomp/C++] suggest --add-missing for depcomp
+PASS: t/add-missing.tap 74 - [copy depcomp/C++] no extra files installed
+PASS: t/add-missing.tap 75 - [copy depcomp/C++] automake run successfully
+PASS: t/add-missing.tap 76 - [copy depcomp/C++] file depcomp installed
+PASS: t/add-missing.tap 77 - [copy depcomp/C++] report installation of depcomp
+PASS: t/add-missing.tap 78 - [copy depcomp/C++] all and only expected files installed
+PASS: t/add-missing.tap 79 - [copy depcomp/C++] depcomp has not been symlinked
+PASS: t/add-missing.tap 80 - [copy depcomp/C++] automake finds all added files
+PASS: t/add-missing.tap 81 - [compile] aclocal.m4 rebuilt
+PASS: t/add-missing.tap 82 - [link compile] missing files, automake fails
+PASS: t/add-missing.tap 83 - [link compile] warn about missing file compile
+PASS: t/add-missing.tap 84 - [link compile] suggest --add-missing for compile
+PASS: t/add-missing.tap 85 - [link compile] no extra files installed
+PASS: t/add-missing.tap 86 - [link compile] automake run successfully
+PASS: t/add-missing.tap 87 - [link compile] file compile installed
+PASS: t/add-missing.tap 88 - [link compile] report installation of compile
+PASS: t/add-missing.tap 89 - [link compile] all and only expected files installed
+PASS: t/add-missing.tap 90 - [link compile] compile has been symlinked
+PASS: t/add-missing.tap 91 - [link compile] automake finds all added files
+PASS: t/add-missing.tap 92 - [copy compile] missing files, automake fails
+PASS: t/add-missing.tap 93 - [copy compile] warn about missing file compile
+PASS: t/add-missing.tap 94 - [copy compile] suggest --add-missing for compile
+PASS: t/add-missing.tap 95 - [copy compile] no extra files installed
+PASS: t/add-missing.tap 96 - [copy compile] automake run successfully
+PASS: t/add-missing.tap 97 - [copy compile] file compile installed
+PASS: t/add-missing.tap 98 - [copy compile] report installation of compile
+PASS: t/add-missing.tap 99 - [copy compile] all and only expected files installed
+PASS: t/add-missing.tap 100 - [copy compile] compile has not been symlinked
+PASS: t/add-missing.tap 101 - [copy compile] automake finds all added files
+PASS: t/add-missing.tap 102 - [link cfg-build] missing files, automake fails
+PASS: t/add-missing.tap 103 - [link cfg-build] warn about missing file config.sub
+PASS: t/add-missing.tap 104 - [link cfg-build] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 105 - [link cfg-build] warn about missing file config.guess
+PASS: t/add-missing.tap 106 - [link cfg-build] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 107 - [link cfg-build] no extra files installed
+PASS: t/add-missing.tap 108 - [link cfg-build] automake run successfully
+PASS: t/add-missing.tap 109 - [link cfg-build] file config.sub installed
+PASS: t/add-missing.tap 110 - [link cfg-build] file config.guess installed
+PASS: t/add-missing.tap 111 - [link cfg-build] report installation of config.sub
+PASS: t/add-missing.tap 112 - [link cfg-build] report installation of config.guess
+PASS: t/add-missing.tap 113 - [link cfg-build] all and only expected files installed
+PASS: t/add-missing.tap 114 - [link cfg-build] config.sub has been symlinked
+PASS: t/add-missing.tap 115 - [link cfg-build] config.guess has been symlinked
+PASS: t/add-missing.tap 116 - [link cfg-build] automake finds all added files
+PASS: t/add-missing.tap 117 - [copy cfg-build] missing files, automake fails
+PASS: t/add-missing.tap 118 - [copy cfg-build] warn about missing file config.sub
+PASS: t/add-missing.tap 119 - [copy cfg-build] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 120 - [copy cfg-build] warn about missing file config.guess
+PASS: t/add-missing.tap 121 - [copy cfg-build] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 122 - [copy cfg-build] no extra files installed
+PASS: t/add-missing.tap 123 - [copy cfg-build] automake run successfully
+PASS: t/add-missing.tap 124 - [copy cfg-build] file config.sub installed
+PASS: t/add-missing.tap 125 - [copy cfg-build] file config.guess installed
+PASS: t/add-missing.tap 126 - [copy cfg-build] report installation of config.sub
+PASS: t/add-missing.tap 127 - [copy cfg-build] report installation of config.guess
+PASS: t/add-missing.tap 128 - [copy cfg-build] all and only expected files installed
+PASS: t/add-missing.tap 129 - [copy cfg-build] config.sub has not been symlinked
+PASS: t/add-missing.tap 130 - [copy cfg-build] config.guess has not been symlinked
+PASS: t/add-missing.tap 131 - [copy cfg-build] automake finds all added files
+PASS: t/add-missing.tap 132 - [link cfg-host] missing files, automake fails
+PASS: t/add-missing.tap 133 - [link cfg-host] warn about missing file config.sub
+PASS: t/add-missing.tap 134 - [link cfg-host] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 135 - [link cfg-host] warn about missing file config.guess
+PASS: t/add-missing.tap 136 - [link cfg-host] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 137 - [link cfg-host] no extra files installed
+PASS: t/add-missing.tap 138 - [link cfg-host] automake run successfully
+PASS: t/add-missing.tap 139 - [link cfg-host] file config.sub installed
+PASS: t/add-missing.tap 140 - [link cfg-host] file config.guess installed
+PASS: t/add-missing.tap 141 - [link cfg-host] report installation of config.sub
+PASS: t/add-missing.tap 142 - [link cfg-host] report installation of config.guess
+PASS: t/add-missing.tap 143 - [link cfg-host] all and only expected files installed
+PASS: t/add-missing.tap 144 - [link cfg-host] config.sub has been symlinked
+PASS: t/add-missing.tap 145 - [link cfg-host] config.guess has been symlinked
+PASS: t/add-missing.tap 146 - [link cfg-host] automake finds all added files
+PASS: t/add-missing.tap 147 - [copy cfg-host] missing files, automake fails
+PASS: t/add-missing.tap 148 - [copy cfg-host] warn about missing file config.sub
+PASS: t/add-missing.tap 149 - [copy cfg-host] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 150 - [copy cfg-host] warn about missing file config.guess
+PASS: t/add-missing.tap 151 - [copy cfg-host] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 152 - [copy cfg-host] no extra files installed
+PASS: t/add-missing.tap 153 - [copy cfg-host] automake run successfully
+PASS: t/add-missing.tap 154 - [copy cfg-host] file config.sub installed
+PASS: t/add-missing.tap 155 - [copy cfg-host] file config.guess installed
+PASS: t/add-missing.tap 156 - [copy cfg-host] report installation of config.sub
+PASS: t/add-missing.tap 157 - [copy cfg-host] report installation of config.guess
+PASS: t/add-missing.tap 158 - [copy cfg-host] all and only expected files installed
+PASS: t/add-missing.tap 159 - [copy cfg-host] config.sub has not been symlinked
+PASS: t/add-missing.tap 160 - [copy cfg-host] config.guess has not been symlinked
+PASS: t/add-missing.tap 161 - [copy cfg-host] automake finds all added files
+PASS: t/add-missing.tap 162 - [link cfg-target] missing files, automake fails
+PASS: t/add-missing.tap 163 - [link cfg-target] warn about missing file config.sub
+PASS: t/add-missing.tap 164 - [link cfg-target] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 165 - [link cfg-target] warn about missing file config.guess
+PASS: t/add-missing.tap 166 - [link cfg-target] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 167 - [link cfg-target] no extra files installed
+PASS: t/add-missing.tap 168 - [link cfg-target] automake run successfully
+PASS: t/add-missing.tap 169 - [link cfg-target] file config.sub installed
+PASS: t/add-missing.tap 170 - [link cfg-target] file config.guess installed
+PASS: t/add-missing.tap 171 - [link cfg-target] report installation of config.sub
+PASS: t/add-missing.tap 172 - [link cfg-target] report installation of config.guess
+PASS: t/add-missing.tap 173 - [link cfg-target] all and only expected files installed
+PASS: t/add-missing.tap 174 - [link cfg-target] config.sub has been symlinked
+PASS: t/add-missing.tap 175 - [link cfg-target] config.guess has been symlinked
+PASS: t/add-missing.tap 176 - [link cfg-target] automake finds all added files
+PASS: t/add-missing.tap 177 - [copy cfg-target] missing files, automake fails
+PASS: t/add-missing.tap 178 - [copy cfg-target] warn about missing file config.sub
+PASS: t/add-missing.tap 179 - [copy cfg-target] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 180 - [copy cfg-target] warn about missing file config.guess
+PASS: t/add-missing.tap 181 - [copy cfg-target] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 182 - [copy cfg-target] no extra files installed
+PASS: t/add-missing.tap 183 - [copy cfg-target] automake run successfully
+PASS: t/add-missing.tap 184 - [copy cfg-target] file config.sub installed
+PASS: t/add-missing.tap 185 - [copy cfg-target] file config.guess installed
+PASS: t/add-missing.tap 186 - [copy cfg-target] report installation of config.sub
+PASS: t/add-missing.tap 187 - [copy cfg-target] report installation of config.guess
+PASS: t/add-missing.tap 188 - [copy cfg-target] all and only expected files installed
+PASS: t/add-missing.tap 189 - [copy cfg-target] config.sub has not been symlinked
+PASS: t/add-missing.tap 190 - [copy cfg-target] config.guess has not been symlinked
+PASS: t/add-missing.tap 191 - [copy cfg-target] automake finds all added files
+PASS: t/add-missing.tap 192 - [link cfg-system] missing files, automake fails
+PASS: t/add-missing.tap 193 - [link cfg-system] warn about missing file config.sub
+PASS: t/add-missing.tap 194 - [link cfg-system] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 195 - [link cfg-system] warn about missing file config.guess
+PASS: t/add-missing.tap 196 - [link cfg-system] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 197 - [link cfg-system] no extra files installed
+PASS: t/add-missing.tap 198 - [link cfg-system] automake run successfully
+PASS: t/add-missing.tap 199 - [link cfg-system] file config.sub installed
+PASS: t/add-missing.tap 200 - [link cfg-system] file config.guess installed
+PASS: t/add-missing.tap 201 - [link cfg-system] report installation of config.sub
+PASS: t/add-missing.tap 202 - [link cfg-system] report installation of config.guess
+PASS: t/add-missing.tap 203 - [link cfg-system] all and only expected files installed
+PASS: t/add-missing.tap 204 - [link cfg-system] config.sub has been symlinked
+PASS: t/add-missing.tap 205 - [link cfg-system] config.guess has been symlinked
+PASS: t/add-missing.tap 206 - [link cfg-system] automake finds all added files
+PASS: t/add-missing.tap 207 - [copy cfg-system] missing files, automake fails
+PASS: t/add-missing.tap 208 - [copy cfg-system] warn about missing file config.sub
+PASS: t/add-missing.tap 209 - [copy cfg-system] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 210 - [copy cfg-system] warn about missing file config.guess
+PASS: t/add-missing.tap 211 - [copy cfg-system] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 212 - [copy cfg-system] no extra files installed
+PASS: t/add-missing.tap 213 - [copy cfg-system] automake run successfully
+PASS: t/add-missing.tap 214 - [copy cfg-system] file config.sub installed
+PASS: t/add-missing.tap 215 - [copy cfg-system] file config.guess installed
+PASS: t/add-missing.tap 216 - [copy cfg-system] report installation of config.sub
+PASS: t/add-missing.tap 217 - [copy cfg-system] report installation of config.guess
+PASS: t/add-missing.tap 218 - [copy cfg-system] all and only expected files installed
+PASS: t/add-missing.tap 219 - [copy cfg-system] config.sub has not been symlinked
+PASS: t/add-missing.tap 220 - [copy cfg-system] config.guess has not been symlinked
+PASS: t/add-missing.tap 221 - [copy cfg-system] automake finds all added files
+PASS: t/add-missing.tap 222 - [link ylwrap/Lex] missing files, automake fails
+PASS: t/add-missing.tap 223 - [link ylwrap/Lex] warn about missing file ylwrap
+PASS: t/add-missing.tap 224 - [link ylwrap/Lex] suggest --add-missing for ylwrap
+PASS: t/add-missing.tap 225 - [link ylwrap/Lex] warn about missing file compile
+PASS: t/add-missing.tap 226 - [link ylwrap/Lex] suggest --add-missing for compile
+PASS: t/add-missing.tap 227 - [link ylwrap/Lex] no extra files installed
+PASS: t/add-missing.tap 228 - [link ylwrap/Lex] automake run successfully
+PASS: t/add-missing.tap 229 - [link ylwrap/Lex] file ylwrap installed
+PASS: t/add-missing.tap 230 - [link ylwrap/Lex] file compile installed
+PASS: t/add-missing.tap 231 - [link ylwrap/Lex] report installation of ylwrap
+PASS: t/add-missing.tap 232 - [link ylwrap/Lex] report installation of compile
+PASS: t/add-missing.tap 233 - [link ylwrap/Lex] all and only expected files installed
+PASS: t/add-missing.tap 234 - [link ylwrap/Lex] ylwrap has been symlinked
+PASS: t/add-missing.tap 235 - [link ylwrap/Lex] compile has been symlinked
+PASS: t/add-missing.tap 236 - [link ylwrap/Lex] automake finds all added files
+PASS: t/add-missing.tap 237 - [copy ylwrap/Lex] missing files, automake fails
+PASS: t/add-missing.tap 238 - [copy ylwrap/Lex] warn about missing file ylwrap
+PASS: t/add-missing.tap 239 - [copy ylwrap/Lex] suggest --add-missing for ylwrap
+PASS: t/add-missing.tap 240 - [copy ylwrap/Lex] warn about missing file compile
+PASS: t/add-missing.tap 241 - [copy ylwrap/Lex] suggest --add-missing for compile
+PASS: t/add-missing.tap 242 - [copy ylwrap/Lex] no extra files installed
+PASS: t/add-missing.tap 243 - [copy ylwrap/Lex] automake run successfully
+PASS: t/add-missing.tap 244 - [copy ylwrap/Lex] file ylwrap installed
+PASS: t/add-missing.tap 245 - [copy ylwrap/Lex] file compile installed
+PASS: t/add-missing.tap 246 - [copy ylwrap/Lex] report installation of ylwrap
+PASS: t/add-missing.tap 247 - [copy ylwrap/Lex] report installation of compile
+PASS: t/add-missing.tap 248 - [copy ylwrap/Lex] all and only expected files installed
+PASS: t/add-missing.tap 249 - [copy ylwrap/Lex] ylwrap has not been symlinked
+PASS: t/add-missing.tap 250 - [copy ylwrap/Lex] compile has not been symlinked
+PASS: t/add-missing.tap 251 - [copy ylwrap/Lex] automake finds all added files
+PASS: t/add-missing.tap 252 - [link ylwrap/Yacc] missing files, automake fails
+PASS: t/add-missing.tap 253 - [link ylwrap/Yacc] warn about missing file ylwrap
+PASS: t/add-missing.tap 254 - [link ylwrap/Yacc] suggest --add-missing for ylwrap
+PASS: t/add-missing.tap 255 - [link ylwrap/Yacc] warn about missing file compile
+PASS: t/add-missing.tap 256 - [link ylwrap/Yacc] suggest --add-missing for compile
+PASS: t/add-missing.tap 257 - [link ylwrap/Yacc] no extra files installed
+PASS: t/add-missing.tap 258 - [link ylwrap/Yacc] automake run successfully
+PASS: t/add-missing.tap 259 - [link ylwrap/Yacc] file ylwrap installed
+PASS: t/add-missing.tap 260 - [link ylwrap/Yacc] file compile installed
+PASS: t/add-missing.tap 261 - [link ylwrap/Yacc] report installation of ylwrap
+PASS: t/add-missing.tap 262 - [link ylwrap/Yacc] report installation of compile
+PASS: t/add-missing.tap 263 - [link ylwrap/Yacc] all and only expected files installed
+PASS: t/add-missing.tap 264 - [link ylwrap/Yacc] ylwrap has been symlinked
+PASS: t/add-missing.tap 265 - [link ylwrap/Yacc] compile has been symlinked
+PASS: t/add-missing.tap 266 - [link ylwrap/Yacc] automake finds all added files
+PASS: t/add-missing.tap 267 - [copy ylwrap/Yacc] missing files, automake fails
+PASS: t/add-missing.tap 268 - [copy ylwrap/Yacc] warn about missing file ylwrap
+PASS: t/add-missing.tap 269 - [copy ylwrap/Yacc] suggest --add-missing for ylwrap
+PASS: t/add-missing.tap 270 - [copy ylwrap/Yacc] warn about missing file compile
+PASS: t/add-missing.tap 271 - [copy ylwrap/Yacc] suggest --add-missing for compile
+PASS: t/add-missing.tap 272 - [copy ylwrap/Yacc] no extra files installed
+PASS: t/add-missing.tap 273 - [copy ylwrap/Yacc] automake run successfully
+PASS: t/add-missing.tap 274 - [copy ylwrap/Yacc] file ylwrap installed
+PASS: t/add-missing.tap 275 - [copy ylwrap/Yacc] file compile installed
+PASS: t/add-missing.tap 276 - [copy ylwrap/Yacc] report installation of ylwrap
+PASS: t/add-missing.tap 277 - [copy ylwrap/Yacc] report installation of compile
+PASS: t/add-missing.tap 278 - [copy ylwrap/Yacc] all and only expected files installed
+PASS: t/add-missing.tap 279 - [copy ylwrap/Yacc] ylwrap has not been symlinked
+PASS: t/add-missing.tap 280 - [copy ylwrap/Yacc] compile has not been symlinked
+PASS: t/add-missing.tap 281 - [copy ylwrap/Yacc] automake finds all added files
+PASS: t/add-missing.tap 282 - [link Texinfo] missing files, automake fails
+PASS: t/add-missing.tap 283 - [link Texinfo] warn about missing file texinfo.tex
+PASS: t/add-missing.tap 284 - [link Texinfo] suggest --add-missing for texinfo.tex
+PASS: t/add-missing.tap 285 - [link Texinfo] no extra files installed
+PASS: t/add-missing.tap 286 - [link Texinfo] automake run successfully
+PASS: t/add-missing.tap 287 - [link Texinfo] file texinfo.tex installed
+PASS: t/add-missing.tap 288 - [link Texinfo] report installation of texinfo.tex
+PASS: t/add-missing.tap 289 - [link Texinfo] all and only expected files installed
+PASS: t/add-missing.tap 290 - [link Texinfo] texinfo.tex has been symlinked
+PASS: t/add-missing.tap 291 - [link Texinfo] automake finds all added files
+PASS: t/add-missing.tap 292 - [copy Texinfo] missing files, automake fails
+PASS: t/add-missing.tap 293 - [copy Texinfo] warn about missing file texinfo.tex
+PASS: t/add-missing.tap 294 - [copy Texinfo] suggest --add-missing for texinfo.tex
+PASS: t/add-missing.tap 295 - [copy Texinfo] no extra files installed
+PASS: t/add-missing.tap 296 - [copy Texinfo] automake run successfully
+PASS: t/add-missing.tap 297 - [copy Texinfo] file texinfo.tex installed
+PASS: t/add-missing.tap 298 - [copy Texinfo] report installation of texinfo.tex
+PASS: t/add-missing.tap 299 - [copy Texinfo] all and only expected files installed
+PASS: t/add-missing.tap 300 - [copy Texinfo] texinfo.tex has not been symlinked
+PASS: t/add-missing.tap 301 - [copy Texinfo] automake finds all added files
+PASS: t/add-missing.tap 302 - [link Texinfo/mdate-sh] missing files, automake fails
+PASS: t/add-missing.tap 303 - [link Texinfo/mdate-sh] warn about missing file mdate-sh
+PASS: t/add-missing.tap 304 - [link Texinfo/mdate-sh] suggest --add-missing for mdate-sh
+PASS: t/add-missing.tap 305 - [link Texinfo/mdate-sh] warn about missing file texinfo.tex
+PASS: t/add-missing.tap 306 - [link Texinfo/mdate-sh] suggest --add-missing for texinfo.tex
+PASS: t/add-missing.tap 307 - [link Texinfo/mdate-sh] no extra files installed
+PASS: t/add-missing.tap 308 - [link Texinfo/mdate-sh] automake run successfully
+PASS: t/add-missing.tap 309 - [link Texinfo/mdate-sh] file mdate-sh installed
+PASS: t/add-missing.tap 310 - [link Texinfo/mdate-sh] file texinfo.tex installed
+PASS: t/add-missing.tap 311 - [link Texinfo/mdate-sh] report installation of mdate-sh
+PASS: t/add-missing.tap 312 - [link Texinfo/mdate-sh] report installation of texinfo.tex
+PASS: t/add-missing.tap 313 - [link Texinfo/mdate-sh] all and only expected files installed
+PASS: t/add-missing.tap 314 - [link Texinfo/mdate-sh] mdate-sh has been symlinked
+PASS: t/add-missing.tap 315 - [link Texinfo/mdate-sh] texinfo.tex has been symlinked
+PASS: t/add-missing.tap 316 - [link Texinfo/mdate-sh] automake finds all added files
+PASS: t/add-missing.tap 317 - [copy Texinfo/mdate-sh] missing files, automake fails
+PASS: t/add-missing.tap 318 - [copy Texinfo/mdate-sh] warn about missing file mdate-sh
+PASS: t/add-missing.tap 319 - [copy Texinfo/mdate-sh] suggest --add-missing for mdate-sh
+PASS: t/add-missing.tap 320 - [copy Texinfo/mdate-sh] warn about missing file texinfo.tex
+PASS: t/add-missing.tap 321 - [copy Texinfo/mdate-sh] suggest --add-missing for texinfo.tex
+PASS: t/add-missing.tap 322 - [copy Texinfo/mdate-sh] no extra files installed
+PASS: t/add-missing.tap 323 - [copy Texinfo/mdate-sh] automake run successfully
+PASS: t/add-missing.tap 324 - [copy Texinfo/mdate-sh] file mdate-sh installed
+PASS: t/add-missing.tap 325 - [copy Texinfo/mdate-sh] file texinfo.tex installed
+PASS: t/add-missing.tap 326 - [copy Texinfo/mdate-sh] report installation of mdate-sh
+PASS: t/add-missing.tap 327 - [copy Texinfo/mdate-sh] report installation of texinfo.tex
+PASS: t/add-missing.tap 328 - [copy Texinfo/mdate-sh] all and only expected files installed
+PASS: t/add-missing.tap 329 - [copy Texinfo/mdate-sh] mdate-sh has not been symlinked
+PASS: t/add-missing.tap 330 - [copy Texinfo/mdate-sh] texinfo.tex has not been symlinked
+PASS: t/add-missing.tap 331 - [copy Texinfo/mdate-sh] automake finds all added files
+PASS: t/add-missing.tap 332 - [link py-compile] missing files, automake fails
+PASS: t/add-missing.tap 333 - [link py-compile] warn about missing file py-compile
+PASS: t/add-missing.tap 334 - [link py-compile] suggest --add-missing for py-compile
+PASS: t/add-missing.tap 335 - [link py-compile] no extra files installed
+PASS: t/add-missing.tap 336 - [link py-compile] automake run successfully
+PASS: t/add-missing.tap 337 - [link py-compile] file py-compile installed
+PASS: t/add-missing.tap 338 - [link py-compile] report installation of py-compile
+PASS: t/add-missing.tap 339 - [link py-compile] all and only expected files installed
+PASS: t/add-missing.tap 340 - [link py-compile] py-compile has been symlinked
+PASS: t/add-missing.tap 341 - [link py-compile] automake finds all added files
+PASS: t/add-missing.tap 342 - [copy py-compile] missing files, automake fails
+PASS: t/add-missing.tap 343 - [copy py-compile] warn about missing file py-compile
+PASS: t/add-missing.tap 344 - [copy py-compile] suggest --add-missing for py-compile
+PASS: t/add-missing.tap 345 - [copy py-compile] no extra files installed
+PASS: t/add-missing.tap 346 - [copy py-compile] automake run successfully
+PASS: t/add-missing.tap 347 - [copy py-compile] file py-compile installed
+PASS: t/add-missing.tap 348 - [copy py-compile] report installation of py-compile
+PASS: t/add-missing.tap 349 - [copy py-compile] all and only expected files installed
+PASS: t/add-missing.tap 350 - [copy py-compile] py-compile has not been symlinked
+PASS: t/add-missing.tap 351 - [copy py-compile] automake finds all added files
+PASS: t/add-missing.tap 352 - [link misc] missing files, automake fails
+PASS: t/add-missing.tap 353 - [link misc] warn about missing file py-compile
+PASS: t/add-missing.tap 354 - [link misc] suggest --add-missing for py-compile
+PASS: t/add-missing.tap 355 - [link misc] warn about missing file depcomp
+PASS: t/add-missing.tap 356 - [link misc] suggest --add-missing for depcomp
+PASS: t/add-missing.tap 357 - [link misc] warn about missing file ylwrap
+PASS: t/add-missing.tap 358 - [link misc] suggest --add-missing for ylwrap
+PASS: t/add-missing.tap 359 - [link misc] warn about missing file config.sub
+PASS: t/add-missing.tap 360 - [link misc] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 361 - [link misc] warn about missing file config.guess
+PASS: t/add-missing.tap 362 - [link misc] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 363 - [link misc] no extra files installed
+PASS: t/add-missing.tap 364 - [link misc] automake run successfully
+PASS: t/add-missing.tap 365 - [link misc] file py-compile installed
+PASS: t/add-missing.tap 366 - [link misc] file depcomp installed
+PASS: t/add-missing.tap 367 - [link misc] file ylwrap installed
+PASS: t/add-missing.tap 368 - [link misc] file config.sub installed
+PASS: t/add-missing.tap 369 - [link misc] file config.guess installed
+PASS: t/add-missing.tap 370 - [link misc] report installation of py-compile
+PASS: t/add-missing.tap 371 - [link misc] report installation of depcomp
+PASS: t/add-missing.tap 372 - [link misc] report installation of ylwrap
+PASS: t/add-missing.tap 373 - [link misc] report installation of config.sub
+PASS: t/add-missing.tap 374 - [link misc] report installation of config.guess
+PASS: t/add-missing.tap 375 - [link misc] all and only expected files installed
+PASS: t/add-missing.tap 376 - [link misc] py-compile has been symlinked
+PASS: t/add-missing.tap 377 - [link misc] depcomp has been symlinked
+PASS: t/add-missing.tap 378 - [link misc] ylwrap has been symlinked
+PASS: t/add-missing.tap 379 - [link misc] config.sub has been symlinked
+PASS: t/add-missing.tap 380 - [link misc] config.guess has been symlinked
+PASS: t/add-missing.tap 381 - [link misc] automake finds all added files
+PASS: t/add-missing.tap 382 - [copy misc] missing files, automake fails
+PASS: t/add-missing.tap 383 - [copy misc] warn about missing file py-compile
+PASS: t/add-missing.tap 384 - [copy misc] suggest --add-missing for py-compile
+PASS: t/add-missing.tap 385 - [copy misc] warn about missing file depcomp
+PASS: t/add-missing.tap 386 - [copy misc] suggest --add-missing for depcomp
+PASS: t/add-missing.tap 387 - [copy misc] warn about missing file ylwrap
+PASS: t/add-missing.tap 388 - [copy misc] suggest --add-missing for ylwrap
+PASS: t/add-missing.tap 389 - [copy misc] warn about missing file config.sub
+PASS: t/add-missing.tap 390 - [copy misc] suggest --add-missing for config.sub
+PASS: t/add-missing.tap 391 - [copy misc] warn about missing file config.guess
+PASS: t/add-missing.tap 392 - [copy misc] suggest --add-missing for config.guess
+PASS: t/add-missing.tap 393 - [copy misc] no extra files installed
+PASS: t/add-missing.tap 394 - [copy misc] automake run successfully
+PASS: t/add-missing.tap 395 - [copy misc] file py-compile installed
+PASS: t/add-missing.tap 396 - [copy misc] file depcomp installed
+PASS: t/add-missing.tap 397 - [copy misc] file ylwrap installed
+PASS: t/add-missing.tap 398 - [copy misc] file config.sub installed
+PASS: t/add-missing.tap 399 - [copy misc] file config.guess installed
+PASS: t/add-missing.tap 400 - [copy misc] report installation of py-compile
+PASS: t/add-missing.tap 401 - [copy misc] report installation of depcomp
+PASS: t/add-missing.tap 402 - [copy misc] report installation of ylwrap
+PASS: t/add-missing.tap 403 - [copy misc] report installation of config.sub
+PASS: t/add-missing.tap 404 - [copy misc] report installation of config.guess
+PASS: t/add-missing.tap 405 - [copy misc] all and only expected files installed
+PASS: t/add-missing.tap 406 - [copy misc] py-compile has not been symlinked
+PASS: t/add-missing.tap 407 - [copy misc] depcomp has not been symlinked
+PASS: t/add-missing.tap 408 - [copy misc] ylwrap has not been symlinked
+PASS: t/add-missing.tap 409 - [copy misc] config.sub has not been symlinked
+PASS: t/add-missing.tap 410 - [copy misc] config.guess has not been symlinked
+PASS: t/add-missing.tap 411 - [copy misc] automake finds all added files
+PASS: t/add-missing-multiple.sh
+XFAIL: t/all.sh
+PASS: t/all2.sh
+PASS: t/alloca.sh
+PASS: t/alloca2.sh
+PASS: t/alpha.sh
+PASS: t/alpha2.sh
+PASS: t/amhello-cflags.sh
+amhello-cross-compile: skipped test: required program 'i586-mingw32msvc-gcc' not available
+SKIP: t/amhello-cross-compile.sh
+PASS: t/amhello-binpkg.sh
+PASS: t/aminit-moreargs-deprecation.sh
+PASS: t/aminit-trailing-dnl-comment-pr16841.sh
+PASS: t/amassign.sh
+PASS: t/am-config-header.sh
+PASS: t/am-prog-cc-stdc.sh
+PASS: t/am-prog-cc-c-o.sh
+PASS: t/am-macro-not-found.sh
+PASS: t/amopt.sh
+PASS: t/amopts-location.sh
+PASS: t/amopts-variable-expansion.sh
+PASS: t/amsubst.sh
+PASS: t/am-default-source-ext.sh
+PASS: t/am-include-only-one-generated-fragment.sh
+PASS: t/ansi2knr-no-more.sh
+PASS: t/ar-lib.sh
+PASS: t/ar-lib2.sh
+PASS: t/ar-lib3.sh
+PASS: t/libtool-macros.sh
+PASS: t/ar-lib4.sh
+ar-lib5a: skipped test: Microsoft 'lib' utility not available
+SKIP: t/ar-lib5a.sh
+PASS: t/ar-lib5b.sh
+PASS: t/ar-lib6a.sh
+PASS: t/ar-lib6b.sh
+PASS: t/ar-lib7.sh
+PASS: t/ar.sh
+PASS: t/ar2.sh
+PASS: t/ar3.sh
+PASS: t/ar4.sh
+PASS: t/ar5.sh
+PASS: t/asm.sh
+PASS: t/asm2.sh
+PASS: t/asm3.sh
+PASS: t/autodist.sh
+PASS: t/autodist-subdir.sh
+PASS: t/autodist-acconfig.sh
+PASS: t/autodist-acconfig-no-subdir.sh
+PASS: t/autodist-aclocal-m4.sh
+PASS: t/autodist-config-headers.sh
+PASS: t/autodist-configure-no-subdir.sh
+PASS: t/autodist-no-duplicate.sh
+PASS: t/autodist-stamp-vti.sh
+PASS: t/autohdr.sh
+PASS: t/autohdr3.sh
+PASS: t/autohdr4.sh
+PASS: t/autohdr-subdir-pr12495.sh
+PASS: t/autohdrdry.sh
+PASS: t/automake-cmdline.tap 1 - invalid long option (run)
+PASS: t/automake-cmdline.tap 2 - invalid long option (stderr)
+PASS: t/automake-cmdline.tap 3 - list of options terminated by '--' (run)
+PASS: t/automake-cmdline.tap 4 - list of options terminated by '--' (stderr)
+PASS: t/automake-cmdline.tap 5 - empty argument (run)
+PASS: t/automake-cmdline.tap 6 - empty argument (stderr)
+PASS: t/automake-cmdline.tap 7 - missing argument for long option (run)
+PASS: t/automake-cmdline.tap 8 - missing argument for long option (stderr)
+PASS: t/automake-cmdline.tap 9 - missing argument for short option (run)
+PASS: t/automake-cmdline.tap 10 - missing argument for short option (stderr)
+PASS: t/automake-cmdline.tap 11 - '--help' as option argument (run)
+PASS: t/automake-cmdline.tap 12 - '--help' as option argument (stderr)
+PASS: t/automake-cmdline.tap 13 - '--help' as option argument (run)
+PASS: t/automake-cmdline.tap 14 - '--help' as option argument (stderr)
+PASS: t/automake-cmdline.tap 15 - ambiguous incomplete option (run)
+PASS: t/automake-cmdline.tap 16 - ambiguous incomplete option (stderr)
+PASS: t/automake-cmdline.tap 17 - unambiguous incomplete long option
+PASS: t/auxdir.sh
+PASS: t/auxdir6.sh
+PASS: t/auxdir7.sh
+PASS: t/auxdir8.sh
+PASS: t/auxdir-autodetect.sh
+PASS: t/auxdir-computed.tap 1 - aclocal
+XFAIL: t/auxdir-computed.tap 2 - automake -a # TODO long-standing limitation
+XFAIL: t/auxdir-computed.tap 3 - automake # TODO long-standing limitation
+PASS: t/auxdir-misplaced.sh
+PASS: t/auxdir-nonexistent.sh
+XFAIL: t/auxdir-pr19311.sh
+PASS: t/auxdir-unportable.tap 1 - automake exited 1
+PASS: t/auxdir-unportable.tap 2 - warn about non-existent unportable auxdir name
+PASS: t/auxdir-unportable.tap 3 - automake exited 1
+PASS: t/auxdir-unportable.tap 4 - warn about existent unportable auxdir name
+PASS: t/backcompat.sh
+PASS: t/backcompat2.sh
+PASS: t/backcompat3.sh
+PASS: t/backcompat6.sh
+PASS: t/backcompat-acout.sh
+PASS: t/backslash-issues.sh
+PASS: t/backslash-before-trailing-whitespace.sh
+PASS: t/badline.sh
+PASS: t/badopt.sh
+PASS: t/badprog.sh
+PASS: t/built-sources-check.sh
+PASS: t/built-sources-cond.sh
+PASS: t/built-sources-fork-bomb.sh
+PASS: t/built-sources-install.sh
+PASS: t/built-sources-subdir.sh
+PASS: t/built-sources.sh
+PASS: t/candist.sh
+PASS: t/canon.sh
+PASS: t/canon2.sh
+PASS: t/canon3.sh
+PASS: t/canon4.sh
+PASS: t/canon5.sh
+PASS: t/canon6.sh
+PASS: t/canon7.sh
+PASS: t/canon8.sh
+PASS: t/canon-name.sh
+PASS: t/ccnoco.sh
+PASS: t/ccnoco-lib.sh
+PASS: t/ccnoco-lt.sh
+PASS: t/ccnoco3.sh
+PASS: t/ccnoco4.sh
+PASS: t/ccnoco-deps.sh
+PASS: t/check.sh
+PASS: t/check2.sh
+PASS: t/check4.sh
+PASS: t/check5.sh
+PASS: t/check6.sh
+PASS: t/check7.sh
+PASS: t/check8.sh
+PASS: t/check10.sh
+PASS: t/check11.sh
+PASS: t/check12.sh
+PASS: t/check-subst.sh
+PASS: t/check-subst-prog.sh
+PASS: t/check-exported-srcdir.sh
+PASS: t/check-fd-redirect.sh
+PASS: t/check-tests-in-builddir.sh
+PASS: t/check-no-test-driver.sh
+PASS: t/check-concurrency-bug9245.sh
+PASS: t/checkall.sh
+PASS: t/clean.sh
+PASS: t/colneq.sh
+PASS: t/colneq2.sh
+PASS: t/colneq3.sh
+PASS: t/colon.sh
+PASS: t/colon2.sh
+PASS: t/colon3.sh
+PASS: t/colon4.sh
+PASS: t/colon5.sh
+PASS: t/colon6.sh
+PASS: t/colon7.sh
+PASS: t/color-tests.sh
+PASS: t/color-tests2.sh
+PASS: t/color-tests-opt.sh
+PASS: t/comment.sh
+PASS: t/comment2.sh
+PASS: t/comment3.sh
+PASS: t/comment4.sh
+PASS: t/comment5.sh
+PASS: t/comment6.sh
+PASS: t/comment7.sh
+PASS: t/comment8.sh
+PASS: t/comment9.sh
+PASS: t/commen10.sh
+PASS: t/commen11.sh
+PASS: t/comment-block.sh
+PASS: t/comments-in-var-def.sh
+PASS: t/compile.sh
+PASS: t/compile2.sh
+PASS: t/compile3.sh
+compile4: skipped test: Microsoft C compiler 'cl' not available
+SKIP: t/compile4.sh
+compile5: skipped test: target OS is not MinGW
+SKIP: t/compile5.sh
+PASS: t/compile6.sh
+PASS: t/compile_f90_c_cxx.sh
+PASS: t/compile_f_c_cxx.sh
+PASS: t/cond-basic.sh
+PASS: t/cond.sh
+PASS: t/cond3.sh
+PASS: t/cond4.sh
+PASS: t/cond5.sh
+PASS: t/cond6.sh
+PASS: t/cond7.sh
+PASS: t/cond8.sh
+PASS: t/cond9.sh
+PASS: t/cond10.sh
+PASS: t/cond11.sh
+PASS: t/cond13.sh
+PASS: t/cond14.sh
+PASS: t/cond15.sh
+PASS: t/cond16.sh
+XFAIL: t/cond17.sh
+PASS: t/cond18.sh
+PASS: t/cond19.sh
+PASS: t/cond20.sh
+PASS: t/cond21.sh
+PASS: t/cond22.sh
+PASS: t/cond23.sh
+PASS: t/cond24.sh
+PASS: t/cond25.sh
+PASS: t/cond26.sh
+PASS: t/cond27.sh
+PASS: t/cond28.sh
+PASS: t/cond30.sh
+PASS: t/cond31.sh
+PASS: t/cond32.sh
+PASS: t/cond33.sh
+PASS: t/cond34.sh
+PASS: t/cond35.sh
+PASS: t/cond36.sh
+PASS: t/cond37.sh
+PASS: t/cond38.sh
+PASS: t/cond39.sh
+PASS: t/cond40.sh
+PASS: t/cond41.sh
+PASS: t/cond42.sh
+PASS: t/cond43.sh
+PASS: t/cond44.sh
+PASS: t/cond45.sh
+PASS: t/cond46.sh
+PASS: t/condd.sh
+PASS: t/condhook.sh
+PASS: t/condhook2.sh
+PASS: t/condinc.sh
+PASS: t/condinc2.sh
+PASS: t/condlib.sh
+PASS: t/condman2.sh
+PASS: t/condman3.sh
+PASS: t/configure.sh
+PASS: t/confdeps.sh
+PASS: t/conff.sh
+PASS: t/conff2.sh
+PASS: t/conffile-leading-dot.sh
+PASS: t/confh.sh
+PASS: t/confh4.sh
+PASS: t/confh5.sh
+PASS: t/confh6.sh
+PASS: t/confh7.sh
+PASS: t/confh8.sh
+PASS: t/confh-subdir-clean.sh
+PASS: t/confincl.sh
+PASS: t/conflnk.sh
+PASS: t/conflnk2.sh
+PASS: t/conflnk3.sh
+PASS: t/conflnk4.sh
+PASS: t/confsub.sh
+PASS: t/confvar.sh
+PASS: t/confvar2.sh
+PASS: t/copy.sh
+PASS: t/cscope.tap 1 - [relative VPATH] configure
+PASS: t/cscope.tap 2 - [relative VPATH] make -n cscope
+SKIP: t/cscope.tap 3 # SKIP no proper cscope program available
+SKIP: t/cscope.tap 4 # SKIP no proper cscope program available
+SKIP: t/cscope.tap 5 # SKIP no proper cscope program available
+PASS: t/cscope.tap 6 - [relative VPATH] make distcheck
+PASS: t/cscope.tap 7 - [absolute VPATH] configure
+PASS: t/cscope.tap 8 - [absolute VPATH] make -n cscope
+SKIP: t/cscope.tap 9 # SKIP no proper cscope program available
+SKIP: t/cscope.tap 10 # SKIP no proper cscope program available
+SKIP: t/cscope.tap 11 # SKIP no proper cscope program available
+PASS: t/cscope.tap 12 - [absolute VPATH] make distcheck
+PASS: t/cscope.tap 13 - [in-tree build] configure
+PASS: t/cscope.tap 14 - [in-tree build] make -n cscope
+SKIP: t/cscope.tap 15 # SKIP no proper cscope program available
+SKIP: t/cscope.tap 16 # SKIP no proper cscope program available
+SKIP: t/cscope.tap 17 # SKIP no proper cscope program available
+PASS: t/cscope.tap 18 - [in-tree build] make distcheck
+PASS: t/cscope2.sh
+cscope3: skipped test: required program 'cscope' not available
+SKIP: t/cscope3.sh
+PASS: t/c-demo.sh
+PASS: t/cxx.sh
+PASS: t/cxx2.sh
+PASS: t/cxxcpp.sh
+PASS: t/cxx-demo.sh
+PASS: t/cxx-lt-demo.sh
+PASS: t/cxxlibobj.sh
+PASS: t/cxxlink.sh
+PASS: t/cxxnoc.sh
+PASS: t/cygnus-no-more.sh
+PASS: t/cygwin32.sh
+PASS: t/dash.sh
+PASS: t/defun.sh
+PASS: t/defun2.sh
+PASS: t/dejagnu.sh
+PASS: t/dejagnu2.sh
+PASS: t/dejagnu3.sh
+PASS: t/dejagnu4.sh
+PASS: t/dejagnu5.sh
+PASS: t/dejagnu6.sh
+PASS: t/dejagnu7.sh
+PASS: t/dejagnu-absolute-builddir.sh
+PASS: t/dejagnu-relative-srcdir.sh
+PASS: t/dejagnu-siteexp-extend.sh
+PASS: t/dejagnu-siteexp-append.sh
+PASS: t/dejagnu-siteexp-useredit.sh
+PASS: t/deleted-am.sh
+PASS: t/deleted-m4.sh
+PASS: t/depacl2.sh
+PASS: t/depcomp.sh
+PASS: t/depcomp2.sh
+PASS: t/depcomp8a.sh
+PASS: t/depcomp8b.sh
+PASS: t/depcomp-implicit-auxdir.sh
+PASS: t/depdist.sh
+PASS: t/depend.sh
+PASS: t/depend3.sh
+PASS: t/depend4.sh
+PASS: t/depend5.sh
+PASS: t/depend6.sh
+PASS: t/deprecated-acinit.sh
+PASS: t/destdir.sh
+PASS: t/dir-named-obj-is-bad.sh
+PASS: t/discover.sh
+PASS: t/dist-formats.tap 1 - default [automake]
+PASS: t/dist-formats.tap 2 - default [autoconf]
+PASS: t/dist-formats.tap 3 - default [configure]
+PASS: t/dist-formats.tap 4 - default [make distcheck]
+PASS: t/dist-formats.tap 5 - 'make dist' only builds *.tar.gz by default
+PASS: t/dist-formats.tap 6 - 'dist-gzip' target always created
+PASS: t/dist-formats.tap 7 - 'make dist-gzip' work by default
+PASS: t/dist-formats.tap 8 - 'dist-lzip' target always created
+SKIP: t/dist-formats.tap 9 - 'make dist-lzip' work by default # SKIP 'lzip' not available
+PASS: t/dist-formats.tap 10 - 'dist-xz' target always created
+PASS: t/dist-formats.tap 11 - 'make dist-xz' work by default
+PASS: t/dist-formats.tap 12 - 'dist-bzip2' target always created
+PASS: t/dist-formats.tap 13 - 'make dist-bzip2' work by default
+PASS: t/dist-formats.tap 14 - 'dist-zip' target always created
+PASS: t/dist-formats.tap 15 - 'make dist-zip' work by default
+PASS: t/dist-formats.tap 16 - no-dist-gzip (am) without other formats is an error
+PASS: t/dist-formats.tap 17 - no-dist-gzip (am) without other formats gives diagnostic
+PASS: t/dist-formats.tap 18 - no-dist-gzip (ac) without other formats is an error
+PASS: t/dist-formats.tap 19 - no-dist-gzip (ac) without other formats gives diagnostic
+PASS: t/dist-formats.tap 20 - am=dist-bzip2,no-dist-gzip [automake]
+PASS: t/dist-formats.tap 21 - am=dist-bzip2,no-dist-gzip [autoconf]
+PASS: t/dist-formats.tap 22 - am=dist-bzip2,no-dist-gzip [configure]
+PASS: t/dist-formats.tap 23 - am=dist-bzip2,no-dist-gzip [ark-name]
+PASS: t/dist-formats.tap 24 - am=dist-bzip2,no-dist-gzip [distcheck]
+PASS: t/dist-formats.tap 25 - am=dist-bzip2,no-dist-gzip [ark-exists]
+PASS: t/dist-formats.tap 26 - am=dist-bzip2,no-dist-gzip [no .tar.gz]
+PASS: t/dist-formats.tap 27 - am=dist-xz ac=no-dist-gzip [automake]
+PASS: t/dist-formats.tap 28 - am=dist-xz ac=no-dist-gzip [autoconf]
+PASS: t/dist-formats.tap 29 - am=dist-xz ac=no-dist-gzip [configure]
+PASS: t/dist-formats.tap 30 - am=dist-xz ac=no-dist-gzip [ark-name]
+PASS: t/dist-formats.tap 31 - am=dist-xz ac=no-dist-gzip [distcheck]
+PASS: t/dist-formats.tap 32 - am=dist-xz ac=no-dist-gzip [ark-exists]
+PASS: t/dist-formats.tap 33 - am=dist-xz ac=no-dist-gzip [no .tar.gz]
+PASS: t/dist-formats.tap 34 - am=no-dist-gzip ac=dist-lzip [automake]
+PASS: t/dist-formats.tap 35 - am=no-dist-gzip ac=dist-lzip [autoconf]
+PASS: t/dist-formats.tap 36 - am=no-dist-gzip ac=dist-lzip [configure]
+PASS: t/dist-formats.tap 37 - am=no-dist-gzip ac=dist-lzip [ark-name]
+SKIP: t/dist-formats.tap 38 - am=no-dist-gzip ac=dist-lzip [distcheck] # SKIP 'lzip' not available
+SKIP: t/dist-formats.tap 39 - am=no-dist-gzip ac=dist-lzip [ark-exists] # SKIP 'lzip' not available
+PASS: t/dist-formats.tap 40 - am=no-dist-gzip ac=dist-lzip [no .tar.gz]
+PASS: t/dist-formats.tap 41 - ac=dist-zip,no-dist-gzip [automake]
+PASS: t/dist-formats.tap 42 - ac=dist-zip,no-dist-gzip [autoconf]
+PASS: t/dist-formats.tap 43 - ac=dist-zip,no-dist-gzip [configure]
+PASS: t/dist-formats.tap 44 - ac=dist-zip,no-dist-gzip [ark-name]
+PASS: t/dist-formats.tap 45 - ac=dist-zip,no-dist-gzip [distcheck]
+PASS: t/dist-formats.tap 46 - ac=dist-zip,no-dist-gzip [ark-exists]
+PASS: t/dist-formats.tap 47 - ac=dist-zip,no-dist-gzip [no .tar.gz]
+PASS: t/dist-formats.tap 48 - dist-gzip persistence [automake]
+PASS: t/dist-formats.tap 49 - dist-gzip persistence [autoconf]
+PASS: t/dist-formats.tap 50 - dist-gzip persistence [configure]
+PASS: t/dist-formats.tap 51 - 'dist-gzip' target always created
+PASS: t/dist-formats.tap 52 - 'make dist-gzip' work by default
+PASS: t/dist-formats.tap 53 - gzip+bzip2+xz [automake]
+PASS: t/dist-formats.tap 54 - gzip+bzip2+xz [autoconf]
+PASS: t/dist-formats.tap 55 - gzip+bzip2+xz [configure]
+PASS: t/dist-formats.tap 56 - gzip+bzip2+xz [make -j4 dist-all]
+PASS: t/dist-formats.tap 57 - gzip+bzip2+xz [check .tar.gz tarball]
+PASS: t/dist-formats.tap 58 - gzip+bzip2+xz [check .tar.bz2 tarball]
+PASS: t/dist-formats.tap 59 - gzip+bzip2+xz [check .tar.xz tarball]
+PASS: t/dist-formats.tap 60 - all compressors together [aclocal]
+PASS: t/dist-formats.tap 61 - all compressors together [automake]
+PASS: t/dist-formats.tap 62 - all compressors together [autoconf]
+PASS: t/dist-formats.tap 63 - all compressors together [configure]
+SKIP: t/dist-formats.tap 64 - all compressors together [make distcheck, real] # SKIP not all compressors available
+PASS: t/dist-formats.tap 65 - all compressors together ['make dist-all', stubbed]
+PASS: t/dist-formats.tap 66 - all compressors together ['make dist -j4', stubbed]
+PASS: t/dist-lzma.sh
+PASS: t/dist-tarZ.sh
+dist-shar: skipped test: required program 'shar' not available
+SKIP: t/dist-shar.sh
+PASS: t/dist-auxdir-many-subdirs.sh
+PASS: t/dist-auxfile-2.sh
+PASS: t/dist-auxfile.sh
+PASS: t/dist-included-parent-dir.sh
+PASS: t/dist-missing-am.sh
+PASS: t/dist-missing-included-m4.sh
+PASS: t/dist-missing-m4.sh
+PASS: t/dist-readonly.sh
+PASS: t/dist-repeated.sh
+XFAIL: t/dist-pr109765.sh
+PASS: t/distcleancheck.sh
+PASS: t/distcom2.sh
+PASS: t/distcom3.sh
+PASS: t/distcom4.sh
+PASS: t/distcom5.sh
+PASS: t/distcom-subdir.sh
+PASS: t/distdir.sh
+PASS: t/disthook.sh
+PASS: t/distlinks.sh
+PASS: t/distlinksbrk.sh
+PASS: t/distname.sh
+PASS: t/distcheck-configure-flags.sh
+PASS: t/distcheck-configure-flags-am.sh
+PASS: t/distcheck-configure-flags-subpkg.sh
+PASS: t/distcheck-hook.sh
+PASS: t/distcheck-hook2.sh
+PASS: t/distcheck-writable-srcdir.sh
+PASS: t/distcheck-missing-m4.sh
+PASS: t/distcheck-outdated-m4.sh
+PASS: t/distcheck-no-prefix-or-srcdir-override.sh
+distcheck-override-infodir: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/distcheck-override-infodir.sh
+PASS: t/distcheck-pr9579.sh
+distcheck-pr10470: skipped test: system is able to remove "in use" directories
+SKIP: t/distcheck-pr10470.sh
+PASS: t/distcheck-pr18286.sh
+PASS: t/dmalloc.sh
+PASS: t/doc-parsing-buglets-colneq-subst.sh
+PASS: t/doc-parsing-buglets-tabs.sh
+PASS: t/dollar.sh
+PASS: t/dollarvar.sh
+PASS: t/dollarvar2.sh
+PASS: t/double.sh
+PASS: t/dup2.sh
+PASS: t/else.sh
+PASS: t/empty-data-primary.sh
+PASS: t/empty-sources-primary.tap 1 - aclocal
+PASS: t/empty-sources-primary.tap 2 - automake
+PASS: t/empty-sources-primary.tap 3 - default _SOURCES
+PASS: t/empty-sources-primary.tap 4 - empty _SOURCES (basic)
+PASS: t/empty-sources-primary.tap 5 - empty _SOURCES (elaborate)
+PASS: t/exdir.sh
+PASS: t/exdir2.sh
+PASS: t/exdir3.sh
+PASS: t/exeext.sh
+PASS: t/exeext2.sh
+PASS: t/exeext3.sh
+PASS: t/exeext4.sh
+PASS: t/extra-sources.sh
+PASS: t/ext.sh
+PASS: t/ext2.sh
+PASS: t/ext3.sh
+PASS: t/extra.sh
+PASS: t/extra-sources-no-spurious.sh
+PASS: t/extra-data.sh
+PASS: t/extra-dist-vpath-dir.sh
+PASS: t/extra-dist-dirs-and-subdirs.sh
+PASS: t/extra-dist-vpath-dir-merge.sh
+PASS: t/extra-dist-wildcards.sh
+PASS: t/extra-dist-wildcards-gnu.sh
+PASS: t/extra-dist-wildcards-vpath.sh
+PASS: t/extra-programs-misc.sh
+PASS: t/extra-programs-and-libs.sh
+PASS: t/extra-programs-empty.sh
+PASS: t/extra-portability.sh
+PASS: t/extra-portability2.sh
+PASS: t/extra-portability3.sh
+PASS: t/extra-deps.sh
+PASS: t/extra-deps-lt.sh
+PASS: t/f90only.sh
+PASS: t/flavor.sh
+PASS: t/flibs.sh
+PASS: t/fn99.sh
+PASS: t/fn99subdir.sh
+PASS: t/fnoc.sh
+PASS: t/forcemiss.sh
+PASS: t/forcemiss2.sh
+PASS: t/fort1.sh
+PASS: t/fort2.sh
+PASS: t/fort4.sh
+FAIL: t/fort5.sh
+PASS: t/fonly.sh
+PASS: t/fortdep.sh
+PASS: t/gcj.sh
+PASS: t/gcj2.sh
+PASS: t/gcj3.sh
+gcj4: skipped test: GNU Java compiler unavailable
+SKIP: t/gcj4.sh
+PASS: t/gcj5.sh
+gcj6: skipped test: GNU Java compiler unavailable
+SKIP: t/gcj6.sh
+PASS: t/gettext-macros.sh
+PASS: t/gettext-basics.sh
+PASS: t/gettext-config-rpath.sh
+PASS: t/gettext-external-pr338.sh
+PASS: t/gettext-intl-subdir.sh
+PASS: t/gettext-pr381.sh
+PASS: t/gnumake.sh
+PASS: t/gnuwarn.sh
+PASS: t/gnuwarn2.sh
+PASS: t/gnits.sh
+PASS: t/gnits2.sh
+PASS: t/gnits3.sh
+PASS: t/hdr-vars-defined-once.sh
+PASS: t/header.sh
+PASS: t/help.sh
+PASS: t/help2.sh
+PASS: t/help3.sh
+PASS: t/help4.sh
+PASS: t/help-depend.sh
+PASS: t/help-depend2.sh
+PASS: t/help-dmalloc.sh
+PASS: t/help-init.sh
+PASS: t/help-lispdir.sh
+PASS: t/help-python.sh
+PASS: t/help-silent.sh
+PASS: t/help-upc.sh
+PASS: t/hfs.sh
+PASS: t/implicit.sh
+PASS: t/init.sh
+PASS: t/init2.sh
+PASS: t/dist-install-sh.sh
+PASS: t/dist-with-unreadable-makefile-fails.sh
+PASS: t/installdir.sh
+PASS: t/add-missing-install-sh.sh
+PASS: t/install-sh-unittests.sh
+PASS: t/install-sh-option-C.sh
+PASS: t/instdat.sh
+PASS: t/instdat2.sh
+PASS: t/instdir.sh
+PASS: t/instdir2.sh
+PASS: t/instdir-cond.sh
+XFAIL: t/instdir-cond2.sh
+PASS: t/instdir-no-empty.sh
+PASS: t/instdir-java.sh
+PASS: t/instdir-lisp.sh
+PASS: t/instdir-ltlib.sh
+PASS: t/instdir-prog.sh
+PASS: t/instdir-python.sh
+instdir-texi: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/instdir-texi.sh
+PASS: t/instexec.sh
+PASS: t/instfail.sh
+PASS: t/instfail-info.sh
+PASS: t/instfail-java.sh
+PASS: t/instfail-libtool.sh
+PASS: t/insthook.sh
+PASS: t/instman.sh
+PASS: t/instman2.sh
+PASS: t/instmany.sh
+PASS: t/instmany-mans.sh
+PASS: t/instmany-python.sh
+PASS: t/install-info-dir.sh
+PASS: t/interp.sh
+PASS: t/interp2.sh
+PASS: t/java.sh
+PASS: t/java2.sh
+PASS: t/java3.sh
+PASS: t/javadir-undefined.sh
+PASS: t/javaflags.sh
+PASS: t/java-check.sh
+PASS: t/java-clean.sh
+PASS: t/java-compile-install.sh
+PASS: t/java-compile-run-flat.sh
+PASS: t/java-compile-run-nested.sh
+PASS: t/java-empty-classpath.sh
+PASS: t/javaprim.sh
+PASS: t/javasubst.sh
+PASS: t/java-extra.sh
+PASS: t/java-mix.sh
+PASS: t/java-no-duplicate.sh
+XFAIL: t/java-nobase.sh
+PASS: t/java-noinst.sh
+PASS: t/java-rebuild.sh
+PASS: t/java-sources.sh
+PASS: t/java-uninstall.sh
+PASS: t/ldadd.sh
+PASS: t/ldflags.sh
+PASS: t/lex.sh
+PASS: t/lex2.sh
+PASS: t/lex3.sh
+PASS: t/lex5.sh
+PASS: t/lexcpp.sh
+PASS: t/lexvpath.sh
+XFAIL: t/lex-subobj-nodep.sh
+PASS: t/lex-header.sh
+PASS: t/lex-lib.sh
+PASS: t/lex-lib-external.sh
+PASS: t/lex-libobj.sh
+PASS: t/lex-multiple.sh
+PASS: t/lex-noyywrap.sh
+PASS: t/lex-clean-cxx.sh
+PASS: t/lex-clean.sh
+PASS: t/lex-depend-cxx.sh
+PASS: t/lex-depend-grep.sh
+PASS: t/lex-depend.sh
+PASS: t/lex-line.sh
+PASS: t/lex-nodist.sh
+PASS: t/lex-pr204.sh
+PASS: t/lflags.sh
+PASS: t/lflags-cxx.sh
+PASS: t/libexec.sh
+PASS: t/libobj-basic.sh
+PASS: t/libobj2.sh
+PASS: t/libobj3.sh
+PASS: t/libobj4.sh
+PASS: t/libobj5.sh
+PASS: t/libobj7.sh
+PASS: t/libobj10.sh
+PASS: t/libobj12.sh
+PASS: t/libobj13.sh
+PASS: t/libobj14.sh
+PASS: t/libobj15a.sh
+PASS: t/libobj15b.sh
+PASS: t/libobj15c.sh
+PASS: t/libobj16a.sh
+PASS: t/libobj16b.sh
+PASS: t/libobj17.sh
+PASS: t/libobj18.sh
+PASS: t/libobj19.sh
+PASS: t/libobj20a.sh
+PASS: t/libobj20b.sh
+PASS: t/libobj20c.sh
+PASS: t/library.sh
+PASS: t/library2.sh
+PASS: t/library3.sh
+PASS: t/libtool.sh
+PASS: t/libtool2.sh
+PASS: t/libtool3.sh
+PASS: t/libtool4.sh
+PASS: t/libtool5.sh
+PASS: t/libtool6.sh
+PASS: t/libtool7.sh
+PASS: t/libtool8.sh
+PASS: t/libtool9.sh
+PASS: t/libtoo10.sh
+PASS: t/libtoo11.sh
+PASS: t/license.sh
+PASS: t/license2.sh
+PASS: t/link_c_cxx.sh
+PASS: t/link_cond.sh
+PASS: t/link_dist.sh
+PASS: t/link_f90_only.sh
+PASS: t/link_fc.sh
+PASS: t/link_fccxx.sh
+PASS: t/link_fcxx.sh
+PASS: t/link_f_only.sh
+PASS: t/link_override.sh
+PASS: t/lisp2.sh
+PASS: t/lisp3.sh
+PASS: t/lisp4.sh
+PASS: t/lisp5.sh
+PASS: t/lisp6.sh
+PASS: t/lisp7.sh
+PASS: t/lisp8.sh
+PASS: t/lisp-loadpath.sh
+PASS: t/lisp-subdir.sh
+PASS: t/lisp-subdir2.sh
+PASS: t/lisp-subdir-mix.sh
+PASS: t/lispdry.sh
+PASS: t/lisp-pr11806.sh
+PASS: t/lisp-flags.sh
+PASS: t/listval.sh
+PASS: t/location.sh
+PASS: t/longline.sh
+PASS: t/longlin2.sh
+PASS: t/ltcond.sh
+PASS: t/ltcond2.sh
+PASS: t/ltconv.sh
+PASS: t/ltdeps.sh
+PASS: t/ltinit.sh
+PASS: t/ltinstloc.sh
+PASS: t/ltlibobjs.sh
+PASS: t/ltlibsrc.sh
+PASS: t/ltorder.sh
+PASS: t/m4-inclusion.sh
+PASS: t/maintclean.sh
+PASS: t/maintclean-vpath.sh
+PASS: t/maintmode-configure-msg.sh
+PASS: t/make.sh
+PASS: t/makefile-deps.sh
+PASS: t/makej.sh
+PASS: t/makej2.sh
+PASS: t/maken.sh
+PASS: t/maken3.sh
+PASS: t/makevars.sh
+PASS: t/make-dryrun.tap 1 - run
+PASS: t/make-dryrun.tap 2 - run (-s)
+PASS: t/make-dryrun.tap 3 - run (-s -r)
+PASS: t/make-dryrun.tap 4 - run
+PASS: t/make-dryrun.tap 5 - run (-s)
+PASS: t/make-dryrun.tap 6 - run (-s -r)
+PASS: t/make-dryrun.tap 7 - run
+PASS: t/make-dryrun.tap 8 - run (-s)
+PASS: t/make-dryrun.tap 9 - run (-s -r)
+PASS: t/make-dryrun.tap 10 - run
+PASS: t/make-dryrun.tap 11 - run (-s)
+PASS: t/make-dryrun.tap 12 - run (-s -r)
+PASS: t/make-dryrun.tap 13 - run
+PASS: t/make-dryrun.tap 14 - run (-s)
+PASS: t/make-dryrun.tap 15 - run (-s -r)
+PASS: t/make-dryrun.tap 16 - run
+PASS: t/make-dryrun.tap 17 - run (-s)
+PASS: t/make-dryrun.tap 18 - run (-s -r)
+PASS: t/make-dryrun.tap 19 - dry
+PASS: t/make-dryrun.tap 20 - dry (-s)
+PASS: t/make-dryrun.tap 21 - dry (-s -r)
+PASS: t/make-dryrun.tap 22 - dry
+PASS: t/make-dryrun.tap 23 - dry (-s)
+PASS: t/make-dryrun.tap 24 - dry (-s -r)
+PASS: t/make-dryrun.tap 25 - run [bug#13760]
+PASS: t/make-dryrun.tap 26 - run [bug#13760] (-s)
+PASS: t/make-dryrun.tap 27 - run [bug#13760] (-s -r)
+PASS: t/make-dryrun.tap 28 - run [bug#13760]
+PASS: t/make-dryrun.tap 29 - run [bug#13760] (-s)
+PASS: t/make-dryrun.tap 30 - run [bug#13760] (-s -r)
+PASS: t/make-dryrun.tap 31 - dry [bug#13760]
+PASS: t/make-dryrun.tap 32 - dry [bug#13760] (-s)
+PASS: t/make-dryrun.tap 33 - dry [bug#13760] (-s -r)
+PASS: t/make-dryrun.tap 34 - dry [bug#13760]
+PASS: t/make-dryrun.tap 35 - dry [bug#13760] (-s)
+PASS: t/make-dryrun.tap 36 - dry [bug#13760] (-s -r)
+PASS: t/make-dryrun.tap 37 - run [metachars]
+PASS: t/make-dryrun.tap 38 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 39 - run [metachars] (-s -r)
+PASS: t/make-dryrun.tap 40 - run [metachars]
+PASS: t/make-dryrun.tap 41 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 42 - run [metachars] (-s -r)
+PASS: t/make-dryrun.tap 43 - run [metachars]
+PASS: t/make-dryrun.tap 44 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 45 - run [metachars] (-s -r)
+PASS: t/make-dryrun.tap 46 - run [metachars]
+PASS: t/make-dryrun.tap 47 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 48 - run [metachars] (-s -r)
+PASS: t/make-dryrun.tap 49 - run [metachars]
+PASS: t/make-dryrun.tap 50 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 51 - run [metachars] (-s -r)
+PASS: t/make-dryrun.tap 52 - run [metachars]
+PASS: t/make-dryrun.tap 53 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 54 - run [metachars] (-s -r)
+PASS: t/make-dryrun.tap 55 - run [metachars]
+PASS: t/make-dryrun.tap 56 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 57 - run [metachars] (-s -r)
+PASS: t/make-dryrun.tap 58 - run [metachars]
+PASS: t/make-dryrun.tap 59 - run [metachars] (-s)
+PASS: t/make-dryrun.tap 60 - run [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 1 - k-n
+PASS: t/make-keepgoing.tap 2 - k-n (-s)
+PASS: t/make-keepgoing.tap 3 - k-n (-s -r)
+PASS: t/make-keepgoing.tap 4 - k-n
+PASS: t/make-keepgoing.tap 5 - k-n (-s)
+PASS: t/make-keepgoing.tap 6 - k-n (-s -r)
+PASS: t/make-keepgoing.tap 7 - k-n
+PASS: t/make-keepgoing.tap 8 - k-n (-s)
+PASS: t/make-keepgoing.tap 9 - k-n (-s -r)
+PASS: t/make-keepgoing.tap 10 - k-n
+PASS: t/make-keepgoing.tap 11 - k-n (-s)
+PASS: t/make-keepgoing.tap 12 - k-n (-s -r)
+PASS: t/make-keepgoing.tap 13 - k-n
+PASS: t/make-keepgoing.tap 14 - k-n (-s)
+PASS: t/make-keepgoing.tap 15 - k-n (-s -r)
+PASS: t/make-keepgoing.tap 16 - k-n
+PASS: t/make-keepgoing.tap 17 - k-n (-s)
+PASS: t/make-keepgoing.tap 18 - k-n (-s -r)
+PASS: t/make-keepgoing.tap 19 - k-y
+PASS: t/make-keepgoing.tap 20 - k-y (-s)
+PASS: t/make-keepgoing.tap 21 - k-y (-s -r)
+PASS: t/make-keepgoing.tap 22 - k-y
+PASS: t/make-keepgoing.tap 23 - k-y (-s)
+PASS: t/make-keepgoing.tap 24 - k-y (-s -r)
+PASS: t/make-keepgoing.tap 25 - k-n [bug#12554]
+PASS: t/make-keepgoing.tap 26 - k-n [bug#12554] (-s)
+PASS: t/make-keepgoing.tap 27 - k-n [bug#12554] (-s -r)
+PASS: t/make-keepgoing.tap 28 - k-n [bug#12554]
+PASS: t/make-keepgoing.tap 29 - k-n [bug#12554] (-s)
+PASS: t/make-keepgoing.tap 30 - k-n [bug#12554] (-s -r)
+PASS: t/make-keepgoing.tap 31 - k-y [bug#12554]
+PASS: t/make-keepgoing.tap 32 - k-y [bug#12554] (-s)
+PASS: t/make-keepgoing.tap 33 - k-y [bug#12554] (-s -r)
+PASS: t/make-keepgoing.tap 34 - k-y [bug#12554]
+PASS: t/make-keepgoing.tap 35 - k-y [bug#12554] (-s)
+PASS: t/make-keepgoing.tap 36 - k-y [bug#12554] (-s -r)
+PASS: t/make-keepgoing.tap 37 - k-n [metachars]
+PASS: t/make-keepgoing.tap 38 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 39 - k-n [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 40 - k-n [metachars]
+PASS: t/make-keepgoing.tap 41 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 42 - k-n [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 43 - k-n [metachars]
+PASS: t/make-keepgoing.tap 44 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 45 - k-n [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 46 - k-n [metachars]
+PASS: t/make-keepgoing.tap 47 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 48 - k-n [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 49 - k-n [metachars]
+PASS: t/make-keepgoing.tap 50 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 51 - k-n [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 52 - k-n [metachars]
+PASS: t/make-keepgoing.tap 53 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 54 - k-n [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 55 - k-n [metachars]
+PASS: t/make-keepgoing.tap 56 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 57 - k-n [metachars] (-s -r)
+PASS: t/make-keepgoing.tap 58 - k-n [metachars]
+PASS: t/make-keepgoing.tap 59 - k-n [metachars] (-s)
+PASS: t/make-keepgoing.tap 60 - k-n [metachars] (-s -r)
+PASS: t/make-is-gnu.sh
+PASS: t/man.sh
+PASS: t/man2.sh
+PASS: t/man3.sh
+PASS: t/man5.sh
+man6: skipped test: required program 'help2man' not available
+SKIP: t/man6.sh
+PASS: t/man7.sh
+PASS: t/man8.sh
+PASS: t/mdate.sh
+PASS: t/mdate2.sh
+PASS: t/mdate3.sh
+PASS: t/mdate4.sh
+PASS: t/mdate5.sh
+PASS: t/mdate6.sh
+PASS: t/missing-version-mismatch.sh
+PASS: t/missing3.sh
+PASS: t/am-missing-prog.sh
+PASS: t/missing-auxfile-stops-makefiles-creation.sh
+PASS: t/mkdir_p.sh
+PASS: t/mkdirp-deprecation.sh
+PASS: t/mkinstall.sh
+PASS: t/mkinst2.sh
+PASS: t/mkinst3.sh
+PASS: t/mmode.sh
+PASS: t/mmodely.sh
+PASS: t/no-extra-c-stuff.sh
+PASS: t/no-extra-makefile-code.sh
+PASS: t/no-spurious-install-recursive.sh
+PASS: t/nobase.sh
+PASS: t/nobase-libtool.sh
+PASS: t/nobase-python.sh
+PASS: t/nobase-nodist.sh
+PASS: t/nodef.sh
+PASS: t/nodef2.sh
+PASS: t/nodep.sh
+PASS: t/nodep2.sh
+PASS: t/nodepcomp.sh
+PASS: t/nodist.sh
+PASS: t/nodist2.sh
+PASS: t/nodist3.sh
+PASS: t/noinst.sh
+PASS: t/noinstdir.sh
+PASS: t/nolink.sh
+PASS: t/nostdinc.sh
+PASS: t/notrans.sh
+PASS: t/number.sh
+PASS: t/objc-basic.sh
+PASS: t/objc-minidemo.sh
+PASS: t/objc-flags.sh
+PASS: t/objc-deps.sh
+PASS: t/objcxx-basic.sh
+SKIP: t/objcxx-minidemo.sh
+SKIP: t/objcxx-flags.sh
+SKIP: t/objcxx-deps.sh
+SKIP: t/objc-megademo.sh
+XFAIL: t/objext-pr10128.sh
+PASS: t/oldvars.sh
+PASS: t/order.sh
+PASS: t/output.sh
+PASS: t/output2.sh
+PASS: t/output3.sh
+PASS: t/output4.sh
+PASS: t/output5.sh
+PASS: t/output6.sh
+PASS: t/output7.sh
+PASS: t/output8.sh
+PASS: t/output9.sh
+PASS: t/output10.sh
+PASS: t/output11.sh
+PASS: t/output12.sh
+PASS: t/output13.sh
+PASS: t/output-order.sh
+PASS: t/override-conditional-1.sh
+XFAIL: t/override-conditional-2.sh
+XFAIL: t/override-conditional-pr13940.sh
+PASS: t/override-html.sh
+PASS: t/override-suggest-local.sh
+PASS: t/parallel-am.sh
+PASS: t/parallel-am2.sh
+PASS: t/parallel-am3.sh
+PASS: t/serial-tests.sh
+PASS: t/parallel-tests-basics.sh
+PASS: t/parallel-tests-concurrency.sh
+PASS: t/parallel-tests-concurrency-2.sh
+PASS: t/parallel-tests-empty.sh
+PASS: t/parallel-tests-exit-status-reported.sh
+PASS: t/parallel-tests-generated-and-distributed.sh
+PASS: t/parallel-tests-recheck.sh
+PASS: t/parallel-tests-trailing-whitespace.sh
+PASS: t/parallel-tests-recheck-depends-on-all.sh
+PASS: t/parallel-tests-recheck-pr11791.sh
+PASS: t/parallel-tests-exeext.sh
+PASS: t/parallel-tests-suffix.sh
+PASS: t/parallel-tests-suffix-prog.sh
+PASS: t/parallel-tests-log-compiler-1.sh
+PASS: t/parallel-tests-log-compiler-2.sh
+PASS: t/parallel-tests-dry-run-1.sh
+PASS: t/parallel-tests-dry-run-2.sh
+PASS: t/parallel-tests-fd-redirect.sh
+PASS: t/parallel-tests-fd-redirect-exeext.sh
+PASS: t/parallel-tests-extra-programs.sh
+PASS: t/parallel-tests-unreadable.sh
+PASS: t/parallel-tests-subdir.sh
+PASS: t/parallel-tests-interrupt.tap 1 - logfile created and readable [SIG 1]
+PASS: t/parallel-tests-interrupt.tap 2 - logfile contains output from test script [SIG 1]
+PASS: t/parallel-tests-interrupt.tap 3 - signal 1 to test driver causes "make check" to fail
+PASS: t/parallel-tests-interrupt.tap 4 - test driver clean up log and tmp files after signal 1
+PASS: t/parallel-tests-interrupt.tap 5 - logfile created and readable [SIG 2]
+PASS: t/parallel-tests-interrupt.tap 6 - logfile contains output from test script [SIG 2]
+PASS: t/parallel-tests-interrupt.tap 7 - signal 2 to test driver causes "make check" to fail
+PASS: t/parallel-tests-interrupt.tap 8 - test driver clean up log and tmp files after signal 2
+PASS: t/parallel-tests-interrupt.tap 9 - logfile created and readable [SIG 13]
+PASS: t/parallel-tests-interrupt.tap 10 - logfile contains output from test script [SIG 13]
+PASS: t/parallel-tests-interrupt.tap 11 - signal 13 to test driver causes "make check" to fail
+PASS: t/parallel-tests-interrupt.tap 12 - test driver clean up log and tmp files after signal 13
+PASS: t/parallel-tests-interrupt.tap 13 - logfile created and readable [SIG 15]
+PASS: t/parallel-tests-interrupt.tap 14 - logfile contains output from test script [SIG 15]
+PASS: t/parallel-tests-interrupt.tap 15 - signal 15 to test driver causes "make check" to fail
+PASS: t/parallel-tests-interrupt.tap 16 - test driver clean up log and tmp files after signal 15
+PASS: t/parallel-tests-reset-term.sh
+PASS: t/parallel-tests-harderror.sh
+PASS: t/parallel-tests-log-override-1.sh
+PASS: t/parallel-tests-log-override-2.sh
+PASS: t/parallel-tests-log-override-recheck.sh
+PASS: t/parallel-tests-log-compiler-example.sh
+PASS: t/parallel-tests-cmdline-override.sh
+PASS: t/parallel-tests-fork-bomb.sh
+PASS: t/parallel-tests-empty-testlogs.sh
+PASS: t/parallel-tests-driver-install.sh
+PASS: t/parallel-tests-no-color-in-log.sh
+PASS: t/parallel-tests-no-spurious-summary.sh
+PASS: t/parallel-tests-exit-statuses.sh
+PASS: t/parallel-tests-console-output.sh
+PASS: t/parallel-tests-once.sh
+PASS: t/tests-environment.sh
+PASS: t/am-tests-environment.sh
+PASS: t/tests-environment-backcompat.sh
+PASS: t/testsuite-summary-color.sh
+PASS: t/testsuite-summary-count.sh
+PASS: t/testsuite-summary-count-many.sh
+PASS: t/testsuite-summary-reference-log.sh
+PASS: t/test-driver-acsubst.sh
+PASS: t/test-driver-cond.sh
+PASS: t/test-driver-custom-no-extra-driver.sh
+PASS: t/test-driver-custom.sh
+PASS: t/test-driver-custom-xfail-tests.sh
+PASS: t/test-driver-custom-multitest.sh
+PASS: t/test-driver-custom-multitest-recheck.sh
+PASS: t/test-driver-custom-multitest-recheck2.sh
+PASS: t/test-driver-create-log-dir.sh
+PASS: t/test-driver-strip-vpath.sh
+PASS: t/test-driver-trs-suffix-registered.sh
+PASS: t/test-driver-fail.sh
+PASS: t/test-driver-is-distributed.sh
+PASS: t/test-harness-vpath-rewrite.sh
+PASS: t/test-log.sh
+PASS: t/test-logs-repeated.sh
+PASS: t/test-metadata-global-log.sh
+PASS: t/test-metadata-global-result.sh
+PASS: t/test-metadata-recheck.sh
+PASS: t/test-metadata-results.sh
+PASS: t/test-missing.sh
+PASS: t/test-missing2.sh
+PASS: t/test-trs-basic.sh
+PASS: t/test-trs-recover.sh
+PASS: t/test-trs-recover2.sh
+PASS: t/test-extensions.sh
+PASS: t/test-extensions-cond.sh
+PASS: t/parse.sh
+PASS: t/percent.sh
+PASS: t/percent2.sh
+PASS: t/per-target-flags.sh
+PASS: t/phony.sh
+PASS: t/precious.sh
+PASS: t/pluseq.sh
+PASS: t/pluseq2.sh
+PASS: t/pluseq3.sh
+PASS: t/pluseq4.sh
+PASS: t/pluseq5.sh
+PASS: t/pluseq6.sh
+PASS: t/pluseq7.sh
+PASS: t/pluseq8.sh
+PASS: t/pluseq9.sh
+PASS: t/pluseq10.sh
+PASS: t/pluseq11.sh
+PASS: t/posixsubst-data.sh
+PASS: t/posixsubst-extradist.sh
+PASS: t/posixsubst-ldadd.sh
+PASS: t/posixsubst-libraries.sh
+PASS: t/posixsubst-ltlibraries.sh
+PASS: t/posixsubst-programs.sh
+PASS: t/posixsubst-scripts.sh
+PASS: t/posixsubst-sources.sh
+PASS: t/posixsubst-tests.sh
+PASS: t/postproc.sh
+PASS: t/ppf77.sh
+PASS: t/pr2.sh
+PASS: t/pr9.sh
+PASS: t/pr72.sh
+PASS: t/pr87.sh
+PASS: t/pr211.sh
+PASS: t/pr220.sh
+PASS: t/pr224.sh
+PASS: t/pr229.sh
+PASS: t/pr243.sh
+PASS: t/pr266.sh
+PASS: t/pr279.sh
+PASS: t/pr279-2.sh
+PASS: t/pr287.sh
+PASS: t/pr300-lib.sh
+PASS: t/pr300-ltlib.sh
+PASS: t/pr300-prog.sh
+PASS: t/pr307.sh
+PASS: t/pr401.sh
+PASS: t/pr401b.sh
+PASS: t/pr401c.sh
+PASS: t/prefix.sh
+PASS: t/preproc-basics.sh
+PASS: t/preproc-c-compile.sh
+PASS: t/preproc-demo.sh
+PASS: t/preproc-errmsg.sh
+PASS: t/primary.sh
+PASS: t/primary2.sh
+PASS: t/primary3.sh
+PASS: t/primary-prefix-invalid-couples.tap 1 - 'automake -a' error out on mismatched prefix/primary couples
+PASS: t/primary-prefix-invalid-couples.tap 2 - mismatched prefix/primary in bin_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 3 - mismatched prefix/primary in bin_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 4 - mismatched prefix/primary in bin_LISP
+PASS: t/primary-prefix-invalid-couples.tap 5 - mismatched prefix/primary in bin_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 6 - mismatched prefix/primary in bin_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 7 - mismatched prefix/primary in bin_DATA
+PASS: t/primary-prefix-invalid-couples.tap 8 - mismatched prefix/primary in bin_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 9 - mismatched prefix/primary in data_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 10 - mismatched prefix/primary in data_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 11 - mismatched prefix/primary in data_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 12 - mismatched prefix/primary in data_LISP
+PASS: t/primary-prefix-invalid-couples.tap 13 - mismatched prefix/primary in data_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 14 - mismatched prefix/primary in data_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 15 - mismatched prefix/primary in data_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 16 - mismatched prefix/primary in data_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 17 - mismatched prefix/primary in dataroot_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 18 - mismatched prefix/primary in dataroot_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 19 - mismatched prefix/primary in dataroot_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 20 - mismatched prefix/primary in dataroot_LISP
+PASS: t/primary-prefix-invalid-couples.tap 21 - mismatched prefix/primary in dataroot_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 22 - mismatched prefix/primary in dataroot_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 23 - mismatched prefix/primary in dataroot_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 24 - mismatched prefix/primary in dataroot_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 25 - mismatched prefix/primary in doc_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 26 - mismatched prefix/primary in doc_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 27 - mismatched prefix/primary in doc_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 28 - mismatched prefix/primary in doc_LISP
+PASS: t/primary-prefix-invalid-couples.tap 29 - mismatched prefix/primary in doc_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 30 - mismatched prefix/primary in doc_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 31 - mismatched prefix/primary in doc_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 32 - mismatched prefix/primary in doc_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 33 - mismatched prefix/primary in dvi_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 34 - mismatched prefix/primary in dvi_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 35 - mismatched prefix/primary in dvi_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 36 - mismatched prefix/primary in dvi_LISP
+PASS: t/primary-prefix-invalid-couples.tap 37 - mismatched prefix/primary in dvi_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 38 - mismatched prefix/primary in dvi_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 39 - mismatched prefix/primary in dvi_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 40 - mismatched prefix/primary in dvi_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 41 - mismatched prefix/primary in exec_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 42 - mismatched prefix/primary in exec_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 43 - mismatched prefix/primary in exec_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 44 - mismatched prefix/primary in exec_LISP
+PASS: t/primary-prefix-invalid-couples.tap 45 - mismatched prefix/primary in exec_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 46 - mismatched prefix/primary in exec_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 47 - mismatched prefix/primary in exec_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 48 - mismatched prefix/primary in exec_DATA
+PASS: t/primary-prefix-invalid-couples.tap 49 - mismatched prefix/primary in exec_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 50 - mismatched prefix/primary in html_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 51 - mismatched prefix/primary in html_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 52 - mismatched prefix/primary in html_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 53 - mismatched prefix/primary in html_LISP
+PASS: t/primary-prefix-invalid-couples.tap 54 - mismatched prefix/primary in html_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 55 - mismatched prefix/primary in html_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 56 - mismatched prefix/primary in html_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 57 - mismatched prefix/primary in html_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 58 - mismatched prefix/primary in include_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 59 - mismatched prefix/primary in include_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 60 - mismatched prefix/primary in include_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 61 - mismatched prefix/primary in include_LISP
+PASS: t/primary-prefix-invalid-couples.tap 62 - mismatched prefix/primary in include_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 63 - mismatched prefix/primary in include_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 64 - mismatched prefix/primary in include_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 65 - mismatched prefix/primary in include_DATA
+PASS: t/primary-prefix-invalid-couples.tap 66 - mismatched prefix/primary in info_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 67 - mismatched prefix/primary in info_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 68 - mismatched prefix/primary in info_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 69 - mismatched prefix/primary in info_LISP
+PASS: t/primary-prefix-invalid-couples.tap 70 - mismatched prefix/primary in info_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 71 - mismatched prefix/primary in info_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 72 - mismatched prefix/primary in info_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 73 - mismatched prefix/primary in info_DATA
+PASS: t/primary-prefix-invalid-couples.tap 74 - mismatched prefix/primary in info_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 75 - mismatched prefix/primary in lib_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 76 - mismatched prefix/primary in lib_LISP
+PASS: t/primary-prefix-invalid-couples.tap 77 - mismatched prefix/primary in lib_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 78 - mismatched prefix/primary in lib_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 79 - mismatched prefix/primary in lib_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 80 - mismatched prefix/primary in lib_DATA
+PASS: t/primary-prefix-invalid-couples.tap 81 - mismatched prefix/primary in lib_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 82 - mismatched prefix/primary in libexec_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 83 - mismatched prefix/primary in libexec_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 84 - mismatched prefix/primary in libexec_LISP
+PASS: t/primary-prefix-invalid-couples.tap 85 - mismatched prefix/primary in libexec_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 86 - mismatched prefix/primary in libexec_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 87 - mismatched prefix/primary in libexec_DATA
+PASS: t/primary-prefix-invalid-couples.tap 88 - mismatched prefix/primary in libexec_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 89 - mismatched prefix/primary in lisp_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 90 - mismatched prefix/primary in lisp_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 91 - mismatched prefix/primary in lisp_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 92 - mismatched prefix/primary in lisp_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 93 - mismatched prefix/primary in lisp_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 94 - mismatched prefix/primary in lisp_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 95 - mismatched prefix/primary in lisp_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 96 - mismatched prefix/primary in locale_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 97 - mismatched prefix/primary in locale_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 98 - mismatched prefix/primary in locale_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 99 - mismatched prefix/primary in locale_LISP
+PASS: t/primary-prefix-invalid-couples.tap 100 - mismatched prefix/primary in locale_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 101 - mismatched prefix/primary in locale_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 102 - mismatched prefix/primary in locale_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 103 - mismatched prefix/primary in locale_DATA
+PASS: t/primary-prefix-invalid-couples.tap 104 - mismatched prefix/primary in locale_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 105 - mismatched prefix/primary in localstate_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 106 - mismatched prefix/primary in localstate_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 107 - mismatched prefix/primary in localstate_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 108 - mismatched prefix/primary in localstate_LISP
+PASS: t/primary-prefix-invalid-couples.tap 109 - mismatched prefix/primary in localstate_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 110 - mismatched prefix/primary in localstate_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 111 - mismatched prefix/primary in localstate_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 112 - mismatched prefix/primary in localstate_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 113 - mismatched prefix/primary in man_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 114 - mismatched prefix/primary in man_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 115 - mismatched prefix/primary in man_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 116 - mismatched prefix/primary in man_LISP
+PASS: t/primary-prefix-invalid-couples.tap 117 - mismatched prefix/primary in man_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 118 - mismatched prefix/primary in man_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 119 - mismatched prefix/primary in man_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 120 - mismatched prefix/primary in man_DATA
+PASS: t/primary-prefix-invalid-couples.tap 121 - mismatched prefix/primary in man_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 122 - mismatched prefix/primary in man1_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 123 - mismatched prefix/primary in man1_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 124 - mismatched prefix/primary in man1_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 125 - mismatched prefix/primary in man1_LISP
+PASS: t/primary-prefix-invalid-couples.tap 126 - mismatched prefix/primary in man1_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 127 - mismatched prefix/primary in man1_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 128 - mismatched prefix/primary in man1_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 129 - mismatched prefix/primary in man1_DATA
+PASS: t/primary-prefix-invalid-couples.tap 130 - mismatched prefix/primary in man1_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 131 - mismatched prefix/primary in man2_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 132 - mismatched prefix/primary in man2_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 133 - mismatched prefix/primary in man2_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 134 - mismatched prefix/primary in man2_LISP
+PASS: t/primary-prefix-invalid-couples.tap 135 - mismatched prefix/primary in man2_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 136 - mismatched prefix/primary in man2_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 137 - mismatched prefix/primary in man2_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 138 - mismatched prefix/primary in man2_DATA
+PASS: t/primary-prefix-invalid-couples.tap 139 - mismatched prefix/primary in man2_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 140 - mismatched prefix/primary in man3_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 141 - mismatched prefix/primary in man3_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 142 - mismatched prefix/primary in man3_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 143 - mismatched prefix/primary in man3_LISP
+PASS: t/primary-prefix-invalid-couples.tap 144 - mismatched prefix/primary in man3_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 145 - mismatched prefix/primary in man3_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 146 - mismatched prefix/primary in man3_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 147 - mismatched prefix/primary in man3_DATA
+PASS: t/primary-prefix-invalid-couples.tap 148 - mismatched prefix/primary in man3_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 149 - mismatched prefix/primary in man4_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 150 - mismatched prefix/primary in man4_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 151 - mismatched prefix/primary in man4_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 152 - mismatched prefix/primary in man4_LISP
+PASS: t/primary-prefix-invalid-couples.tap 153 - mismatched prefix/primary in man4_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 154 - mismatched prefix/primary in man4_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 155 - mismatched prefix/primary in man4_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 156 - mismatched prefix/primary in man4_DATA
+PASS: t/primary-prefix-invalid-couples.tap 157 - mismatched prefix/primary in man4_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 158 - mismatched prefix/primary in man5_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 159 - mismatched prefix/primary in man5_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 160 - mismatched prefix/primary in man5_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 161 - mismatched prefix/primary in man5_LISP
+PASS: t/primary-prefix-invalid-couples.tap 162 - mismatched prefix/primary in man5_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 163 - mismatched prefix/primary in man5_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 164 - mismatched prefix/primary in man5_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 165 - mismatched prefix/primary in man5_DATA
+PASS: t/primary-prefix-invalid-couples.tap 166 - mismatched prefix/primary in man5_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 167 - mismatched prefix/primary in man6_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 168 - mismatched prefix/primary in man6_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 169 - mismatched prefix/primary in man6_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 170 - mismatched prefix/primary in man6_LISP
+PASS: t/primary-prefix-invalid-couples.tap 171 - mismatched prefix/primary in man6_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 172 - mismatched prefix/primary in man6_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 173 - mismatched prefix/primary in man6_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 174 - mismatched prefix/primary in man6_DATA
+PASS: t/primary-prefix-invalid-couples.tap 175 - mismatched prefix/primary in man6_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 176 - mismatched prefix/primary in man7_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 177 - mismatched prefix/primary in man7_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 178 - mismatched prefix/primary in man7_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 179 - mismatched prefix/primary in man7_LISP
+PASS: t/primary-prefix-invalid-couples.tap 180 - mismatched prefix/primary in man7_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 181 - mismatched prefix/primary in man7_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 182 - mismatched prefix/primary in man7_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 183 - mismatched prefix/primary in man7_DATA
+PASS: t/primary-prefix-invalid-couples.tap 184 - mismatched prefix/primary in man7_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 185 - mismatched prefix/primary in man8_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 186 - mismatched prefix/primary in man8_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 187 - mismatched prefix/primary in man8_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 188 - mismatched prefix/primary in man8_LISP
+PASS: t/primary-prefix-invalid-couples.tap 189 - mismatched prefix/primary in man8_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 190 - mismatched prefix/primary in man8_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 191 - mismatched prefix/primary in man8_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 192 - mismatched prefix/primary in man8_DATA
+PASS: t/primary-prefix-invalid-couples.tap 193 - mismatched prefix/primary in man8_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 194 - mismatched prefix/primary in man9_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 195 - mismatched prefix/primary in man9_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 196 - mismatched prefix/primary in man9_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 197 - mismatched prefix/primary in man9_LISP
+PASS: t/primary-prefix-invalid-couples.tap 198 - mismatched prefix/primary in man9_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 199 - mismatched prefix/primary in man9_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 200 - mismatched prefix/primary in man9_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 201 - mismatched prefix/primary in man9_DATA
+PASS: t/primary-prefix-invalid-couples.tap 202 - mismatched prefix/primary in man9_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 203 - mismatched prefix/primary in oldinclude_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 204 - mismatched prefix/primary in oldinclude_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 205 - mismatched prefix/primary in oldinclude_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 206 - mismatched prefix/primary in oldinclude_LISP
+PASS: t/primary-prefix-invalid-couples.tap 207 - mismatched prefix/primary in oldinclude_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 208 - mismatched prefix/primary in oldinclude_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 209 - mismatched prefix/primary in oldinclude_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 210 - mismatched prefix/primary in oldinclude_DATA
+PASS: t/primary-prefix-invalid-couples.tap 211 - mismatched prefix/primary in pdf_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 212 - mismatched prefix/primary in pdf_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 213 - mismatched prefix/primary in pdf_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 214 - mismatched prefix/primary in pdf_LISP
+PASS: t/primary-prefix-invalid-couples.tap 215 - mismatched prefix/primary in pdf_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 216 - mismatched prefix/primary in pdf_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 217 - mismatched prefix/primary in pdf_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 218 - mismatched prefix/primary in pdf_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 219 - mismatched prefix/primary in pkgdata_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 220 - mismatched prefix/primary in pkgdata_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 221 - mismatched prefix/primary in pkgdata_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 222 - mismatched prefix/primary in pkgdata_LISP
+PASS: t/primary-prefix-invalid-couples.tap 223 - mismatched prefix/primary in pkgdata_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 224 - mismatched prefix/primary in pkgdata_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 225 - mismatched prefix/primary in pkgdata_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 226 - mismatched prefix/primary in pkginclude_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 227 - mismatched prefix/primary in pkginclude_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 228 - mismatched prefix/primary in pkginclude_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 229 - mismatched prefix/primary in pkginclude_LISP
+PASS: t/primary-prefix-invalid-couples.tap 230 - mismatched prefix/primary in pkginclude_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 231 - mismatched prefix/primary in pkginclude_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 232 - mismatched prefix/primary in pkginclude_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 233 - mismatched prefix/primary in pkginclude_DATA
+PASS: t/primary-prefix-invalid-couples.tap 234 - mismatched prefix/primary in pkglib_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 235 - mismatched prefix/primary in pkglib_LISP
+PASS: t/primary-prefix-invalid-couples.tap 236 - mismatched prefix/primary in pkglib_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 237 - mismatched prefix/primary in pkglib_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 238 - mismatched prefix/primary in pkglib_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 239 - mismatched prefix/primary in pkglib_DATA
+PASS: t/primary-prefix-invalid-couples.tap 240 - mismatched prefix/primary in pkglib_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 241 - mismatched prefix/primary in pkglibexec_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 242 - mismatched prefix/primary in pkglibexec_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 243 - mismatched prefix/primary in pkglibexec_LISP
+PASS: t/primary-prefix-invalid-couples.tap 244 - mismatched prefix/primary in pkglibexec_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 245 - mismatched prefix/primary in pkglibexec_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 246 - mismatched prefix/primary in pkglibexec_DATA
+PASS: t/primary-prefix-invalid-couples.tap 247 - mismatched prefix/primary in pkglibexec_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 248 - mismatched prefix/primary in ps_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 249 - mismatched prefix/primary in ps_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 250 - mismatched prefix/primary in ps_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 251 - mismatched prefix/primary in ps_LISP
+PASS: t/primary-prefix-invalid-couples.tap 252 - mismatched prefix/primary in ps_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 253 - mismatched prefix/primary in ps_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 254 - mismatched prefix/primary in ps_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 255 - mismatched prefix/primary in ps_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 256 - mismatched prefix/primary in sbin_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 257 - mismatched prefix/primary in sbin_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 258 - mismatched prefix/primary in sbin_LISP
+PASS: t/primary-prefix-invalid-couples.tap 259 - mismatched prefix/primary in sbin_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 260 - mismatched prefix/primary in sbin_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 261 - mismatched prefix/primary in sbin_DATA
+PASS: t/primary-prefix-invalid-couples.tap 262 - mismatched prefix/primary in sbin_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 263 - mismatched prefix/primary in sharedstate_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 264 - mismatched prefix/primary in sharedstate_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 265 - mismatched prefix/primary in sharedstate_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 266 - mismatched prefix/primary in sharedstate_LISP
+PASS: t/primary-prefix-invalid-couples.tap 267 - mismatched prefix/primary in sharedstate_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 268 - mismatched prefix/primary in sharedstate_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 269 - mismatched prefix/primary in sharedstate_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 270 - mismatched prefix/primary in sharedstate_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 271 - mismatched prefix/primary in sysconf_PROGRAMS
+PASS: t/primary-prefix-invalid-couples.tap 272 - mismatched prefix/primary in sysconf_LIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 273 - mismatched prefix/primary in sysconf_LTLIBRARIES
+PASS: t/primary-prefix-invalid-couples.tap 274 - mismatched prefix/primary in sysconf_LISP
+PASS: t/primary-prefix-invalid-couples.tap 275 - mismatched prefix/primary in sysconf_PYTHON
+PASS: t/primary-prefix-invalid-couples.tap 276 - mismatched prefix/primary in sysconf_JAVA
+PASS: t/primary-prefix-invalid-couples.tap 277 - mismatched prefix/primary in sysconf_SCRIPTS
+PASS: t/primary-prefix-invalid-couples.tap 278 - mismatched prefix/primary in sysconf_HEADERS
+PASS: t/primary-prefix-invalid-couples.tap 279 - automake error out on mismatched prefix/primary couples
+PASS: t/primary-prefix-invalid-couples.tap 280 - ... and with the same diagnostic of 'automake -a'
+PASS: t/primary-prefix-valid-couples.sh
+PASS: t/primary-prefix-couples-force-valid.sh
+PASS: t/primary-prefix-couples-documented-valid.sh
+PASS: t/print-libdir.sh
+PASS: t/proginst.sh
+PASS: t/programs-primary-rewritten.sh
+PASS: t/py-compile-basic.sh
+PASS: t/py-compile-basedir.sh
+PASS: t/py-compile-destdir.sh
+PASS: t/py-compile-env.sh
+PASS: t/py-compile-option-terminate.sh
+PASS: t/py-compile-usage.sh
+PASS: t/python.sh
+PASS: t/python2.sh
+PASS: t/python3.sh
+PASS: t/python10.sh
+PASS: t/python11.sh
+PASS: t/python12.sh
+PASS: t/python-am-path-iftrue.sh
+PASS: t/python-missing.sh
+PASS: t/python-too-old.sh
+PASS: t/python-dist.sh
+PASS: t/python-vars.sh
+PASS: t/python-virtualenv.sh
+PASS: t/python-pr10995.sh
+PASS: t/recurs-user.sh
+PASS: t/recurs-user2.sh
+PASS: t/recurs-user-deeply-nested.sh
+PASS: t/recurs-user-indir.sh
+PASS: t/recurs-user-keep-going.sh
+PASS: t/recurs-user-many.sh
+PASS: t/recurs-user-no-subdirs.sh
+PASS: t/recurs-user-no-top-level.sh
+PASS: t/recurs-user-override.sh
+PASS: t/recurs-user-phony.sh
+PASS: t/recurs-user-wrap.sh
+PASS: t/relativize.tap 1 - ./{.} = .
+PASS: t/relativize.tap 2 - ./{..} = ..
+PASS: t/relativize.tap 3 - ../{top} = .
+PASS: t/relativize.tap 4 - x/{.} = x
+PASS: t/relativize.tap 5 - x/{.} = x/.
+PASS: t/relativize.tap 6 - x/{..} = x/..
+PASS: t/relativize.tap 7 - x/{x} = x/x
+PASS: t/relativize.tap 8 - x/{r/s/t} = x/r/s/t
+PASS: t/relativize.tap 9 - long-longer/{.} = long-longer
+PASS: t/relativize.tap 10 - long-longer/{.} = long-longer/.
+PASS: t/relativize.tap 11 - long-longer/{..} = long-longer/..
+PASS: t/relativize.tap 12 - long-longer/{x} = long-longer/x
+PASS: t/relativize.tap 13 - long-longer/{r/s/t} = long-longer/r/s/t
+PASS: t/relativize.tap 14 - a/b/{.} = a/b
+PASS: t/relativize.tap 15 - a/b/{.} = a/b/.
+PASS: t/relativize.tap 16 - a/b/{..} = a/b/..
+PASS: t/relativize.tap 17 - a/b/{x} = a/b/x
+PASS: t/relativize.tap 18 - a/b/{r/s/t} = a/b/r/s/t
+PASS: t/relativize.tap 19 - 1/2/3/4/5/{.} = 1/2/3/4/5
+PASS: t/relativize.tap 20 - 1/2/3/4/5/{.} = 1/2/3/4/5/.
+PASS: t/relativize.tap 21 - 1/2/3/4/5/{..} = 1/2/3/4/5/..
+PASS: t/relativize.tap 22 - 1/2/3/4/5/{x} = 1/2/3/4/5/x
+PASS: t/relativize.tap 23 - 1/2/3/4/5/{r/s/t} = 1/2/3/4/5/r/s/t
+PASS: t/relativize.tap 24 - one/{../two} = two
+PASS: t/relativize.tap 25 - a/{../b/c} = b/c
+PASS: t/relativize.tap 26 - a/b/{../..} = .
+PASS: t/relativize.tap 27 - a/b/{../../foo} = foo
+PASS: t/relativize.tap 28 - a/b/{../../foo/bar} = foo/bar
+PASS: t/relativize.tap 29 - a/b/{../c} = a/c
+PASS: t/relativize.tap 30 - a/b/{../c/d} = a/c/d
+PASS: t/relativize.tap 31 - foo/bar/baz/{../qux/zap} = foo/bar/qux/zap
+PASS: t/relativize.tap 32 - ../foo/{../top} = .
+PASS: t/relativize.tap 33 - ../../{uber/top} = .
+PASS: t/relativize.tap 34 - ../../foo/{../uber/top} = .
+PASS: t/relativize.tap 35 - ../../x/{../uber/top/ok} = ok
+PASS: t/relativize.tap 36 - ../../x/{../uber/top/bo/ba} = bo/ba
+PASS: t/relativize.tap 37 - ../../x/{../uber/top/../ok2} = ../ok2
+PASS: t/relativize.tap 38 - ../a/b/c/d/e/{../../../../../top} = .
+PASS: t/remake-fail.sh
+PASS: t/remake-not-after-make-dist.sh
+PASS: t/remake-maintainer-mode.sh
+PASS: t/remake-makefile-intree.sh
+PASS: t/remake-makefile-vpath.sh
+PASS: t/remake-after-configure-ac.sh
+PASS: t/remake-after-makefile-am.sh
+PASS: t/remake-after-acinclude-m4.sh
+PASS: t/remake-after-aclocal-m4.sh
+PASS: t/remake-include-configure.sh
+PASS: t/remake-include-makefile.sh
+PASS: t/remake-include-aclocal.sh
+PASS: t/remake-config-status-dependencies.sh
+PASS: t/remake-configure-dependencies.sh
+PASS: t/remake-deeply-nested.sh
+PASS: t/remake-mild-stress.sh
+PASS: t/remake-all-1.sh
+PASS: t/remake-all-2.sh
+PASS: t/remake-recurs-user.sh
+PASS: t/remake-subdir.sh
+PASS: t/remake-subdir2.sh
+PASS: t/remake-subdir3.sh
+PASS: t/remake-subdir-only.sh
+PASS: t/remake-subdir-grepping.sh
+PASS: t/remake-subdir-from-subdir.sh
+PASS: t/remake-subdir-gnu.sh
+PASS: t/remake-subdir-no-makefile.sh
+PASS: t/remake-subdir-long-time.sh
+PASS: t/remake-gnulib-add-acsubst.sh
+PASS: t/remake-gnulib-add-header.sh
+PASS: t/remake-gnulib-remove-header.sh
+PASS: t/remake-moved-m4-file.sh
+PASS: t/remake-deleted-m4-file.sh
+PASS: t/remake-renamed-m4-file.sh
+PASS: t/remake-renamed-m4-macro-and-file.sh
+PASS: t/remake-renamed-m4-macro.sh
+XFAIL: t/remake-am-pr10111.sh
+XFAIL: t/remake-m4-pr10111.sh
+PASS: t/remake-deleted-am-2.sh
+PASS: t/remake-deleted-am-subdir.sh
+PASS: t/remake-deleted-am.sh
+PASS: t/remake-renamed-am.sh
+PASS: t/remake-aclocal-version-mismatch.sh
+PASS: t/remake-macrodir.sh
+XFAIL: t/remake-timing-bug-pr8365.sh
+PASS: t/reqd2.sh
+PASS: t/repeated-options.sh
+PASS: t/rm-f-probe.sh
+PASS: t/rulepat.sh
+PASS: t/self-check-cc-no-c-o.sh
+PASS: t/self-check-configure-help.sh
+PASS: t/self-check-dir.tap 1 - testdir has the expected path [unset am_create_testdir]
+PASS: t/self-check-dir.tap 2 - fully pre-populated testdir [unset am_create_testdir]
+PASS: t/self-check-dir.tap 3 - testdir has the expected path [am_create_testdir=empty]
+PASS: t/self-check-dir.tap 4 - do not pre-populate testdir [am_create_testdir=empty]
+PASS: t/self-check-dir.tap 5 - do not create nor chdir in testdir [am_create_testdir=no]
+PASS: t/self-check-exit.tap 1 - exit 1
+PASS: t/self-check-exit.tap 2 - sh -c 'exit 1'
+PASS: t/self-check-exit.tap 3 - exit 2
+PASS: t/self-check-exit.tap 4 - sh -c 'exit 2'
+PASS: t/self-check-exit.tap 5 - exit 3
+PASS: t/self-check-exit.tap 6 - sh -c 'exit 3'
+PASS: t/self-check-exit.tap 7 - exit 4
+PASS: t/self-check-exit.tap 8 - sh -c 'exit 4'
+PASS: t/self-check-exit.tap 9 - exit 5
+PASS: t/self-check-exit.tap 10 - sh -c 'exit 5'
+PASS: t/self-check-exit.tap 11 - exit 77
+PASS: t/self-check-exit.tap 12 - sh -c 'exit 77'
+PASS: t/self-check-exit.tap 13 - exit 99
+PASS: t/self-check-exit.tap 14 - sh -c 'exit 99'
+PASS: t/self-check-exit.tap 15 - exit 126
+PASS: t/self-check-exit.tap 16 - sh -c 'exit 126'
+PASS: t/self-check-exit.tap 17 - exit 127
+PASS: t/self-check-exit.tap 18 - sh -c 'exit 127'
+PASS: t/self-check-exit.tap 19 - exit 128
+PASS: t/self-check-exit.tap 20 - sh -c 'exit 128'
+PASS: t/self-check-exit.tap 21 - exit 129
+PASS: t/self-check-exit.tap 22 - sh -c 'exit 129'
+PASS: t/self-check-exit.tap 23 - exit 130
+PASS: t/self-check-exit.tap 24 - sh -c 'exit 130'
+PASS: t/self-check-exit.tap 25 - exit 255
+PASS: t/self-check-exit.tap 26 - sh -c 'exit 255'
+PASS: t/self-check-exit.tap 27 - kill -1
+PASS: t/self-check-exit.tap 28 - kill -2
+PASS: t/self-check-exit.tap 29 - kill -13
+PASS: t/self-check-exit.tap 30 - kill -15
+PASS: t/self-check-exit.tap 31 - command not found
+PASS: t/self-check-exit.tap 32 - permission denied
+PASS: t/self-check-explicit-skips.sh
+PASS: t/self-check-is_newest.tap 1 - is_newest c a
+PASS: t/self-check-is_newest.tap 2 - is_newest b a
+PASS: t/self-check-is_newest.tap 3 - not is_newest a b
+PASS: t/self-check-is_newest.tap 4 - is_newest c b
+PASS: t/self-check-is_newest.tap 5 - is_newest c c
+PASS: t/self-check-is_newest.tap 6 - is_newest c a b c
+PASS: t/self-check-is_newest.tap 7 - is_newest c d
+PASS: t/self-check-is_newest.tap 8 - is_newest v u
+PASS: t/self-check-is_newest.tap 9 - not is_newest u v
+PASS: t/self-check-is_newest.tap 10 - is_newest y u
+PASS: t/self-check-is_newest.tap 11 - not is_newest u y
+PASS: t/self-check-is_newest.tap 12 - is_newest v x
+PASS: t/self-check-is_newest.tap 13 - not is_newest x v
+PASS: t/self-check-is_newest.tap 14 - is_newest y x
+PASS: t/self-check-is_newest.tap 15 - not is_newest x y
+PASS: t/self-check-is_newest.tap 16 - is_newest x/foo x
+PASS: t/self-check-is_newest.tap 17 - not is_newest x x/foo
+PASS: t/self-check-is_newest.tap 18 - is_newest x u
+PASS: t/self-check-is_newest.tap 19 - is_newest u x
+PASS: t/self-check-is_newest.tap 20 - is_newest y x u v
+PASS: t/self-check-is_newest.tap 21 - is_newest y u x/foo a b c
+PASS: t/self-check-me.tap 1 - me=foo-bar-.sh
+PASS: t/self-check-me.tap 2 - me=_foo__bar.sh
+PASS: t/self-check-me.tap 3 - me=012.sh
+PASS: t/self-check-me.tap 4 - me=a.b.c.sh
+PASS: t/self-check-me.tap 5 - me=foo-bar-.tap
+PASS: t/self-check-me.tap 6 - me=_foo__bar.tap
+PASS: t/self-check-me.tap 7 - me=012.tap
+PASS: t/self-check-me.tap 8 - me=a.b.c.tap
+PASS: t/self-check-me.tap 9 - me=foo.bar
+PASS: t/self-check-me.tap 10 - me=abc.
+PASS: t/self-check-me.tap 11 - override of $me before test-init.sh causes no error
+PASS: t/self-check-me.tap 12 - $me from the environment is ignored
+PASS: t/self-check-report.sh
+PASS: t/self-check-seq.tap 1 - one-argument form [exit status = 0]
+PASS: t/self-check-seq.tap 2 - one-argument form [output]
+PASS: t/self-check-seq.tap 3 - two-arguments form [exit status = 0]
+PASS: t/self-check-seq.tap 4 - two-arguments form [output]
+PASS: t/self-check-seq.tap 5 - three-arguments form (1) [exit status = 0]
+PASS: t/self-check-seq.tap 6 - three-arguments form (1) [output]
+PASS: t/self-check-seq.tap 7 - three-arguments form (1) [exit status = 0]
+PASS: t/self-check-seq.tap 8 - three-arguments form (1) [output]
+PASS: t/self-check-seq.tap 9 - no argument is an error [exit status = 99]
+PASS: t/self-check-seq.tap 10 - no argument is an error [error message]
+PASS: t/self-check-seq.tap 11 - four arguments is an error [exit status = 99]
+PASS: t/self-check-seq.tap 12 - four arguments is an error [error message]
+PASS: t/self-check-seq.tap 13 - six arguments is an error [exit status = 99]
+PASS: t/self-check-seq.tap 14 - six arguments is an error [error message]
+PASS: t/self-check-shell-no-trail-bslash.sh
+PASS: t/self-check-is-blocked-signal.tap 1 - unblockable signal 9
+PASS: t/self-check-is-blocked-signal.tap 2 - blocked signal 13
+PASS: t/self-check-unindent.tap 1 - leading spaces [simple, exit status]
+PASS: t/self-check-unindent.tap 2 - leading spaces [simple, output]
+PASS: t/self-check-unindent.tap 3 - leading spaces [parallel, exit status]
+PASS: t/self-check-unindent.tap 4 - leading spaces [parallel, output]
+PASS: t/self-check-unindent.tap 5 - leading tab [simple, exit status]
+PASS: t/self-check-unindent.tap 6 - leading tab [simple, output]
+PASS: t/self-check-unindent.tap 7 - leading tab [parallel, exit status]
+PASS: t/self-check-unindent.tap 8 - leading tab [parallel, output]
+PASS: t/self-check-unindent.tap 9 - no leading whitespace [simple, exit status]
+PASS: t/self-check-unindent.tap 10 - no leading whitespace [simple, output]
+PASS: t/self-check-unindent.tap 11 - no leading whitespace [parallel, exit status]
+PASS: t/self-check-unindent.tap 12 - no leading whitespace [parallel, output]
+PASS: t/self-check-unindent.tap 13 - leading empty lines ignored (1) [simple, exit status]
+PASS: t/self-check-unindent.tap 14 - leading empty lines ignored (1) [simple, output]
+PASS: t/self-check-unindent.tap 15 - leading empty lines ignored (1) [parallel, exit status]
+PASS: t/self-check-unindent.tap 16 - leading empty lines ignored (1) [parallel, output]
+PASS: t/self-check-unindent.tap 17 - leading empty lines ignored (2) [simple, exit status]
+PASS: t/self-check-unindent.tap 18 - leading empty lines ignored (2) [simple, output]
+PASS: t/self-check-unindent.tap 19 - leading empty lines ignored (2) [parallel, exit status]
+PASS: t/self-check-unindent.tap 20 - leading empty lines ignored (2) [parallel, output]
+PASS: t/self-check-unindent.tap 21 - more elaborated parallel use [exit status]
+PASS: t/self-check-unindent.tap 22 - more elaborated parallel use [output]
+PASS: t/sanity.sh
+PASS: t/seenc.sh
+PASS: t/silent-c.sh
+PASS: t/silent-cxx.sh
+PASS: t/silent-lt.sh
+PASS: t/silent-f77.sh
+PASS: t/silent-f90.sh
+PASS: t/silent-many-languages.sh
+PASS: t/silent-gen.sh
+silent-texi: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/silent-texi.sh
+PASS: t/silent-lex.sh
+PASS: t/silent-yacc.sh
+PASS: t/silent-yacc-headers.sh
+PASS: t/silent-configsite.sh
+PASS: t/silent-nested-vars.sh
+PASS: t/silent-custom.sh
+PASS: t/src-acsubst.sh
+PASS: t/sourcefile-in-subdir.sh
+PASS: t/space.sh
+PASS: t/specflg6.sh
+PASS: t/specflg7.sh
+PASS: t/specflg8.sh
+PASS: t/specflg9.sh
+PASS: t/specflg-dummy.sh
+PASS: t/spell.sh
+PASS: t/spell2.sh
+PASS: t/spell3.sh
+PASS: t/spelling.sh
+PASS: t/spy-double-colon.sh
+PASS: t/spy-rm.tap 1 - /bin/rm -f
+PASS: t/spy-rm.tap 2 - rm -f
+PASS: t/spy-rm.tap 3 - /bin/rm -rf
+PASS: t/spy-rm.tap 4 - rm -rf
+PASS: t/spy-rm.tap 5 - /bin/rm -fr
+PASS: t/spy-rm.tap 6 - rm -fr
+PASS: t/spy-rm.tap 7 - /bin/rm -f -r
+PASS: t/spy-rm.tap 8 - rm -f -r
+PASS: t/spy-rm.tap 9 - /bin/rm -r -f
+PASS: t/spy-rm.tap 10 - rm -r -f
+PASS: t/stdinc.sh
+PASS: t/stamph2.sh
+PASS: t/stdlib.sh
+PASS: t/stdlib2.sh
+PASS: t/strictness-override.sh
+PASS: t/strictness-precedence.sh
+PASS: t/strip.sh
+strip2: skipped test: required program 'strip' not available
+SKIP: t/strip2.sh
+strip3: skipped test: required program 'strip' not available
+SKIP: t/strip3.sh
+PASS: t/subdir.sh
+PASS: t/subdir-ac-subst.sh
+PASS: t/subdir-add-pr46.sh
+PASS: t/subdir-add2-pr46.sh
+PASS: t/subdir-am-cond.sh
+PASS: t/subdir-cond-err.sh
+PASS: t/subdir-cond-gettext.sh
+PASS: t/subdir-env-interference.sh
+PASS: t/subdir-order.sh
+PASS: t/subdir-with-slash.sh
+PASS: t/subdir-subsub.sh
+PASS: t/subdir-distclean.sh
+PASS: t/subdir-keep-going-pr12554.sh
+PASS: t/subobj.sh
+PASS: t/subobj2.sh
+PASS: t/subobj4.sh
+PASS: t/subobj5.sh
+PASS: t/subobj6.sh
+PASS: t/subobj7.sh
+PASS: t/subobj8.sh
+PASS: t/subobj9.sh
+PASS: t/subobj10.sh
+PASS: t/subobj11a.sh
+PASS: t/subobj11b.sh
+PASS: t/subobj11c.sh
+PASS: t/subobjname.sh
+PASS: t/subobj-clean-pr10697.sh
+PASS: t/subobj-clean-lt-pr10697.sh
+XFAIL: t/subobj-indir-pr13928.sh
+XFAIL: t/subobj-vpath-pr13928.sh
+PASS: t/subpkg.sh
+PASS: t/subpkg2.sh
+PASS: t/subpkg3.sh
+PASS: t/subpkg4.sh
+PASS: t/subpkg-yacc.sh
+PASS: t/subpkg-macrodir.sh
+PASS: t/subst.sh
+PASS: t/subst3.sh
+PASS: t/subst4.sh
+PASS: t/subst5.sh
+PASS: t/subst-no-trailing-empty-line.sh
+PASS: t/substref.sh
+PASS: t/substre2.sh
+PASS: t/substtarg.sh
+PASS: t/suffix.sh
+PASS: t/suffix2.sh
+PASS: t/suffix3.tap 1 - aclocal
+PASS: t/suffix3.tap 2 - automake
+PASS: t/suffix3.tap 3 - intermediate files not mentioned
+PASS: t/suffix3.tap 4 - final object file figured out
+PASS: t/suffix3.tap 5 - autoconf
+PASS: t/suffix3.tap 6 - configure
+PASS: t/suffix3.tap 7 - make all
+PASS: t/suffix3.tap 8 - make distcheck
+PASS: t/suffix3.tap 9 - make distdir
+PASS: t/suffix3.tap 10 - intermediate file not distributed
+PASS: t/suffix4.sh
+PASS: t/suffix5.sh
+PASS: t/suffix6.sh
+PASS: t/suffix6b.sh
+PASS: t/suffix6c.sh
+PASS: t/suffix7.sh
+PASS: t/suffix8.tap 1 - libtoolize
+PASS: t/suffix8.tap 2 - aclocal
+PASS: t/suffix8.tap 3 - autoconf
+PASS: t/suffix8.tap 4 - automake
+PASS: t/suffix8.tap 5 - configure
+PASS: t/suffix8.tap 6 - make test0
+PASS: t/suffix8.tap 7 - make test1
+PASS: t/suffix8.tap 8 - make test2
+PASS: t/suffix8.tap 9 - make all
+PASS: t/suffix8.tap 10 - make distcheck
+PASS: t/suffix9.sh
+PASS: t/suffix10.tap 1 - libtoolize
+PASS: t/suffix10.tap 2 - aclocal
+PASS: t/suffix10.tap 3 - autoconf
+PASS: t/suffix10.tap 4 - automake
+PASS: t/suffix10.tap 5 - configure
+PASS: t/suffix10.tap 6 - make test
+PASS: t/suffix10.tap 7 - make all
+PASS: t/suffix11.tap 1 - aclocal
+PASS: t/suffix11.tap 2 - autoconf
+PASS: t/suffix11.tap 3 - automake exited 1
+PASS: t/suffix11.tap 4 - warn about unportable make usage
+PASS: t/suffix11.tap 5 - automake
+PASS: t/suffix11.tap 6 - configure
+PASS: t/suffix11.tap 7 - make test-fake
+PASS: t/suffix11.tap 8 - make test-real
+PASS: t/suffix11.tap 9 - make
+PASS: t/suffix11.tap 10 - make distcheck
+PASS: t/suffix-chain.tap 1 - aclocal
+PASS: t/suffix-chain.tap 2 - automake
+PASS: t/suffix-chain.tap 3 - autoconf
+PASS: t/suffix-chain.tap 4 - configure
+PASS: t/suffix-chain.tap 5 - make all
+PASS: t/suffix-chain.tap 6 - make distcheck
+PASS: t/suffix-chain.tap 7 - clean
+PASS: t/suffix-chain.tap 8 - make with explicit dependencies
+PASS: t/suffix-custom-pr14441.sh
+PASS: t/suffix-custom-subobj.sh
+PASS: t/suffix-custom-subobj-and-specflg.sh
+PASS: t/suffix-extra-c-stuff-pr14560.sh
+PASS: t/symlink.sh
+PASS: t/symlink2.sh
+PASS: t/syntax.sh
+PASS: t/tap-common-setup.sh
+PASS: t/tap-ambiguous-directive.sh
+PASS: t/tap-autonumber.sh
+PASS: t/tap-bailout.sh
+PASS: t/tap-bailout-leading-space.sh
+PASS: t/tap-bailout-and-logging.sh
+PASS: t/tap-bailout-suppress-badexit.sh
+PASS: t/tap-bailout-suppress-later-diagnostic.sh
+PASS: t/tap-bailout-suppress-later-errors.sh
+PASS: t/tap-color.sh
+PASS: t/tap-deps.sh
+PASS: t/tap-diagnostic.sh
+PASS: t/tap-empty-diagnostic.sh
+PASS: t/tap-empty.sh
+PASS: t/tap-escape-directive.sh
+PASS: t/tap-escape-directive-2.sh
+PASS: t/tap-exit.sh
+PASS: t/tap-signal.tap 1 - "make check" fails
+PASS: t/tap-signal.tap 2 - count of test results
+PASS: t/tap-signal.tap 3 - TAP driver catch test termination by signal SIGHUP
+PASS: t/tap-signal.tap 4 - TAP driver catch test termination by signal SIGINT
+PASS: t/tap-signal.tap 5 - TAP driver catch test termination by signal SIGQUIT
+PASS: t/tap-signal.tap 6 - TAP driver catch test termination by signal SIGKILL
+PASS: t/tap-signal.tap 7 - TAP driver catch test termination by signal SIGPIPE
+PASS: t/tap-signal.tap 8 - TAP driver catch test termination by signal SIGTERM
+PASS: t/tap-signal.tap 9 - "make check" passes [--ignore-exit]
+PASS: t/tap-signal.tap 10 - count of test results [--ignore-exit]
+PASS: t/tap-fancy.sh
+PASS: t/tap-fancy2.sh
+PASS: t/tap-global-log.sh
+PASS: t/tap-global-result.sh
+PASS: t/tap-log.sh
+PASS: t/tap-msg0-result.sh
+PASS: t/tap-msg0-directive.sh
+PASS: t/tap-msg0-planskip.sh
+PASS: t/tap-msg0-bailout.sh
+PASS: t/tap-msg0-misc.sh
+PASS: t/tap-merge-stdout-stderr.sh
+PASS: t/tap-no-merge-stdout-stderr.sh
+PASS: t/tap-no-disable-hard-error.sh
+PASS: t/tap-no-spurious-summary.sh
+PASS: t/tap-no-spurious-numbers.sh
+PASS: t/tap-no-spurious.sh
+PASS: t/tap-not-ok-skip.sh
+PASS: t/tap-number-wordboundary.sh
+PASS: t/tap-numeric-description.sh
+PASS: t/tap-negative-numbers.sh
+PASS: t/tap-numbers-leading-zero.sh
+PASS: t/tap-out-of-order.sh
+PASS: t/tap-passthrough.sh
+PASS: t/tap-passthrough-exit.sh
+PASS: t/tap-plan.sh
+PASS: t/tap-plan-corner.sh
+PASS: t/tap-plan-errors.sh
+PASS: t/tap-plan-middle.sh
+PASS: t/tap-plan-whitespace.sh
+PASS: t/tap-plan-leading-zero.sh
+PASS: t/tap-plan-malformed.sh
+PASS: t/tap-missing-plan-and-bad-exit.sh
+PASS: t/tap-planskip.sh
+PASS: t/tap-planskip-late.sh
+PASS: t/tap-planskip-and-logging.sh
+PASS: t/tap-planskip-unplanned.sh
+PASS: t/tap-planskip-unplanned-corner.sh
+PASS: t/tap-planskip-case-insensitive.sh
+PASS: t/tap-planskip-whitespace.sh
+PASS: t/tap-planskip-badexit.sh
+PASS: t/tap-planskip-bailout.sh
+PASS: t/tap-planskip-later-errors.sh
+PASS: t/tap-test-number-0.sh
+PASS: t/tap-recheck-logs.sh
+PASS: t/tap-result-comment.sh
+PASS: t/tap-todo-skip-together.sh
+PASS: t/tap-todo-skip-whitespace.sh
+PASS: t/tap-todo-skip.sh
+PASS: t/tap-unplanned.sh
+PASS: t/tap-whitespace-normalization.sh
+PASS: t/tap-with-and-without-number.sh
+PASS: t/tap-xfail-tests.sh
+PASS: t/tap-bad-prog.tap 1 - "make check" returns non-zero exit status
+PASS: t/tap-bad-prog.tap 2 - non-existent test is reported
+PASS: t/tap-bad-prog.tap 3 - non-executable test is reported
+PASS: t/tap-bad-prog.tap 4 - non-readable test is reported
+XFAIL: t/tap-bad-prog.tap 5 - no spurious "missing plan" message # TODO
+XFAIL: t/tap-bad-prog.tap 6 - no spurious results # TODO still get "missing plan"
+PASS: t/tap-basic.sh
+PASS: t/tap-diagnostic-custom.sh
+PASS: t/tap-driver-stderr.sh
+PASS: t/tap-doc.sh
+PASS: t/tap-doc2.sh
+PASS: t/tap-more.sh
+PASS: t/tap-more2.sh
+PASS: t/tap-recheck.sh
+PASS: t/tap-summary.sh
+PASS: t/tap-summary-color.sh
+PASS: t/tags.sh
+PASS: t/tags2.sh
+PASS: t/tagsub.sh
+PASS: t/tags-pr12372.sh
+PASS: t/tar-ustar.sh
+PASS: t/tar-pax.sh
+PASS: t/tar-opts-errors.sh
+PASS: t/tar-ustar-id-too-high.sh
+PASS: t/tar-override.sh
+PASS: t/target-cflags.sh
+PASS: t/targetclash.sh
+PASS: t/tests-environment-fd-redirect.sh
+PASS: t/tests-environment-and-log-compiler.sh
+PASS: t/txinfo-absolute-srcdir-pr408.sh
+PASS: t/txinfo-add-missing-and-dist.sh
+PASS: t/txinfo-bsd-make-recurs.sh
+txinfo-builddir: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-builddir.sh
+txinfo-clean: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-clean.sh
+PASS: t/txinfo-dvi-recurs.sh
+txinfo-info-in-srcdir: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-info-in-srcdir.sh
+txinfo-include: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-include.sh
+PASS: t/txinfo-makeinfo-error-no-clobber.sh
+txinfo-many-output-formats: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-many-output-formats.sh
+txinfo-many-output-formats-vpath: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-many-output-formats-vpath.sh
+PASS: t/txinfo-nodist-info.sh
+txinfo-no-clutter: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-no-clutter.sh
+PASS: t/txinfo-no-extra-dist.sh
+PASS: t/txinfo-no-installinfo.sh
+PASS: t/txinfo-no-repeated-targets.sh
+PASS: t/txinfo-other-suffixes.sh
+PASS: t/txinfo-override-infodeps.sh
+txinfo-override-texinfo-tex: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-override-texinfo-tex.sh
+PASS: t/txinfo-setfilename-repeated.sh
+PASS: t/txinfo-setfilename-suffix-strip.sh
+txinfo-subdir-pr343: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-subdir-pr343.sh
+PASS: t/txinfo-tex-dist.sh
+PASS: t/txinfo-unrecognized-extension.sh
+PASS: t/txinfo-unrecognized-info-suffix.sh
+PASS: t/txinfo-vtexi.sh
+PASS: t/txinfo-vtexi2.sh
+PASS: t/txinfo-vtexi3.sh
+txinfo-vtexi4: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-vtexi4.sh
+txinfo-without-info-suffix: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo-without-info-suffix.sh
+PASS: t/txinfo19.sh
+txinfo23: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo23.sh
+txinfo24: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo24.sh
+txinfo25: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo25.sh
+txinfo28: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/txinfo28.sh
+PASS: t/transform.sh
+PASS: t/transform2.sh
+PASS: t/transform3.sh
+PASS: t/uninstall-fail.sh
+PASS: t/uninstall-pr9578.sh
+PASS: t/unused.sh
+SKIP: t/upc.sh
+PASS: t/upc2.sh
+SKIP: t/upc3.sh
+PASS: t/vala-configure.sh
+PASS: t/vala-grepping.sh
+PASS: t/pkg-config-macros.sh
+PASS: t/vala-headers.sh
+PASS: t/vala-libs.sh
+PASS: t/vala-mix.sh
+PASS: t/vala-mix2.sh
+PASS: t/vala-non-recursive-setup.sh
+FAIL: t/vala-parallel.sh
+PASS: t/vala-per-target-flags.sh
+PASS: t/vala-recursive-setup.sh
+PASS: t/vala-vapi.sh
+PASS: t/vala-vpath.sh
+PASS: t/vars.sh
+PASS: t/vars3.sh
+PASS: t/var-recurs.sh
+PASS: t/var-recurs2.sh
+PASS: t/vartar.sh
+PASS: t/vartypos.sh
+PASS: t/vartypo2.sh
+PASS: t/version3.sh
+PASS: t/version4.sh
+PASS: t/version6.sh
+version7: skipped test: TeX is required, but it wasn't found by configure
+SKIP: t/version7.sh
+PASS: t/version8.sh
+PASS: t/vpath.sh
+PASS: t/warnings-obsolete-default.sh
+PASS: t/warnings-override.sh
+PASS: t/warnings-precedence.sh
+PASS: t/warnings-strictness-interactions.sh
+PASS: t/warnings-unknown.sh
+PASS: t/warnopts.sh
+PASS: t/warnings-win-over-strictness.sh
+PASS: t/warning-groups-win-over-strictness.sh
+PASS: t/werror.sh
+PASS: t/werror2.sh
+PASS: t/werror3.sh
+PASS: t/werror4.sh
+PASS: t/whoami.sh
+PASS: t/xsource.sh
+PASS: t/yacc-misc.sh
+PASS: t/yacc-dry.sh
+PASS: t/yacc-cxx-grepping.sh
+PASS: t/yacc-vpath.sh
+PASS: t/yacc-auxdir.sh
+PASS: t/yacc-basic.sh
+PASS: t/yacc-cxx.sh
+PASS: t/yacc-bison-skeleton-cxx.sh
+PASS: t/yacc-bison-skeleton.sh
+PASS: t/yacc-clean.sh
+PASS: t/yacc-clean-cxx.sh
+PASS: t/yacc-d-basic.sh
+PASS: t/yacc-d-cxx.sh
+PASS: t/yacc-d-vpath.sh
+PASS: t/yacc-deleted-headers.sh
+PASS: t/yacc-depend.sh
+PASS: t/yacc-depend2.sh
+PASS: t/yacc-dist-nobuild-subdir.sh
+PASS: t/yacc-dist-nobuild.sh
+PASS: t/yacc-grepping.sh
+PASS: t/yacc-grepping2.sh
+PASS: t/yacc-headers-and-dist-pr47.sh
+PASS: t/yacc-line.sh
+PASS: t/yacc-mix-c-cxx.sh
+PASS: t/yacc-nodist.sh
+PASS: t/yacc-pr204.sh
+PASS: t/yacc-subdir.sh
+PASS: t/yacc-weirdnames.sh
+PASS: t/yflags.sh
+PASS: t/yflags-cxx.sh
+PASS: t/yflags-cmdline-override.sh
+PASS: t/yflags-conditional.sh
+PASS: t/yflags-d-false-positives.sh
+PASS: t/yflags-force-conditional.sh
+PASS: t/yflags-force-override.sh
+PASS: t/yflags-var-expand.sh
+PASS: t/ar-lib-w.sh
+PASS: t/built-sources-check-w.sh
+PASS: t/check-exported-srcdir-w.sh
+PASS: t/check-fd-redirect-w.sh
+PASS: t/check-subst-prog-w.sh
+PASS: t/check-subst-w.sh
+PASS: t/check-tests-in-builddir-w.sh
+PASS: t/check-w.sh
+PASS: t/check11-w.sh
+PASS: t/check12-w.sh
+PASS: t/check2-w.sh
+PASS: t/check4-w.sh
+PASS: t/check5-w.sh
+PASS: t/check6-w.sh
+PASS: t/check7-w.sh
+PASS: t/check8-w.sh
+PASS: t/color-tests-w.sh
+PASS: t/color-tests2-w.sh
+PASS: t/compile-w.sh
+PASS: t/compile2-w.sh
+PASS: t/compile3-w.sh
+compile4-w: skipped test: Microsoft C compiler 'cl' not available
+SKIP: t/compile4-w.sh
+compile5-w: skipped test: target OS is not MinGW
+SKIP: t/compile5-w.sh
+PASS: t/compile6-w.sh
+PASS: t/exeext4-w.sh
+PASS: t/install-sh-option-C-w.sh
+PASS: t/install-sh-unittests-w.sh
+PASS: t/maken3-w.sh
+PASS: t/mdate5-w.sh
+PASS: t/mdate6-w.sh
+PASS: t/missing-version-mismatch-w.sh
+PASS: t/missing3-w.sh
+PASS: t/mkinst3-w.sh
+PASS: t/posixsubst-tests-w.sh
+PASS: t/depcomp-lt-auto.tap 1 - [in-tree build, default] configure
+PASS: t/depcomp-lt-auto.tap 2 - [in-tree build, default] right depmode selected
+PASS: t/depcomp-lt-auto.tap 3 - [in-tree build, default] simple make
+PASS: t/depcomp-lt-auto.tap 4 - [in-tree build, default] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 5 - [in-tree build, default] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 6 - [in-tree build, default] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 7 - [in-tree build, default] make distclean
+PASS: t/depcomp-lt-auto.tap 8 - [in-tree build, noshared] configure
+PASS: t/depcomp-lt-auto.tap 9 - [in-tree build, noshared] right depmode selected
+PASS: t/depcomp-lt-auto.tap 10 - [in-tree build, noshared] simple make
+PASS: t/depcomp-lt-auto.tap 11 - [in-tree build, noshared] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 12 - [in-tree build, noshared] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 13 - [in-tree build, noshared] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 14 - [in-tree build, noshared] make distclean
+PASS: t/depcomp-lt-auto.tap 15 - [in-tree build, nostatic] configure
+PASS: t/depcomp-lt-auto.tap 16 - [in-tree build, nostatic] right depmode selected
+PASS: t/depcomp-lt-auto.tap 17 - [in-tree build, nostatic] simple make
+PASS: t/depcomp-lt-auto.tap 18 - [in-tree build, nostatic] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 19 - [in-tree build, nostatic] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 20 - [in-tree build, nostatic] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 21 - [in-tree build, nostatic] make distclean
+PASS: t/depcomp-lt-auto.tap 22 - [simple VPATH, default] configure
+PASS: t/depcomp-lt-auto.tap 23 - [simple VPATH, default] right depmode selected
+PASS: t/depcomp-lt-auto.tap 24 - [simple VPATH, default] simple make
+PASS: t/depcomp-lt-auto.tap 25 - [simple VPATH, default] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 26 - [simple VPATH, default] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 27 - [simple VPATH, default] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 28 - [simple VPATH, default] make distclean
+PASS: t/depcomp-lt-auto.tap 29 - [simple VPATH, noshared] configure
+PASS: t/depcomp-lt-auto.tap 30 - [simple VPATH, noshared] right depmode selected
+PASS: t/depcomp-lt-auto.tap 31 - [simple VPATH, noshared] simple make
+PASS: t/depcomp-lt-auto.tap 32 - [simple VPATH, noshared] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 33 - [simple VPATH, noshared] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 34 - [simple VPATH, noshared] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 35 - [simple VPATH, noshared] make distclean
+PASS: t/depcomp-lt-auto.tap 36 - [simple VPATH, nostatic] configure
+PASS: t/depcomp-lt-auto.tap 37 - [simple VPATH, nostatic] right depmode selected
+PASS: t/depcomp-lt-auto.tap 38 - [simple VPATH, nostatic] simple make
+PASS: t/depcomp-lt-auto.tap 39 - [simple VPATH, nostatic] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 40 - [simple VPATH, nostatic] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 41 - [simple VPATH, nostatic] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 42 - [simple VPATH, nostatic] make distclean
+PASS: t/depcomp-lt-auto.tap 43 - [long VPATH, default] configure
+PASS: t/depcomp-lt-auto.tap 44 - [long VPATH, default] right depmode selected
+PASS: t/depcomp-lt-auto.tap 45 - [long VPATH, default] simple make
+PASS: t/depcomp-lt-auto.tap 46 - [long VPATH, default] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 47 - [long VPATH, default] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 48 - [long VPATH, default] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 49 - [long VPATH, default] make distclean
+PASS: t/depcomp-lt-auto.tap 50 - [long VPATH, noshared] configure
+PASS: t/depcomp-lt-auto.tap 51 - [long VPATH, noshared] right depmode selected
+PASS: t/depcomp-lt-auto.tap 52 - [long VPATH, noshared] simple make
+PASS: t/depcomp-lt-auto.tap 53 - [long VPATH, noshared] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 54 - [long VPATH, noshared] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 55 - [long VPATH, noshared] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 56 - [long VPATH, noshared] make distclean
+PASS: t/depcomp-lt-auto.tap 57 - [long VPATH, nostatic] configure
+PASS: t/depcomp-lt-auto.tap 58 - [long VPATH, nostatic] right depmode selected
+PASS: t/depcomp-lt-auto.tap 59 - [long VPATH, nostatic] simple make
+PASS: t/depcomp-lt-auto.tap 60 - [long VPATH, nostatic] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 61 - [long VPATH, nostatic] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 62 - [long VPATH, nostatic] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 63 - [long VPATH, nostatic] make distclean
+PASS: t/depcomp-lt-auto.tap 64 - [absolute VPATH, default] configure
+PASS: t/depcomp-lt-auto.tap 65 - [absolute VPATH, default] right depmode selected
+PASS: t/depcomp-lt-auto.tap 66 - [absolute VPATH, default] simple make
+PASS: t/depcomp-lt-auto.tap 67 - [absolute VPATH, default] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 68 - [absolute VPATH, default] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 69 - [absolute VPATH, default] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 70 - [absolute VPATH, default] make distclean
+PASS: t/depcomp-lt-auto.tap 71 - [absolute VPATH, noshared] configure
+PASS: t/depcomp-lt-auto.tap 72 - [absolute VPATH, noshared] right depmode selected
+PASS: t/depcomp-lt-auto.tap 73 - [absolute VPATH, noshared] simple make
+PASS: t/depcomp-lt-auto.tap 74 - [absolute VPATH, noshared] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 75 - [absolute VPATH, noshared] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 76 - [absolute VPATH, noshared] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 77 - [absolute VPATH, noshared] make distclean
+PASS: t/depcomp-lt-auto.tap 78 - [absolute VPATH, nostatic] configure
+PASS: t/depcomp-lt-auto.tap 79 - [absolute VPATH, nostatic] right depmode selected
+PASS: t/depcomp-lt-auto.tap 80 - [absolute VPATH, nostatic] simple make
+PASS: t/depcomp-lt-auto.tap 81 - [absolute VPATH, nostatic] clean & rebuild
+PASS: t/depcomp-lt-auto.tap 82 - [absolute VPATH, nostatic] generated Plo files look correct
+PASS: t/depcomp-lt-auto.tap 83 - [absolute VPATH, nostatic] dependency tracking works
+PASS: t/depcomp-lt-auto.tap 84 - [absolute VPATH, nostatic] make distclean
+PASS: t/depcomp-lt-cpp.tap 1 - [in-tree build] configure
+PASS: t/depcomp-lt-cpp.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-lt-cpp.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-lt-cpp.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-lt-cpp.tap 5 - [in-tree build] generated Plo files look correct
+PASS: t/depcomp-lt-cpp.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-lt-cpp.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-lt-cpp.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-lt-cpp.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-lt-cpp.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-lt-cpp.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-lt-cpp.tap 12 - [simple VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-cpp.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-lt-cpp.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-lt-cpp.tap 15 - [long VPATH] configure
+PASS: t/depcomp-lt-cpp.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-lt-cpp.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-lt-cpp.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-lt-cpp.tap 19 - [long VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-cpp.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-lt-cpp.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-lt-cpp.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-lt-cpp.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-lt-cpp.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-lt-cpp.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-lt-cpp.tap 26 - [absolute VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-cpp.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-lt-cpp.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-lt-dashmstdout.tap 1 - [in-tree build] configure
+PASS: t/depcomp-lt-dashmstdout.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-lt-dashmstdout.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-lt-dashmstdout.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-lt-dashmstdout.tap 5 - [in-tree build] generated Plo files look correct
+PASS: t/depcomp-lt-dashmstdout.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-lt-dashmstdout.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-lt-dashmstdout.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-lt-dashmstdout.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-lt-dashmstdout.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-lt-dashmstdout.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-lt-dashmstdout.tap 12 - [simple VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-dashmstdout.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-lt-dashmstdout.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-lt-dashmstdout.tap 15 - [long VPATH] configure
+PASS: t/depcomp-lt-dashmstdout.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-lt-dashmstdout.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-lt-dashmstdout.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-lt-dashmstdout.tap 19 - [long VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-dashmstdout.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-lt-dashmstdout.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-lt-dashmstdout.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-lt-dashmstdout.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-lt-dashmstdout.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-lt-dashmstdout.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-lt-dashmstdout.tap 26 - [absolute VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-dashmstdout.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-lt-dashmstdout.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-lt-disabled.tap 1 - [in-tree build] configure
+PASS: t/depcomp-lt-disabled.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-lt-disabled.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-lt-disabled.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-lt-disabled.tap 5 - [in-tree build] no dependency files generated
+PASS: t/depcomp-lt-disabled.tap 6 - [in-tree build] dependency tracking is truly disabled
+PASS: t/depcomp-lt-disabled.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-lt-disabled.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-lt-disabled.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-lt-disabled.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-lt-disabled.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-lt-disabled.tap 12 - [simple VPATH] no dependency files generated
+PASS: t/depcomp-lt-disabled.tap 13 - [simple VPATH] dependency tracking is truly disabled
+PASS: t/depcomp-lt-disabled.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-lt-disabled.tap 15 - [long VPATH] configure
+PASS: t/depcomp-lt-disabled.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-lt-disabled.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-lt-disabled.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-lt-disabled.tap 19 - [long VPATH] no dependency files generated
+PASS: t/depcomp-lt-disabled.tap 20 - [long VPATH] dependency tracking is truly disabled
+PASS: t/depcomp-lt-disabled.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-lt-disabled.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-lt-disabled.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-lt-disabled.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-lt-disabled.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-lt-disabled.tap 26 - [absolute VPATH] no dependency files generated
+PASS: t/depcomp-lt-disabled.tap 27 - [absolute VPATH] dependency tracking is truly disabled
+PASS: t/depcomp-lt-disabled.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-lt-gcc.tap 1 - [in-tree build] configure
+PASS: t/depcomp-lt-gcc.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-lt-gcc.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-lt-gcc.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-lt-gcc.tap 5 - [in-tree build] generated Plo files look correct
+PASS: t/depcomp-lt-gcc.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-lt-gcc.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-lt-gcc.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-lt-gcc.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-lt-gcc.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-lt-gcc.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-lt-gcc.tap 12 - [simple VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-gcc.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-lt-gcc.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-lt-gcc.tap 15 - [long VPATH] configure
+PASS: t/depcomp-lt-gcc.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-lt-gcc.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-lt-gcc.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-lt-gcc.tap 19 - [long VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-gcc.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-lt-gcc.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-lt-gcc.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-lt-gcc.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-lt-gcc.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-lt-gcc.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-lt-gcc.tap 26 - [absolute VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-gcc.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-lt-gcc.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-lt-makedepend.tap 1 - [in-tree build] configure
+PASS: t/depcomp-lt-makedepend.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-lt-makedepend.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-lt-makedepend.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-lt-makedepend.tap 5 - [in-tree build] generated Plo files look correct
+PASS: t/depcomp-lt-makedepend.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-lt-makedepend.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-lt-makedepend.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-lt-makedepend.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-lt-makedepend.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-lt-makedepend.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-lt-makedepend.tap 12 - [simple VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-makedepend.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-lt-makedepend.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-lt-makedepend.tap 15 - [long VPATH] configure
+PASS: t/depcomp-lt-makedepend.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-lt-makedepend.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-lt-makedepend.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-lt-makedepend.tap 19 - [long VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-makedepend.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-lt-makedepend.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-lt-makedepend.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-lt-makedepend.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-lt-makedepend.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-lt-makedepend.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-lt-makedepend.tap 26 - [absolute VPATH] generated Plo files look correct
+PASS: t/depcomp-lt-makedepend.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-lt-makedepend.tap 28 - [absolute VPATH] make distclean
+SKIP: t/depcomp-lt-msvcmsys.tap - Microsoft C compiler 'cl' not available
+SKIP: t/depcomp-lt-msvisualcpp.tap - Microsoft C compiler 'cl' not available
+PASS: t/depcomp-auto.tap 1 - [in-tree build] configure
+PASS: t/depcomp-auto.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-auto.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-auto.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-auto.tap 5 - [in-tree build] generated Po files look correct
+PASS: t/depcomp-auto.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-auto.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-auto.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-auto.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-auto.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-auto.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-auto.tap 12 - [simple VPATH] generated Po files look correct
+PASS: t/depcomp-auto.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-auto.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-auto.tap 15 - [long VPATH] configure
+PASS: t/depcomp-auto.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-auto.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-auto.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-auto.tap 19 - [long VPATH] generated Po files look correct
+PASS: t/depcomp-auto.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-auto.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-auto.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-auto.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-auto.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-auto.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-auto.tap 26 - [absolute VPATH] generated Po files look correct
+PASS: t/depcomp-auto.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-auto.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-cpp.tap 1 - [in-tree build] configure
+PASS: t/depcomp-cpp.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-cpp.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-cpp.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-cpp.tap 5 - [in-tree build] generated Po files look correct
+PASS: t/depcomp-cpp.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-cpp.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-cpp.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-cpp.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-cpp.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-cpp.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-cpp.tap 12 - [simple VPATH] generated Po files look correct
+PASS: t/depcomp-cpp.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-cpp.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-cpp.tap 15 - [long VPATH] configure
+PASS: t/depcomp-cpp.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-cpp.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-cpp.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-cpp.tap 19 - [long VPATH] generated Po files look correct
+PASS: t/depcomp-cpp.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-cpp.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-cpp.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-cpp.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-cpp.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-cpp.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-cpp.tap 26 - [absolute VPATH] generated Po files look correct
+PASS: t/depcomp-cpp.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-cpp.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-dashmstdout.tap 1 - [in-tree build] configure
+PASS: t/depcomp-dashmstdout.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-dashmstdout.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-dashmstdout.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-dashmstdout.tap 5 - [in-tree build] generated Po files look correct
+PASS: t/depcomp-dashmstdout.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-dashmstdout.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-dashmstdout.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-dashmstdout.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-dashmstdout.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-dashmstdout.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-dashmstdout.tap 12 - [simple VPATH] generated Po files look correct
+PASS: t/depcomp-dashmstdout.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-dashmstdout.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-dashmstdout.tap 15 - [long VPATH] configure
+PASS: t/depcomp-dashmstdout.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-dashmstdout.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-dashmstdout.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-dashmstdout.tap 19 - [long VPATH] generated Po files look correct
+PASS: t/depcomp-dashmstdout.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-dashmstdout.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-dashmstdout.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-dashmstdout.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-dashmstdout.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-dashmstdout.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-dashmstdout.tap 26 - [absolute VPATH] generated Po files look correct
+PASS: t/depcomp-dashmstdout.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-dashmstdout.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-disabled.tap 1 - [in-tree build] configure
+PASS: t/depcomp-disabled.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-disabled.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-disabled.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-disabled.tap 5 - [in-tree build] no dependency files generated
+PASS: t/depcomp-disabled.tap 6 - [in-tree build] dependency tracking is truly disabled
+PASS: t/depcomp-disabled.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-disabled.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-disabled.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-disabled.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-disabled.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-disabled.tap 12 - [simple VPATH] no dependency files generated
+PASS: t/depcomp-disabled.tap 13 - [simple VPATH] dependency tracking is truly disabled
+PASS: t/depcomp-disabled.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-disabled.tap 15 - [long VPATH] configure
+PASS: t/depcomp-disabled.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-disabled.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-disabled.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-disabled.tap 19 - [long VPATH] no dependency files generated
+PASS: t/depcomp-disabled.tap 20 - [long VPATH] dependency tracking is truly disabled
+PASS: t/depcomp-disabled.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-disabled.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-disabled.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-disabled.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-disabled.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-disabled.tap 26 - [absolute VPATH] no dependency files generated
+PASS: t/depcomp-disabled.tap 27 - [absolute VPATH] dependency tracking is truly disabled
+PASS: t/depcomp-disabled.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-gcc.tap 1 - [in-tree build] configure
+PASS: t/depcomp-gcc.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-gcc.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-gcc.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-gcc.tap 5 - [in-tree build] generated Po files look correct
+PASS: t/depcomp-gcc.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-gcc.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-gcc.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-gcc.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-gcc.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-gcc.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-gcc.tap 12 - [simple VPATH] generated Po files look correct
+PASS: t/depcomp-gcc.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-gcc.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-gcc.tap 15 - [long VPATH] configure
+PASS: t/depcomp-gcc.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-gcc.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-gcc.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-gcc.tap 19 - [long VPATH] generated Po files look correct
+PASS: t/depcomp-gcc.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-gcc.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-gcc.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-gcc.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-gcc.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-gcc.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-gcc.tap 26 - [absolute VPATH] generated Po files look correct
+PASS: t/depcomp-gcc.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-gcc.tap 28 - [absolute VPATH] make distclean
+PASS: t/depcomp-makedepend.tap 1 - [in-tree build] configure
+PASS: t/depcomp-makedepend.tap 2 - [in-tree build] right depmode selected
+PASS: t/depcomp-makedepend.tap 3 - [in-tree build] simple make
+PASS: t/depcomp-makedepend.tap 4 - [in-tree build] clean & rebuild
+PASS: t/depcomp-makedepend.tap 5 - [in-tree build] generated Po files look correct
+PASS: t/depcomp-makedepend.tap 6 - [in-tree build] dependency tracking works
+PASS: t/depcomp-makedepend.tap 7 - [in-tree build] make distclean
+PASS: t/depcomp-makedepend.tap 8 - [simple VPATH] configure
+PASS: t/depcomp-makedepend.tap 9 - [simple VPATH] right depmode selected
+PASS: t/depcomp-makedepend.tap 10 - [simple VPATH] simple make
+PASS: t/depcomp-makedepend.tap 11 - [simple VPATH] clean & rebuild
+PASS: t/depcomp-makedepend.tap 12 - [simple VPATH] generated Po files look correct
+PASS: t/depcomp-makedepend.tap 13 - [simple VPATH] dependency tracking works
+PASS: t/depcomp-makedepend.tap 14 - [simple VPATH] make distclean
+PASS: t/depcomp-makedepend.tap 15 - [long VPATH] configure
+PASS: t/depcomp-makedepend.tap 16 - [long VPATH] right depmode selected
+PASS: t/depcomp-makedepend.tap 17 - [long VPATH] simple make
+PASS: t/depcomp-makedepend.tap 18 - [long VPATH] clean & rebuild
+PASS: t/depcomp-makedepend.tap 19 - [long VPATH] generated Po files look correct
+PASS: t/depcomp-makedepend.tap 20 - [long VPATH] dependency tracking works
+PASS: t/depcomp-makedepend.tap 21 - [long VPATH] make distclean
+PASS: t/depcomp-makedepend.tap 22 - [absolute VPATH] configure
+PASS: t/depcomp-makedepend.tap 23 - [absolute VPATH] right depmode selected
+PASS: t/depcomp-makedepend.tap 24 - [absolute VPATH] simple make
+PASS: t/depcomp-makedepend.tap 25 - [absolute VPATH] clean & rebuild
+PASS: t/depcomp-makedepend.tap 26 - [absolute VPATH] generated Po files look correct
+PASS: t/depcomp-makedepend.tap 27 - [absolute VPATH] dependency tracking works
+PASS: t/depcomp-makedepend.tap 28 - [absolute VPATH] make distclean
+SKIP: t/depcomp-msvcmsys.tap - Microsoft C compiler 'cl' not available
+SKIP: t/depcomp-msvisualcpp.tap - Microsoft C compiler 'cl' not available
+parallel-tests-html: skipped test: no proper rst2html program found
+SKIP: contrib/t/parallel-tests-html.sh
+parallel-tests-html-recursive: skipped test: no proper rst2html program found
+SKIP: contrib/t/parallel-tests-html-recursive.sh
+PASS: contrib/t/help-multilib.sh
+PASS: contrib/t/multilib.sh
+============================================================================
+Testsuite summary for GNU Automake 1.15
+============================================================================
+# TOTAL: 2953
+# PASS:  2846
+# SKIP:  63
+# XFAIL: 42
+# FAIL:  2
+# XPASS: 0
+# ERROR: 0
+============================================================================
+See ./test-suite.log
+Please report to [email protected]
+============================================================================
+make[2]: *** [test-suite.log] Error 1
+make[2]: Leaving directory `$(@D)'
+make[1]: *** [check-TESTS] Error 2
+make[1]: Leaving directory `$(@D)'
+make: *** [check-am] Error 2
--- a/components/enscript/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/enscript/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -62,7 +62,10 @@
 	$(MV) php.st ruby.st $(SOURCE_DIR)/states/hl ;
 
 # There are patches that change a Makefile.am and configure.in
-COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf -fiv);
+# This version of enscript needs an older automake to reconfigure.  When
+# we upgrade enscript, we can use the newer version.
+COMPONENT_PREP_ACTION +=(cd $(@D); ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 \
+				   autoreconf -fiv);
 
 # Needed so that enscript can find the enscript.cfg file.
 CONFIGURE_OPTIONS +=    --sysconfdir=/etc
--- a/components/libmicrohttpd/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libmicrohttpd/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -53,7 +53,9 @@
 
 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
 
-COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf -f);
+# requires an older automake to reconfigure. 
+COMPONENT_PREP_ACTION += \
+	(cd $(@D); ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv);
 
 ASLR_MODE = $(ASLR_ENABLE)
 
--- a/components/libmng/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libmng/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -88,11 +88,11 @@
 CONFIGURE_OPTIONS += --with-zlib
 CONFIGURE_OPTIONS += --with-jpeg
 
+# requires an older automake to reconfigure.
 COMPONENT_PREP_ACTION = \
 	( cd $(@D) ; \
 	    $(CP) makefiles/configure.in makefiles/Makefile.am . ; \
-		    libtoolize --force --copy ; aclocal ; \
-		    automake --add-missing --copy ; autoconf )
+	    ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
--- a/components/libtool/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libtool/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -57,7 +57,9 @@
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
 
-COMPONENT_PREP_ACTION = (cd $(@D) ; ./bootstrap)
+# requires an older automake to reconfigure.
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 ./bootstrap)
 
 # Remove the hard-wired compiler locations in the LTCC and two CC lines
 # in the two versions of the libtool script.
--- a/components/libtorrent/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libtorrent/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -48,13 +48,9 @@
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
 
+# requires an older automake to reconfigure.
 COMPONENT_PREP_ACTION = \
-        (cd $(@D) ; \
-	    aclocal -I./scripts -I. ; \
-	    autoheader; \
-	    libtoolize --automake --copy --force; \
-	    automake; \
-	    autoconf )
+        (cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 # Although -norunpath is set for CXXFLAGS, we need to put -norunpath 
 # here, otherwise -norunpath doesn't get set when creating the shared 
--- a/components/libxslt/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libxslt/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -65,9 +65,11 @@
 
 COMPONENT_PREP_ACTION = \
 	(cd $(@D) ; cp ../mapfile.xslt libxslt/libxslt.syms ; \
-		    $(RM) libxslt/xsltconfig.h libexslt/exsltconfig.h ; \
-		    libtoolize --force --copy ; aclocal ; \
-		    automake --addmissing --copy ; autoconf)
+		    $(RM) libxslt/xsltconfig.h libexslt/exsltconfig.h ) ;
+
+# requires an older automake to reconfigure.
+COMPONENT_PREP_ACTION += \
+	(cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 # After we have configured, make a copy of the python bits so we
 # can build separate python 2.7 support.
--- a/components/open-fabrics/libmlx4/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/open-fabrics/libmlx4/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -48,13 +48,14 @@
 
 CONFIGURE_OPTIONS +=	LDFLAGS="$(LDFLAGS)"
 
+# requires an older automake to reconfigure
 COMPONENT_PREP_ACTION += (if [ x$(MACH) = "xi386" ]; then \
 		cp mlx4.driver.i386 $(@D)/mlx4.driver; \
 		else \
 		cp mlx4.driver.sparc $(@D)/mlx4.driver; \
 		fi; \
 		cd $(@D) ; \
-		aclocal --force ; \
+		aclocal-1.11 --force ; \
 		libtoolize --copy --force --ltdl ; \
 		autoconf --force ; \
 		autoheader --force)
--- a/components/popt/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/popt/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -43,12 +43,11 @@
 include $(WS_MAKE_RULES)/lint-libraries.mk
 
 COMPONENT_PREP_ACTION = \
-        (cd $(@D) ; \
-	$(TOUCH) config.rpath ; \
-	libtoolize -f ; \
-	aclocal -I . ; \
-	autoconf ; \
-	automake -a -c -f )
+        (cd $(@D) ; $(TOUCH) config.rpath) ;
+
+# requires an older automake to reconfigure
+COMPONENT_PREP_ACTION += \
+	(cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 # Needed to get "gmake test" to work.
 COMPONENT_PRE_CONFIGURE_ACTION = \
--- a/components/rtorrent/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/rtorrent/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -48,12 +48,13 @@
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
 
+# requires an older automake to reconfigure
 COMPONENT_PREP_ACTION = \
         (cd $(@D) ; \
-	    aclocal -I./scripts -I. ; \
+	    aclocal-1.11 -I./scripts -I. ; \
 	    autoheader; \
 	    libtoolize --automake --copy --force; \
-	    automake; \
+	    automake-1.11; \
 	    autoconf )
 
 # this is needed or we can't compile the rak headers