emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#10418: closed (10 test failures on Fedora 16)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10418: closed (10 test failures on Fedora 16)
Date: Thu, 02 Feb 2012 19:24:03 +0000

Your message dated Thu, 02 Feb 2012 20:22:48 +0100
with message-id <address@hidden>
and subject line Re: bug#10418: [PATCH] {master} tap/perl: handle missing or 
non-executable scripts better
has caused the debbugs.gnu.org bug report #10418,
regarding 10 test failures on Fedora 16
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10418: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10418
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 10 test failures on Fedora 16 Date: Sun, 01 Jan 2012 16:35:07 +0100
Building on master, v1.11-1673-gc1b14e9,
I saw one "ERROR" and 10 failures.

The ERROR is trivial to fix.  Patch below.
I haven't looked at the others.

>From eaf1afdd35e9eaa3eb1cda4983ae92d5eef5bc7b Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 1 Jan 2012 16:33:44 +0100
Subject: [PATCH] tests: avoid spurious failure due to lack of ChangeLog

* tests/get-sysconf.test: Don't reference ChangeLog, since it
is no longer under version control.
---
 tests/get-sysconf.test |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tests/get-sysconf.test b/tests/get-sysconf.test
index fe78d70..5aa6443 100755
--- a/tests/get-sysconf.test
+++ b/tests/get-sysconf.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
 #
 # 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
@@ -23,7 +23,6 @@
 . ./defs || Exit 1

 st=0
-sed 20q "$top_testsrcdir/ChangeLog" || st=1
 $PERL -V || st=1
 cat "$top_testbuilddir/config.log" || st=1
 cat "$testbuilddir/aclocal-$APIVERSION" || st=1
--
1.7.8.1.391.g2c2ad



==============================================
   GNU Automake 1.11a: tests/test-suite.log
==============================================

# TOTAL: 2477
# PASS:  2377
# SKIP:  60
# XFAIL: 29
# FAIL:  10
# XPASS: 0
# ERROR: 1

.. contents:: :depth: 2

ERROR: get-sysconf
==================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/get-sysconf.dir
+ st=0
+ sed 20q /h/j/w/co/automake/ChangeLog
sed: can't read /h/j/w/co/automake/ChangeLog: No such file or directory
+ st=1
+ /usr/bin/perl -V
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:

  Platform:
    osname=linux, osvers=2.6.32-220.el6.x86_64, 
archname=x86_64-linux-thread-multi
    uname='linux x86-15.phx2.fedoraproject.org 2.6.32-220.el6.x86_64 #1 smp wed 
nov 9 08:03:13 est 2011 x86_64 x86_64 x86_64 gnulinux '
    config_args='-des -Doptimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic 
-Dccdlflags=-Wl,--enable-new-dtags -DDEBUGGING=-g -Dversion=5.14.2 
-Dmyhostname=localhost address@hidden -Dcc=gcc -Dcf_by=Red Hat, Inc. 
-Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr/local 
-Dsitelib=/usr/local/share/perl5 -Dsitearch=/usr/local/lib64/perl5 
-Dprivlib=/usr/share/perl5 -Dvendorlib=/usr/share/perl5/vendor_perl 
-Darchlib=/usr/lib64/perl5 -Dvendorarch=/usr/lib64/perl5/vendor_perl 
-Darchname=x86_64-linux-thread-multi -Dlibpth=/usr/local/lib64 /lib64 
/usr/lib64 -Duseshrplib -Dusethreads -Duseithreads -Dusedtrace=/usr/bin/dtrace 
-Duselargefiles -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog 
-Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly 
-Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto -Ud_endhostent_r_proto 
-Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto 
-Ud_endservent_r_proto -Ud_setservent_r_proto -Dscriptdir=/usr/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.6.2 20111027 (Red Hat 4.6.2-1)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -fstack-protector'
    libpth=/usr/local/lib64 /lib64 /usr/lib64
    libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc 
-lgdbm_compat
    perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.14.90'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, 
ccdlflags='-Wl,--enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic'


Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Built under linux
  Compiled at Dec 21 2011 13:00:29
  @INC:
    /usr/local/lib64/perl5
    /usr/local/share/perl5
    /usr/lib64/perl5/vendor_perl
    /usr/share/perl5/vendor_perl
    /usr/lib64/perl5
    /usr/share/perl5
    .
+ cat /h/j/w/co/automake/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Automake configure 1.11a, which was
generated by GNU Autoconf 2.68.101-b8546.  Invocation command line was

  $ ./configure --prefix=/p --no-create --no-recursion

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

hostname = hx.meyering.net
uname -m = x86_64
uname -r = 3.1.5-6.fc16.x86_64
uname -s = Linux
uname -v = #1 SMP Thu Dec 15 16:14:44 UTC 2011

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

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

PATH: /opt/cov-sa-linux64-5.4.0/bin
PATH: /usr/lib64/ccache
PATH: /h/j/bin/perl
PATH: /h/j/bin
PATH: /p/p/git/bin
PATH: /p/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local
PATH: /usr/local/bin


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

configure:1789: checking build system type
configure:1803: result: x86_64-unknown-linux-gnu
configure:1823: checking host system type
configure:1836: result: x86_64-unknown-linux-gnu
configure:1889: checking for a BSD-compatible install
configure:1957: result: /p/bin/install -c
configure:1968: checking whether build environment is sane
configure:2023: result: yes
configure:2174: checking for a thread-safe mkdir -p
configure:2213: result: /p/bin/mkdir -p
configure:2226: checking for gawk
configure:2242: found /bin/gawk
configure:2253: result: gawk
configure:2264: checking whether make sets $(MAKE)
configure:2286: result: yes
configure:2315: checking whether make supports nested variables
configure:2332: result: yes
configure:2434: checking for perl
configure:2452: found /usr/bin/perl
configure:2464: result: /usr/bin/perl
configure:2476: /usr/bin/perl --version

This is perl 5, version 14, subversion 2 (v5.14.2) built for 
x86_64-linux-thread-multi

Copyright 1987-2011, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

configure:2479: $? = 0
configure:2489: checking whether /usr/bin/perl supports ithreads
configure:2512: result: yes
configure:2524: checking for tex
configure:2540: found /usr/bin/tex
configure:2551: result: tex
configure:2562: tex --version </dev/null
TeX 3.141592 (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 D.E. Knuth.
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.
Kpathsea written by Karl Berry, Olaf Weber, and others.

configure:2565: $? = 0
configure:2580: checking whether autoconf is installed
configure:2585: autoconf --version
autoconf (GNU Autoconf) 2.68.101-b8546
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
configure:2588: $? = 0
configure:2596: result: yes
configure:2603: checking whether autoconf works
configure:2610: cd conftest && autoconf -o /dev/null conftest.ac
configure:2613: $? = 0
configure:2622: result: yes
configure:2629: checking whether autoconf is recent enough
configure:2636: cd conftest && autoconf -o /dev/null conftest.ac
configure:2639: $? = 0
configure:2648: result: yes
configure:2655: checking whether ln works
configure:2675: result: yes
configure:2690: checking for grep that handles long lines and -e
configure:2748: result: /p/bin/grep
configure:2753: checking for egrep
configure:2815: result: /p/bin/grep -E
configure:2820: checking for fgrep
configure:2882: result: /p/bin/grep -F
configure:2888: checking whether /bin/sh has working 'set -e' with exit trap
configure:2901: result: yes
configure:3068: checking that generated files are newer than configure
configure:3074: result: done
configure:3082: creating ./config.status

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_path_EGREP='/p/bin/grep -E'
ac_cv_path_FGREP='/p/bin/grep -F'
ac_cv_path_GREP=/p/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/p/bin/install -c'
ac_cv_path_mkdir=/p/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_TEX=tex
ac_cv_prog_make_make_set=yes
am_cv_autoconf_installed=yes
am_cv_autoconf_version=yes
am_cv_autoconf_works=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_PERL_ithreads=yes
am_cv_prog_ln=ln
am_cv_sh_errexit_works=yes

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

ACLOCAL='perllibdir="/h/j/w/co/automake/lib:./lib" "/h/j/w/co/automake/aclocal" 
--acdir=m4 -I m4'
AMTAR='${SHELL} /h/j/w/co/automake/lib/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APIVERSION='1.11a'
AUTOCONF='${SHELL} /h/j/w/co/automake/lib/missing --run autoconf'
AUTOHEADER='${SHELL} /h/j/w/co/automake/lib/missing --run autoheader'
AUTOMAKE='perllibdir="/h/j/w/co/automake/lib:./lib" 
"/h/j/w/co/automake/automake" --libdir=lib'
AWK='gawk'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" 
-DPACKAGE_VERSION=\"1.11a\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.11a\" 
-DPACKAGE_BUGREPORT=\"address@hidden" 
-DPACKAGE_URL=\"http://www.gnu.org/software/automake/\"; -DPACKAGE=\"automake\" 
-DVERSION=\"1.11a\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/p/bin/grep -E'
FGREP='/p/bin/grep -F'
GREP='/p/bin/grep'
HELP2MAN='${SHELL} /h/j/w/co/automake/lib/missing --run help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LN='ln'
LTLIBOBJS=''
MAKEINFO='${SHELL} /h/j/w/co/automake/lib/missing --run makeinfo'
MKDIR_P='/p/bin/mkdir -p'
MODIFICATION_DELAY='2'
PACKAGE='automake'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='GNU Automake'
PACKAGE_STRING='GNU Automake 1.11a'
PACKAGE_TARNAME='automake'
PACKAGE_URL='http://www.gnu.org/software/automake/'
PACKAGE_VERSION='1.11a'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PERL_THREADS='1'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TEX='tex'
VERSION='1.11a'
am_AUTOCONF='autoconf'
am_AUTOHEADER='autoheader'
am_AUTOM4TE='autom4te'
am_AUTORECONF='autoreconf'
am_AUTOUPDATE='autoupdate'
am__isrc=''
am__leading_dot='.'
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
amdir='${pkgvdatadir}/am'
automake_acdir='${datadir}/aclocal-1.11a'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /h/j/w/co/automake/lib/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/p/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgvdatadir='${datadir}/automake-1.11a'
prefix='/p'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
scriptdir='${pkgvdatadir}'
sh_errexit_works='yes'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
system_acdir='${datadir}/aclocal'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "GNU Automake"
#define PACKAGE_TARNAME "automake"
#define PACKAGE_VERSION "1.11a"
#define PACKAGE_STRING "GNU Automake 1.11a"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_URL "http://www.gnu.org/software/automake/";
#define PACKAGE "automake"
#define VERSION "1.11a"

configure: exit 0

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

This file was extended by GNU Automake config.status 1.11a, which was
generated by GNU Autoconf 2.68.101-b8546.  Invocation command line was

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

on hx.meyering.net

config.status:805: creating Makefile
config.status:805: creating doc/Makefile
config.status:805: creating lib/Automake/Makefile
config.status:805: creating lib/Automake/tests/Makefile
config.status:805: creating lib/Makefile
config.status:805: creating lib/am/Makefile
config.status:805: creating m4/Makefile
config.status:805: creating tests/Makefile
config.status:805: creating tests/aclocal-1.11a
config.status:805: creating tests/automake-1.11a

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

This file was extended by GNU Automake config.status 1.11a, which was
generated by GNU Autoconf 2.68.101-b8546.  Invocation command line was

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

on hx.meyering.net

config.status:805: creating tests/Makefile
+ cat /h/j/w/co/automake/tests/aclocal-1.11a
#!/bin/sh
# tests/aclocal-1.11a.  Generated from aclocal.in by configure.

# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
fi

perllibdir="/h/j/w/co/automake/lib:/h/j/w/co/automake/lib"
export perllibdir

exec "/h/j/w/co/automake/aclocal" "--automake-acdir=/h/j/w/co/automake/m4" \
     "--system-acdir=/h/j/w/co/automake/m4/acdir" ${1+"$@"}
+ cat /h/j/w/co/automake/tests/automake-1.11a
#!/bin/sh
# tests/automake-1.11a.  Generated from automake.in by configure.

# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
fi

perllibdir="/h/j/w/co/automake/lib:/h/j/w/co/automake/lib"
export perllibdir
exec "/h/j/w/co/automake/automake" "--libdir=/h/j/w/co/automake/lib" ${1+"$@"}
+ test 1 -eq 0
+ Exit 99
+ set +e
+ test 77 = 99
+ exit 99
+ exit 99
+ exit_status=99
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 99 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
get-sysconf: exit 99

FAIL: depmod
============

Running from installcheck: no
Using TAP: yes
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/depmod.dir
++ sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p'
++ grep -v '^none$'
+ all_depmodes='gcc3
gcc
hp
sgi
aix
icc
hp2
tru64
msvc7
msvc7msys
nosideeffect
dashmstdout
dashXmstdout
makedepend
cpp
msvisualcpp
msvcmsys'
+ : Turn newlines and tabs into spaces, and strip extra whitespace.
++ echo gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosideeffect 
dashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys
+ all_depmodes='gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosideeffect 
dashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys'
+ test -n 'gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosideeffect 
dashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys'
+ test 0 -gt 0
+ tested_depmodes='gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys 
nosideeffect dashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys'
+ plan_ 102
+ test 1 -eq 0
+ test 1 -ge 2
+ test x102 = xunknown
+ test x102 = xlater
+ test x102 = xlazy
+ test x102 = xnow
+ test 102 -ge 0
+ echo 1..102
1..102
+ have_tap_plan_=yes
++ pwd
+ ocwd=/h/j/w/co/automake/tests/depmod.dir
+ srctree=depmod-1.0
+ mkdir depmod-1.0
+ mv missing install-sh depcomp configure.in depmod-1.0
+ cd depmod-1.0
+ mkdir src src/sub
+ cat
+ echo 'SUBDIRS = src'
+ cat
+ echo 'extern int subfoo (void);'
+ cat
+ cat
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall -a
configure.in:6: installing `./compile'
+ grep am_cv_CC_dependencies_compiler_type configure
if ${am_cv_CC_dependencies_compiler_type+:} false; then :
  am_cv_CC_dependencies_compiler_type=none
        am_cv_CC_dependencies_compiler_type=$depmode
  am_cv_CC_dependencies_compiler_type=none
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 
$am_cv_CC_dependencies_compiler_type" >&5
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+ cd /h/j/w/co/automake/tests/depmod.dir
+ longpath=this-is/a-path/which-have/quite-a/long_long_name
+ depmod-1.0/install-sh -d this-is/a-path/which-have/quite-a/long_long_name
+ cp -pR depmod-1.0/Makefile.am depmod-1.0/Makefile.in depmod-1.0/aclocal.m4 
depmod-1.0/autom4te.cache depmod-1.0/compile depmod-1.0/configure 
depmod-1.0/configure.in depmod-1.0/depcomp depmod-1.0/install-sh 
depmod-1.0/missing depmod-1.0/src 
this-is/a-path/which-have/quite-a/long_long_name
+ cp -pR depmod-1.0/Makefile.am depmod-1.0/Makefile.in depmod-1.0/aclocal.m4 
depmod-1.0/autom4te.cache depmod-1.0/compile depmod-1.0/configure 
depmod-1.0/configure.in depmod-1.0/depcomp depmod-1.0/install-sh 
depmod-1.0/missing depmod-1.0/src .
+ for vpath in simple long absolute
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='gcc3 [simple VPATH]'
+ mkdir gcc3-simple.d
+ cd gcc3-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=gcc3
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'gcc3 [simple VPATH] configure'
+ set +x
ok 1 - gcc3 [simple VPATH] configure
PASS: depmod.tap 1 - gcc3 [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d/src'
depbase=`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -MT foo.o -MD -MP -MF $depbase.Tpo 
-c -o foo.o ../../src/foo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -MT sub/subfoo.o -MD -MP -MF 
$depbase.Tpo -c -o sub/subfoo.o ../../src/sub/subfoo.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d/src'
depbase=`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -MT foo.o -MD -MP -MF $depbase.Tpo 
-c -o foo.o ../../src/foo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -MT sub/subfoo.o -MD -MP -MF 
$depbase.Tpo -c -o sub/subfoo.o ../../src/sub/subfoo.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'gcc3 [simple VPATH] make & remake'
+ set +x
ok 2 - gcc3 [simple VPATH] make & remake
PASS: depmod.tap 2 - gcc3 [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ gcc3-simple.d
+ test 1 -gt 0
+ find gcc3-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf gcc3-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='gcc [simple VPATH]'
+ mkdir gcc-simple.d
+ cd gcc-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=gcc
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'gcc [simple VPATH] configure'
+ set +x
ok 3 - gcc [simple VPATH] configure
PASS: depmod.tap 3 - gcc [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'gcc [simple VPATH] make & remake'
+ set +x
ok 4 - gcc [simple VPATH] make & remake
PASS: depmod.tap 4 - gcc [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ gcc-simple.d
+ test 1 -gt 0
+ find gcc-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf gcc-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='hp [simple VPATH]'
+ mkdir hp-simple.d
+ cd hp-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=hp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) hp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'hp [simple VPATH] configure'
+ set +x
ok 5 - hp [simple VPATH] configure
PASS: depmod.tap 5 - hp [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/hp-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=hp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
cc1: error: unrecognized command line option '-M.deps/foo.TPo'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp-simple.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'hp [simple VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'hp [simple VPATH] make & 
remake'
+ set +x
ok 6 - hp [simple VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 6 - hp [simple VPATH] make & remake # SKIP can't force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='sgi [simple VPATH]'
+ mkdir sgi-simple.d
+ cd sgi-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=sgi
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) sgi
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'sgi [simple VPATH] configure'
+ set +x
ok 7 - sgi [simple VPATH] configure
PASS: depmod.tap 7 - sgi [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/sgi-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=sgi /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
gcc: error: unrecognized command line option '-MDupdate'
gcc: error: .deps/foo.TPo: No such file or directory
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/sgi-simple.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'sgi [simple VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'sgi [simple VPATH] make & 
remake'
+ set +x
ok 8 - sgi [simple VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 8 - sgi [simple VPATH] make & remake # SKIP can't force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='aix [simple VPATH]'
+ mkdir aix-simple.d
+ cd aix-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=aix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) aix
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'aix [simple VPATH] configure'
+ set +x
ok 9 - aix [simple VPATH] configure
PASS: depmod.tap 9 - aix [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/aix-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=aix /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=aix /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
/usr/bin/ld:foo.o: file format not recognized; treating as linker script
/usr/bin/ld:foo.o:1: syntax error
collect2: error: ld returned 1 exit status
make[1]: *** [foo] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/aix-simple.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'aix [simple VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'aix [simple VPATH] make & 
remake'
+ set +x
ok 10 - aix [simple VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 10 - aix [simple VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='icc [simple VPATH]'
+ mkdir icc-simple.d
+ cd icc-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=icc
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) icc
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'icc [simple VPATH] configure'
+ set +x
ok 11 - icc [simple VPATH] configure
PASS: depmod.tap 11 - icc [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-simple.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'icc [simple VPATH] make & remake'
+ set +x
ok 12 - icc [simple VPATH] make & remake
PASS: depmod.tap 12 - icc [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ icc-simple.d
+ test 1 -gt 0
+ find icc-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf icc-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='hp2 [simple VPATH]'
+ mkdir hp2-simple.d
+ cd hp2-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=hp2
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) hp2
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'hp2 [simple VPATH] configure'
+ set +x
ok 13 - hp2 [simple VPATH] configure
PASS: depmod.tap 13 - hp2 [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/hp2-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=hp2 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
gcc: error: +Maked: No such file or directory
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/hp2-simple.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'hp2 [simple VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'hp2 [simple VPATH] make & 
remake'
+ set +x
ok 14 - hp2 [simple VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 14 - hp2 [simple VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='tru64 [simple VPATH]'
+ mkdir tru64-simple.d
+ cd tru64-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=tru64
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) tru64
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'tru64 [simple VPATH] configure'
+ set +x
ok 15 - tru64 [simple VPATH] configure
PASS: depmod.tap 15 - tru64 [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'tru64 [simple VPATH] make & remake'
+ set +x
ok 16 - tru64 [simple VPATH] make & remake
PASS: depmod.tap 16 - tru64 [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ tru64-simple.d
+ test 1 -gt 0
+ find tru64-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf tru64-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='msvc7 [simple VPATH]'
+ mkdir msvc7-simple.d
+ cd msvc7-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=msvc7
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvc7
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvc7 [simple VPATH] configure'
+ set +x
ok 17 - msvc7 [simple VPATH] configure
PASS: depmod.tap 17 - msvc7 [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvc7 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
gcc: error: unrecognized command line option '-showIncludes'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7-simple.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'msvc7 [simple VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7 [simple VPATH] make & 
remake'
+ set +x
ok 18 - msvc7 [simple VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 18 - msvc7 [simple VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='msvc7msys [simple VPATH]'
+ mkdir msvc7msys-simple.d
+ cd msvc7msys-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=msvc7msys
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvc7msys
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvc7msys [simple VPATH] configure'
+ set +x
ok 19 - msvc7msys [simple VPATH] configure
PASS: depmod.tap 19 - msvc7msys [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7msys-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvc7msys /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
gcc: error: unrecognized command line option '-showIncludes'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7msys-simple.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'msvc7msys [simple VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7msys [simple VPATH] make 
& remake'
+ set +x
ok 20 - msvc7msys [simple VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 20 - msvc7msys [simple VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='nosideeffect [simple VPATH]'
+ mkdir nosideeffect-simple.d
+ cd nosideeffect-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=nosideeffect
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) nosideeffect
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'nosideeffect [simple VPATH] configure'
+ set +x
ok 21 - nosideeffect [simple VPATH] configure
PASS: depmod.tap 21 - nosideeffect [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/nosideeffect-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=nosideeffect /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
Unknown depmode nosideeffect
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/nosideeffect-simple.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'nosideeffect [simple VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'nosideeffect [simple VPATH] 
make & remake'
+ set +x
ok 22 - nosideeffect [simple VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 22 - nosideeffect [simple VPATH] make & remake # SKIP can't 
force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='dashmstdout [simple VPATH]'
+ mkdir dashmstdout-simple.d
+ cd dashmstdout-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=dashmstdout
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) dashmstdout
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'dashmstdout [simple VPATH] configure'
+ set +x
ok 23 - dashmstdout [simple VPATH] configure
PASS: depmod.tap 23 - dashmstdout [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'dashmstdout [simple VPATH] make & remake'
+ set +x
ok 24 - dashmstdout [simple VPATH] make & remake
PASS: depmod.tap 24 - dashmstdout [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ dashmstdout-simple.d
+ test 1 -gt 0
+ find dashmstdout-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf dashmstdout-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='dashXmstdout [simple VPATH]'
+ mkdir dashXmstdout-simple.d
+ cd dashXmstdout-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=dashXmstdout
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) dashXmstdout
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'dashXmstdout [simple VPATH] configure'
+ set +x
ok 25 - dashXmstdout [simple VPATH] configure
PASS: depmod.tap 25 - dashXmstdout [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'dashXmstdout [simple VPATH] make & remake'
+ set +x
ok 26 - dashXmstdout [simple VPATH] make & remake
PASS: depmod.tap 26 - dashXmstdout [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ dashXmstdout-simple.d
+ test 1 -gt 0
+ find dashXmstdout-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf dashXmstdout-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='makedepend [simple VPATH]'
+ mkdir makedepend-simple.d
+ cd makedepend-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=makedepend
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) makedepend
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'makedepend [simple VPATH] configure'
+ set +x
ok 27 - makedepend [simple VPATH] configure
PASS: depmod.tap 27 - makedepend [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'makedepend [simple VPATH] make & remake'
+ set +x
ok 28 - makedepend [simple VPATH] make & remake
PASS: depmod.tap 28 - makedepend [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ makedepend-simple.d
+ test 1 -gt 0
+ find makedepend-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf makedepend-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='cpp [simple VPATH]'
+ mkdir cpp-simple.d
+ cd cpp-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=cpp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) cpp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'cpp [simple VPATH] configure'
+ set +x
ok 29 - cpp [simple VPATH] configure
PASS: depmod.tap 29 - cpp [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'cpp [simple VPATH] make & remake'
+ set +x
ok 30 - cpp [simple VPATH] make & remake
PASS: depmod.tap 30 - cpp [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ cpp-simple.d
+ test 1 -gt 0
+ find cpp-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf cpp-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='msvisualcpp [simple VPATH]'
+ mkdir msvisualcpp-simple.d
+ cd msvisualcpp-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=msvisualcpp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvisualcpp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvisualcpp [simple VPATH] configure'
+ set +x
ok 31 - msvisualcpp [simple VPATH] configure
PASS: depmod.tap 31 - msvisualcpp [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
../../depcomp: line 652: cygpath: command not found
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
../../depcomp: line 652: cygpath: command not found
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
../../depcomp: line 652: cygpath: command not found
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
../../depcomp: line 652: cygpath: command not found
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'msvisualcpp [simple VPATH] make & remake'
+ set +x
ok 32 - msvisualcpp [simple VPATH] make & remake
PASS: depmod.tap 32 - msvisualcpp [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ msvisualcpp-simple.d
+ test 1 -gt 0
+ find msvisualcpp-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf msvisualcpp-simple.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=..
+ pfx='msvcmsys [simple VPATH]'
+ mkdir msvcmsys-simple.d
+ cd msvcmsys-simple.d
+ ../configure am_cv_CC_dependencies_compiler_type=msvcmsys
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvcmsys
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvcmsys [simple VPATH] configure'
+ set +x
ok 33 - msvcmsys [simple VPATH] configure
PASS: depmod.tap 33 - msvcmsys [simple VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d/src'
source='../../src/foo.c' object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o foo.o ../../src/foo.c
source='../../src/sub/subfoo.c' object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I../../src     -g -O2 -c -o sub/subfoo.o 
../../src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-simple.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'msvcmsys [simple VPATH] make & remake'
+ set +x
ok 34 - msvcmsys [simple VPATH] make & remake
PASS: depmod.tap 34 - msvcmsys [simple VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ msvcmsys-simple.d
+ test 1 -gt 0
+ find msvcmsys-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf msvcmsys-simple.d
+ for vpath in simple long absolute
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='gcc3 [long VPATH]'
+ mkdir gcc3-long.d
+ cd gcc3-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=gcc3
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'gcc3 [long VPATH] configure'
+ set +x
ok 35 - gcc3 [long VPATH] configure
PASS: depmod.tap 35 - gcc3 [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d/src'
depbase=`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -MT 
foo.o -MD -MP -MF $depbase.Tpo -c -o foo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -MT 
sub/subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d/src'
depbase=`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -MT 
foo.o -MD -MP -MF $depbase.Tpo -c -o foo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -MT 
sub/subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'gcc3 [long VPATH] make & remake'
+ set +x
ok 36 - gcc3 [long VPATH] make & remake
PASS: depmod.tap 36 - gcc3 [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ gcc3-long.d
+ test 1 -gt 0
+ find gcc3-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf gcc3-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='gcc [long VPATH]'
+ mkdir gcc-long.d
+ cd gcc-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=gcc
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'gcc [long VPATH] configure'
+ set +x
ok 37 - gcc [long VPATH] configure
PASS: depmod.tap 37 - gcc [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d'
+ make clean
Making clean in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'gcc [long VPATH] make & remake'
+ set +x
ok 38 - gcc [long VPATH] make & remake
PASS: depmod.tap 38 - gcc [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ gcc-long.d
+ test 1 -gt 0
+ find gcc-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf gcc-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='hp [long VPATH]'
+ mkdir hp-long.d
+ cd hp-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=hp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) hp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'hp [long VPATH] configure'
+ set +x
ok 39 - hp [long VPATH] configure
PASS: depmod.tap 39 - hp [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=hp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
cc1: error: unrecognized command line option '-M.deps/foo.TPo'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp-long.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'hp [long VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'hp [long VPATH] make & remake'
+ set +x
ok 40 - hp [long VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 40 - hp [long VPATH] make & remake # SKIP can't force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='sgi [long VPATH]'
+ mkdir sgi-long.d
+ cd sgi-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=sgi
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) sgi
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'sgi [long VPATH] configure'
+ set +x
ok 41 - sgi [long VPATH] configure
PASS: depmod.tap 41 - sgi [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/sgi-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=sgi /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
gcc: error: unrecognized command line option '-MDupdate'
gcc: error: .deps/foo.TPo: No such file or directory
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/sgi-long.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'sgi [long VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'sgi [long VPATH] make & 
remake'
+ set +x
ok 42 - sgi [long VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 42 - sgi [long VPATH] make & remake # SKIP can't force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='aix [long VPATH]'
+ mkdir aix-long.d
+ cd aix-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=aix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) aix
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'aix [long VPATH] configure'
+ set +x
ok 43 - aix [long VPATH] configure
PASS: depmod.tap 43 - aix [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/aix-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=aix /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=aix /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
/usr/bin/ld:foo.o: file format not recognized; treating as linker script
/usr/bin/ld:foo.o:1: syntax error
collect2: error: ld returned 1 exit status
make[1]: *** [foo] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/aix-long.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'aix [long VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'aix [long VPATH] make & 
remake'
+ set +x
ok 44 - aix [long VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 44 - aix [long VPATH] make & remake # SKIP can't force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='icc [long VPATH]'
+ mkdir icc-long.d
+ cd icc-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=icc
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) icc
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'icc [long VPATH] configure'
+ set +x
ok 45 - icc [long VPATH] configure
PASS: depmod.tap 45 - icc [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d'
+ make clean
Making clean in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'icc [long VPATH] make & remake'
+ set +x
ok 46 - icc [long VPATH] make & remake
PASS: depmod.tap 46 - icc [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ icc-long.d
+ test 1 -gt 0
+ find icc-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf icc-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='hp2 [long VPATH]'
+ mkdir hp2-long.d
+ cd hp2-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=hp2
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) hp2
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'hp2 [long VPATH] configure'
+ set +x
ok 47 - hp2 [long VPATH] configure
PASS: depmod.tap 47 - hp2 [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp2-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=hp2 /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
gcc: error: +Maked: No such file or directory
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp2-long.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'hp2 [long VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'hp2 [long VPATH] make & 
remake'
+ set +x
ok 48 - hp2 [long VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 48 - hp2 [long VPATH] make & remake # SKIP can't force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='tru64 [long VPATH]'
+ mkdir tru64-long.d
+ cd tru64-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=tru64
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) tru64
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'tru64 [long VPATH] configure'
+ set +x
ok 49 - tru64 [long VPATH] configure
PASS: depmod.tap 49 - tru64 [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-long.d/src'
.deps/foo.Po:3: *** missing separator.  Stop.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-long.d/src'
make: *** [clean-recursive] Error 1
+ result_ 'not ok' 'tru64 [long VPATH] make & remake'
+ set +x
not ok 50 - tru64 [long VPATH] make & remake
FAIL: depmod.tap 50 - tru64 [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='msvc7 [long VPATH]'
+ mkdir msvc7-long.d
+ cd msvc7-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=msvc7
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvc7
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvc7 [long VPATH] configure'
+ set +x
ok 51 - msvc7 [long VPATH] configure
PASS: depmod.tap 51 - msvc7 [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvc7 /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
gcc: error: unrecognized command line option '-showIncludes'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7-long.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'msvc7 [long VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7 [long VPATH] make & 
remake'
+ set +x
ok 52 - msvc7 [long VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 52 - msvc7 [long VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='msvc7msys [long VPATH]'
+ mkdir msvc7msys-long.d
+ cd msvc7msys-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=msvc7msys
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvc7msys
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvc7msys [long VPATH] configure'
+ set +x
ok 53 - msvc7msys [long VPATH] configure
PASS: depmod.tap 53 - msvc7msys [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7msys-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvc7msys /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
gcc: error: unrecognized command line option '-showIncludes'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7msys-long.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'msvc7msys [long VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7msys [long VPATH] make & 
remake'
+ set +x
ok 54 - msvc7msys [long VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 54 - msvc7msys [long VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='nosideeffect [long VPATH]'
+ mkdir nosideeffect-long.d
+ cd nosideeffect-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=nosideeffect
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) nosideeffect
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'nosideeffect [long VPATH] configure'
+ set +x
ok 55 - nosideeffect [long VPATH] configure
PASS: depmod.tap 55 - nosideeffect [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/nosideeffect-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=nosideeffect /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
Unknown depmode nosideeffect
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/nosideeffect-long.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'nosideeffect [long VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'nosideeffect [long VPATH] 
make & remake'
+ set +x
ok 56 - nosideeffect [long VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 56 - nosideeffect [long VPATH] make & remake # SKIP can't 
force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='dashmstdout [long VPATH]'
+ mkdir dashmstdout-long.d
+ cd dashmstdout-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=dashmstdout
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) dashmstdout
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'dashmstdout [long VPATH] configure'
+ set +x
ok 57 - dashmstdout [long VPATH] configure
PASS: depmod.tap 57 - dashmstdout [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'dashmstdout [long VPATH] make & remake'
+ set +x
ok 58 - dashmstdout [long VPATH] make & remake
PASS: depmod.tap 58 - dashmstdout [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ dashmstdout-long.d
+ test 1 -gt 0
+ find dashmstdout-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf dashmstdout-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='dashXmstdout [long VPATH]'
+ mkdir dashXmstdout-long.d
+ cd dashXmstdout-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=dashXmstdout
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) dashXmstdout
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'dashXmstdout [long VPATH] configure'
+ set +x
ok 59 - dashXmstdout [long VPATH] configure
PASS: depmod.tap 59 - dashXmstdout [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'dashXmstdout [long VPATH] make & remake'
+ set +x
ok 60 - dashXmstdout [long VPATH] make & remake
PASS: depmod.tap 60 - dashXmstdout [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ dashXmstdout-long.d
+ test 1 -gt 0
+ find dashXmstdout-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf dashXmstdout-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='makedepend [long VPATH]'
+ mkdir makedepend-long.d
+ cd makedepend-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=makedepend
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) makedepend
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'makedepend [long VPATH] configure'
+ set +x
ok 61 - makedepend [long VPATH] configure
PASS: depmod.tap 61 - makedepend [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'makedepend [long VPATH] make & remake'
+ set +x
ok 62 - makedepend [long VPATH] make & remake
PASS: depmod.tap 62 - makedepend [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ makedepend-long.d
+ test 1 -gt 0
+ find makedepend-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf makedepend-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='cpp [long VPATH]'
+ mkdir cpp-long.d
+ cd cpp-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=cpp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) cpp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'cpp [long VPATH] configure'
+ set +x
ok 63 - cpp [long VPATH] configure
PASS: depmod.tap 63 - cpp [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d'
+ make clean
Making clean in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'cpp [long VPATH] make & remake'
+ set +x
ok 64 - cpp [long VPATH] make & remake
PASS: depmod.tap 64 - cpp [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ cpp-long.d
+ test 1 -gt 0
+ find cpp-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf cpp-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='msvisualcpp [long VPATH]'
+ mkdir msvisualcpp-long.d
+ cd msvisualcpp-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=msvisualcpp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvisualcpp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvisualcpp [long VPATH] configure'
+ set +x
ok 65 - msvisualcpp [long VPATH] configure
PASS: depmod.tap 65 - msvisualcpp [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: 
cygpath: command not found
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: 
cygpath: command not found
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: 
cygpath: command not found
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: 
cygpath: command not found
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'msvisualcpp [long VPATH] make & remake'
+ set +x
ok 66 - msvisualcpp [long VPATH] make & remake
PASS: depmod.tap 66 - msvisualcpp [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ msvisualcpp-long.d
+ test 1 -gt 0
+ find msvisualcpp-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf msvisualcpp-long.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=../this-is/a-path/which-have/quite-a/long_long_name
+ pfx='msvcmsys [long VPATH]'
+ mkdir msvcmsys-long.d
+ cd msvcmsys-long.d
+ ../this-is/a-path/which-have/quite-a/long_long_name/configure 
am_cv_CC_dependencies_compiler_type=msvcmsys
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvcmsys
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvcmsys [long VPATH] configure'
+ set +x
ok 67 - msvcmsys [long VPATH] configure
PASS: depmod.tap 67 - msvcmsys [long VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d/src'
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c' 
object='foo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
foo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c
source='../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c'
 object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
../../this-is/a-path/which-have/quite-a/long_long_name/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. 
-I../../this-is/a-path/which-have/quite-a/long_long_name/src     -g -O2 -c -o 
sub/subfoo.o 
../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-long.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'msvcmsys [long VPATH] make & remake'
+ set +x
ok 68 - msvcmsys [long VPATH] make & remake
PASS: depmod.tap 68 - msvcmsys [long VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ msvcmsys-long.d
+ test 1 -gt 0
+ find msvcmsys-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf msvcmsys-long.d
+ for vpath in simple long absolute
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='gcc3 [absolute VPATH]'
+ mkdir gcc3-absolute.d
+ cd gcc3-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=gcc3
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'gcc3 [absolute VPATH] configure'
+ set +x
ok 69 - gcc3 [absolute VPATH] configure
PASS: depmod.tap 69 - gcc3 [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d/src'
depbase=`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -MT 
foo.o -MD -MP -MF $depbase.Tpo -c -o foo.o 
/h/j/w/co/automake/tests/depmod.dir/src/foo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -MT 
sub/subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subfoo.o 
/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d/src'
depbase=`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -MT 
foo.o -MD -MP -MF $depbase.Tpo -c -o foo.o 
/h/j/w/co/automake/tests/depmod.dir/src/foo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -MT 
sub/subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subfoo.o 
/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'gcc3 [absolute VPATH] make & remake'
+ set +x
ok 70 - gcc3 [absolute VPATH] make & remake
PASS: depmod.tap 70 - gcc3 [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ gcc3-absolute.d
+ test 1 -gt 0
+ find gcc3-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf gcc3-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='gcc [absolute VPATH]'
+ mkdir gcc-absolute.d
+ cd gcc-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=gcc
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'gcc [absolute VPATH] configure'
+ set +x
ok 71 - gcc [absolute VPATH] configure
PASS: depmod.tap 71 - gcc [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'gcc [absolute VPATH] make & remake'
+ set +x
ok 72 - gcc [absolute VPATH] make & remake
PASS: depmod.tap 72 - gcc [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ gcc-absolute.d
+ test 1 -gt 0
+ find gcc-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf gcc-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='hp [absolute VPATH]'
+ mkdir hp-absolute.d
+ cd hp-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=hp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) hp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'hp [absolute VPATH] configure'
+ set +x
ok 73 - hp [absolute VPATH] configure
PASS: depmod.tap 73 - hp [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/hp-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=hp /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
cc1: error: unrecognized command line option '-M.deps/foo.TPo'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/hp-absolute.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'hp [absolute VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'hp [absolute VPATH] make & 
remake'
+ set +x
ok 74 - hp [absolute VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 74 - hp [absolute VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='sgi [absolute VPATH]'
+ mkdir sgi-absolute.d
+ cd sgi-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=sgi
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) sgi
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'sgi [absolute VPATH] configure'
+ set +x
ok 75 - sgi [absolute VPATH] configure
PASS: depmod.tap 75 - sgi [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/sgi-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=sgi /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
gcc: error: unrecognized command line option '-MDupdate'
gcc: error: .deps/foo.TPo: No such file or directory
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/sgi-absolute.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'sgi [absolute VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'sgi [absolute VPATH] make & 
remake'
+ set +x
ok 76 - sgi [absolute VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 76 - sgi [absolute VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='aix [absolute VPATH]'
+ mkdir aix-absolute.d
+ cd aix-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=aix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) aix
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'aix [absolute VPATH] configure'
+ set +x
ok 77 - aix [absolute VPATH] configure
PASS: depmod.tap 77 - aix [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/aix-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=aix /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=aix /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
/usr/bin/ld:foo.o: file format not recognized; treating as linker script
/usr/bin/ld:foo.o:1: syntax error
collect2: error: ld returned 1 exit status
make[1]: *** [foo] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/aix-absolute.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'aix [absolute VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'aix [absolute VPATH] make & 
remake'
+ set +x
ok 78 - aix [absolute VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 78 - aix [absolute VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='icc [absolute VPATH]'
+ mkdir icc-absolute.d
+ cd icc-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=icc
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) icc
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'icc [absolute VPATH] configure'
+ set +x
ok 79 - icc [absolute VPATH] configure
PASS: depmod.tap 79 - icc [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=icc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=icc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=icc /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'icc [absolute VPATH] make & remake'
+ set +x
ok 80 - icc [absolute VPATH] make & remake
PASS: depmod.tap 80 - icc [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ icc-absolute.d
+ test 1 -gt 0
+ find icc-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf icc-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='hp2 [absolute VPATH]'
+ mkdir hp2-absolute.d
+ cd hp2-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=hp2
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) hp2
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'hp2 [absolute VPATH] configure'
+ set +x
ok 81 - hp2 [absolute VPATH] configure
PASS: depmod.tap 81 - hp2 [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/hp2-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=hp2 /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
gcc: error: +Maked: No such file or directory
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/hp2-absolute.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'hp2 [absolute VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'hp2 [absolute VPATH] make & 
remake'
+ set +x
ok 82 - hp2 [absolute VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 82 - hp2 [absolute VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='tru64 [absolute VPATH]'
+ mkdir tru64-absolute.d
+ cd tru64-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=tru64
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) tru64
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'tru64 [absolute VPATH] configure'
+ set +x
ok 83 - tru64 [absolute VPATH] configure
PASS: depmod.tap 83 - tru64 [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-absolute.d/src'
.deps/foo.Po:3: *** missing separator.  Stop.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/tru64-absolute.d/src'
make: *** [clean-recursive] Error 1
+ result_ 'not ok' 'tru64 [absolute VPATH] make & remake'
+ set +x
not ok 84 - tru64 [absolute VPATH] make & remake
FAIL: depmod.tap 84 - tru64 [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='msvc7 [absolute VPATH]'
+ mkdir msvc7-absolute.d
+ cd msvc7-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=msvc7
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvc7
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvc7 [absolute VPATH] configure'
+ set +x
ok 85 - msvc7 [absolute VPATH] configure
PASS: depmod.tap 85 - msvc7 [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=msvc7 /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
gcc: error: unrecognized command line option '-showIncludes'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7-absolute.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'msvc7 [absolute VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7 [absolute VPATH] make & 
remake'
+ set +x
ok 86 - msvc7 [absolute VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 86 - msvc7 [absolute VPATH] make & remake # SKIP can't force 
depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='msvc7msys [absolute VPATH]'
+ mkdir msvc7msys-absolute.d
+ cd msvc7msys-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=msvc7msys
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvc7msys
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvc7msys [absolute VPATH] configure'
+ set +x
ok 87 - msvc7msys [absolute VPATH] configure
PASS: depmod.tap 87 - msvc7msys [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7msys-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=msvc7msys /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
gcc: error: unrecognized command line option '-showIncludes'
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvc7msys-absolute.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'msvc7msys [absolute VPATH] make & remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7msys [absolute VPATH] 
make & remake'
+ set +x
ok 88 - msvc7msys [absolute VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 88 - msvc7msys [absolute VPATH] make & remake # SKIP can't 
force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='nosideeffect [absolute VPATH]'
+ mkdir nosideeffect-absolute.d
+ cd nosideeffect-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=nosideeffect
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) nosideeffect
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'nosideeffect [absolute VPATH] configure'
+ set +x
ok 89 - nosideeffect [absolute VPATH] configure
PASS: depmod.tap 89 - nosideeffect [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/nosideeffect-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=nosideeffect /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
Unknown depmode nosideeffect
make[1]: *** [foo.o] Error 1
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/nosideeffect-absolute.d/src'
make: *** [all-recursive] Error 1
+ skip_ -r 'can'\''t force depmode' 'nosideeffect [absolute VPATH] make & 
remake'
+ result_ ok -D SKIP -r 'can'\''t force depmode' 'nosideeffect [absolute VPATH] 
make & remake'
+ set +x
ok 90 - nosideeffect [absolute VPATH] make & remake # SKIP can't force depmode
SKIP: depmod.tap 90 - nosideeffect [absolute VPATH] make & remake # SKIP can't 
force depmode
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'ok,not ok' = ok,ok
+ : For lesser shells with broken 'set -e.'
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='dashmstdout [absolute VPATH]'
+ mkdir dashmstdout-absolute.d
+ cd dashmstdout-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=dashmstdout
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) dashmstdout
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'dashmstdout [absolute VPATH] configure'
+ set +x
ok 91 - dashmstdout [absolute VPATH] configure
PASS: depmod.tap 91 - dashmstdout [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashmstdout-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'dashmstdout [absolute VPATH] make & remake'
+ set +x
ok 92 - dashmstdout [absolute VPATH] make & remake
PASS: depmod.tap 92 - dashmstdout [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ dashmstdout-absolute.d
+ test 1 -gt 0
+ find dashmstdout-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf dashmstdout-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='dashXmstdout [absolute VPATH]'
+ mkdir dashXmstdout-absolute.d
+ cd dashXmstdout-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=dashXmstdout
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) dashXmstdout
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'dashXmstdout [absolute VPATH] configure'
+ set +x
ok 93 - dashXmstdout [absolute VPATH] configure
PASS: depmod.tap 93 - dashXmstdout [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=dashXmstdout /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/dashXmstdout-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'dashXmstdout [absolute VPATH] make & remake'
+ set +x
ok 94 - dashXmstdout [absolute VPATH] make & remake
PASS: depmod.tap 94 - dashXmstdout [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ dashXmstdout-absolute.d
+ test 1 -gt 0
+ find dashXmstdout-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf dashXmstdout-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='makedepend [absolute VPATH]'
+ mkdir makedepend-absolute.d
+ cd makedepend-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=makedepend
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) makedepend
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'makedepend [absolute VPATH] configure'
+ set +x
ok 95 - makedepend [absolute VPATH] configure
PASS: depmod.tap 95 - makedepend [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=makedepend /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/makedepend-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'makedepend [absolute VPATH] make & remake'
+ set +x
ok 96 - makedepend [absolute VPATH] make & remake
PASS: depmod.tap 96 - makedepend [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ makedepend-absolute.d
+ test 1 -gt 0
+ find makedepend-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf makedepend-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='cpp [absolute VPATH]'
+ mkdir cpp-absolute.d
+ cd cpp-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=cpp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) cpp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'cpp [absolute VPATH] configure'
+ set +x
ok 97 - cpp [absolute VPATH] configure
PASS: depmod.tap 97 - cpp [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d/src'
Making clean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=cpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d/src'
make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'cpp [absolute VPATH] make & remake'
+ set +x
ok 98 - cpp [absolute VPATH] make & remake
PASS: depmod.tap 98 - cpp [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ cpp-absolute.d
+ test 1 -gt 0
+ find cpp-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf cpp-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='msvisualcpp [absolute VPATH]'
+ mkdir msvisualcpp-absolute.d
+ cd msvisualcpp-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=msvisualcpp
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvisualcpp
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvisualcpp [absolute VPATH] configure'
+ set +x
ok 99 - msvisualcpp [absolute VPATH] configure
PASS: depmod.tap 99 - msvisualcpp [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
/h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not 
found
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
/h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not 
found
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
/h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not 
found
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvisualcpp /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
/h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not 
found
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvisualcpp-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'msvisualcpp [absolute VPATH] make & remake'
+ set +x
ok 100 - msvisualcpp [absolute VPATH] make & remake
PASS: depmod.tap 100 - msvisualcpp [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ msvisualcpp-absolute.d
+ test 1 -gt 0
+ find msvisualcpp-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf msvisualcpp-absolute.d
+ for depmode in '$tested_depmodes'
+ case $vpath in
+ srcdir=/h/j/w/co/automake/tests/depmod.dir
+ pfx='msvcmsys [absolute VPATH]'
+ mkdir msvcmsys-absolute.d
+ cd msvcmsys-absolute.d
+ /h/j/w/co/automake/tests/depmod.dir/configure 
am_cv_CC_dependencies_compiler_type=msvcmsys
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) msvcmsys
checking whether gcc and cc understand -c and -o together... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
+ r0=ok
+ result_ ok 'msvcmsys [absolute VPATH] configure'
+ set +x
ok 101 - msvcmsys [absolute VPATH] configure
PASS: depmod.tap 101 - msvcmsys [absolute VPATH] configure
+ r1='not ok'
+ make
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d'
+ make clean
Making clean in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d/src'
test -z "foo" || rm -f foo
rm -f *.o
rm -f sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d/src'
Making clean in .
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d'
+ e=0
+ make
+ cat output
Making all in src
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d/src'
source='/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object='foo.o' 
libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c
source='/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' 
object='sub/subfoo.o' libtool=no \
DEPDIR=.deps depmode=msvcmsys /bin/sh 
/h/j/w/co/automake/tests/depmod.dir/depcomp \
gcc -DPACKAGE_NAME=\"depmod\" -DPACKAGE_TARNAME=\"depmod\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depmod\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depmod\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/depmod.dir/src     -g -O2 -c 
-o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c
gcc  -g -O2   -o foo foo.o sub/subfoo.o
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d/src'
make[1]: Entering directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/depmod.dir/msvcmsys-absolute.d'
+ test 0 -eq 0
+ grep 'src/[._]deps' output
+ :
+ r1=ok
+ result_ ok 'msvcmsys [absolute VPATH] make & remake'
+ set +x
ok 102 - msvcmsys [absolute VPATH] make & remake
PASS: depmod.tap 102 - msvcmsys [absolute VPATH] make & remake
+ cd /h/j/w/co/automake/tests/depmod.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok,ok = ok,ok
+ rm_rf_ msvcmsys-absolute.d
+ test 1 -gt 0
+ find msvcmsys-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf msvcmsys-absolute.d
+ :
+ exit_status=0
+ set +e
+ cd /h/j/w/co/automake/tests
+ test yes = yes
+ test yes '!=' yes
+ test 0 -eq 0
+ test 79 -eq 102
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
depmod: exit 0

PASS: instspc
=============

Running from installcheck: no
Using TAP: yes
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/instspc.dir
+ all_test_names_list=
+ builddir_xfails=
+ destdir_xfails=
+ bs=$'\b'
+ cr=$'\r'
+ ff=$'\f'
+ ht='  '
+ lf='
'
+ def=define_problematic_string
+ define_problematic_string squote ''\''' fail-builddir fail-destdir
+ tst=squote
+ shift
+ eval 'instspc__squote=$1'
++ instspc__squote=''\'''
+ shift
+ all_test_names_list=' squote'
+ is_in_list fail-builddir fail-builddir fail-destdir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote'
+ is_in_list fail-destdir fail-builddir fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 0
+ destdir_xfails=' squote'
+ define_problematic_string dquote '"' fail-builddir fail-destdir
+ tst=dquote
+ shift
+ eval 'instspc__dquote=$1'
++ instspc__dquote='"'
+ shift
+ all_test_names_list=' squote dquote'
+ is_in_list fail-builddir fail-builddir fail-destdir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote'
+ is_in_list fail-destdir fail-builddir fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 0
+ destdir_xfails=' squote dquote'
+ define_problematic_string bquote '`' fail-builddir fail-destdir
+ tst=bquote
+ shift
+ eval 'instspc__bquote=$1'
++ instspc__bquote='`'
+ shift
+ all_test_names_list=' squote dquote bquote'
+ is_in_list fail-builddir fail-builddir fail-destdir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote'
+ is_in_list fail-destdir fail-builddir fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 0
+ destdir_xfails=' squote dquote bquote'
+ define_problematic_string sharp '#' fail-builddir fail-destdir
+ tst=sharp
+ shift
+ eval 'instspc__sharp=$1'
++ instspc__sharp='#'
+ shift
+ all_test_names_list=' squote dquote bquote sharp'
+ is_in_list fail-builddir fail-builddir fail-destdir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote sharp'
+ is_in_list fail-destdir fail-builddir fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 0
+ destdir_xfails=' squote dquote bquote sharp'
+ define_problematic_string dollar '$' fail-builddir fail-destdir
+ tst=dollar
+ shift
+ eval 'instspc__dollar=$1'
++ instspc__dollar='$'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar'
+ is_in_list fail-builddir fail-builddir fail-destdir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote sharp dollar'
+ is_in_list fail-destdir fail-builddir fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 0
+ destdir_xfails=' squote dquote bquote sharp dollar'
+ define_problematic_string bang '!'
+ tst=bang
+ shift
+ eval 'instspc__bang=$1'
++ instspc__bang='!'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string bslash '\' fail-builddir
+ tst=bslash
+ shift
+ eval 'instspc__bslash=$1'
++ instspc__bslash='\'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash'
+ is_in_list fail-builddir fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote sharp dollar bslash'
+ is_in_list fail-destdir fail-builddir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string ampersand '&' fail-builddir
+ tst=ampersand
+ shift
+ eval 'instspc__ampersand=$1'
++ instspc__ampersand='&'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand'
+ is_in_list fail-builddir fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand'
+ is_in_list fail-destdir fail-builddir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string percent %
+ tst=percent
+ shift
+ eval 'instspc__percent=$1'
++ instspc__percent=%
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string leftpar '('
+ tst=leftpar
+ shift
+ eval 'instspc__leftpar=$1'
++ instspc__leftpar='('
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string rightpar ')'
+ tst=rightpar
+ shift
+ eval 'instspc__rightpar=$1'
++ instspc__rightpar=')'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string pipe '|'
+ tst=pipe
+ shift
+ eval 'instspc__pipe=$1'
++ instspc__pipe='|'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string caret '^'
+ tst=caret
+ shift
+ eval 'instspc__caret=$1'
++ instspc__caret='^'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string tilde '~'
+ tst=tilde
+ shift
+ eval 'instspc__tilde=$1'
++ instspc__tilde='~'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string qmark '?'
+ tst=qmark
+ shift
+ eval 'instspc__qmark=$1'
++ instspc__qmark='?'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string star '*'
+ tst=star
+ shift
+ eval 'instspc__star=$1'
++ instspc__star='*'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string plus +
+ tst=plus
+ shift
+ eval 'instspc__plus=$1'
++ instspc__plus=+
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string minus -
+ tst=minus
+ shift
+ eval 'instspc__minus=$1'
++ instspc__minus=-
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string comma ,
+ tst=comma
+ shift
+ eval 'instspc__comma=$1'
++ instspc__comma=,
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string colon :
+ tst=colon
+ shift
+ eval 'instspc__colon=$1'
++ instspc__colon=:
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string semicol ';'
+ tst=semicol
+ shift
+ eval 'instspc__semicol=$1'
++ instspc__semicol=';'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string equal =
+ tst=equal
+ shift
+ eval 'instspc__equal=$1'
++ instspc__equal==
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string less '<'
+ tst=less
+ shift
+ eval 'instspc__less=$1'
++ instspc__less='<'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string more '>'
+ tst=more
+ shift
+ eval 'instspc__more=$1'
++ instspc__more='>'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string at @
+ tst=at
+ shift
+ eval 'instspc__at=$1'
++ instspc__at=@
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string lqbrack '['
+ tst=lqbrack
+ shift
+ eval 'instspc__lqbrack=$1'
++ instspc__lqbrack='['
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string rqbrack ']'
+ tst=rqbrack
+ shift
+ eval 'instspc__rqbrack=$1'
++ instspc__rqbrack=']'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string lcbrack '{'
+ tst=lcbrack
+ shift
+ eval 'instspc__lcbrack=$1'
++ instspc__lcbrack='{'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string rcbrack '}'
+ tst=rcbrack
+ shift
+ eval 'instspc__rcbrack=$1'
++ instspc__rcbrack='}'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string space ' '
+ tst=space
+ shift
+ eval 'instspc__space=$1'
++ instspc__space=' '
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string tab '       '
+ tst=tab
+ shift
+ eval 'instspc__tab=$1'
++ instspc__tab='       '
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string linefeed '
' fail-builddir fail-destdir
+ tst=linefeed
+ shift
+ eval 'instspc__linefeed=$1'
++ instspc__linefeed='
'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed'
+ is_in_list fail-builddir fail-builddir fail-destdir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand linefeed'
+ is_in_list fail-destdir fail-builddir fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 0
+ destdir_xfails=' squote dquote bquote sharp dollar linefeed'
+ define_problematic_string backspace $'\b'
+ tst=backspace
+ shift
+ eval 'instspc__backspace=$1'
++ instspc__backspace=$'\b'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string formfeed $'\f'
+ tst=formfeed
+ shift
+ eval 'instspc__formfeed=$1'
++ instspc__formfeed=$'\f'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string carriageret $'\r'
+ tst=carriageret
+ shift
+ eval 'instspc__carriageret=$1'
++ instspc__carriageret=$'\r'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string quadrigraph0 '@&t@' fail-builddir
+ tst=quadrigraph0
+ shift
+ eval 'instspc__quadrigraph0=$1'
++ instspc__quadrigraph0='@&t@'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0'
+ is_in_list fail-builddir fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0'
+ is_in_list fail-destdir fail-builddir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string quadrigraph1 '@<:@'
+ tst=quadrigraph1
+ shift
+ eval 'instspc__quadrigraph1=$1'
++ instspc__quadrigraph1='@<:@'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string quadrigraph2 '@:>@'
+ tst=quadrigraph2
+ shift
+ eval 'instspc__quadrigraph2=$1'
++ instspc__quadrigraph2='@:>@'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string quadrigraph3 '@S|@'
+ tst=quadrigraph3
+ shift
+ eval 'instspc__quadrigraph3=$1'
++ instspc__quadrigraph3='@S|@'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string quadrigraph4 @%:@
+ tst=quadrigraph4
+ shift
+ eval 'instspc__quadrigraph4=$1'
++ address@hidden:@
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string a_b 'a b'
+ tst=a_b
+ shift
+ eval 'instspc__a_b=$1'
++ instspc__a_b='a b'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string a__b 'a  b'
+ tst=a__b
+ shift
+ eval 'instspc__a__b=$1'
++ instspc__a__b='a  b'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b a__b'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string a_lf_b 'a
b' fail-builddir fail-destdir
+ tst=a_lf_b
+ shift
+ eval 'instspc__a_lf_b=$1'
++ instspc__a_lf_b='a
b'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b a__b a_lf_b'
+ is_in_list fail-builddir fail-builddir fail-destdir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 0
+ builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b'
+ is_in_list fail-destdir fail-builddir fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 0
+ destdir_xfails=' squote dquote bquote sharp dollar linefeed a_lf_b'
+ define_problematic_string dotdotdot ...
+ tst=dotdotdot
+ shift
+ eval 'instspc__dotdotdot=$1'
++ instspc__dotdotdot=...
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string dosdrive a:
+ tst=dosdrive
+ shift
+ eval 'instspc__dosdrive=$1'
++ instspc__dosdrive=a:
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string miscglob1 '?[a-z]*'
+ tst=miscglob1
+ shift
+ eval 'instspc__miscglob1=$1'
++ instspc__miscglob1='?[a-z]*'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob1'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ define_problematic_string miscglob2 '.*?[0-9]'
+ tst=miscglob2
+ shift
+ eval 'instspc__miscglob2=$1'
++ instspc__miscglob2='.*?[0-9]'
+ shift
+ all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob1 
miscglob2'
+ is_in_list fail-builddir
+ item=fail-builddir
+ shift
+ case " $* " in
+ return 1
+ is_in_list fail-destdir
+ item=fail-destdir
+ shift
+ case " $* " in
+ return 1
+ unset def
+ test 0 -gt 0
+ test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand 
percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon 
semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed 
backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 
quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob1 
miscglob2'
+ plan_ 94
+ test 1 -eq 0
+ test 1 -ge 2
+ test x94 = xunknown
+ test x94 = xlater
+ test x94 = xlazy
+ test x94 = xnow
+ test 94 -ge 0
+ echo 1..94
1..94
+ have_tap_plan_=yes
++ pwd
+ ocwd=/h/j/w/co/automake/tests/instspc.dir
+ create_input_data
+ mkdir sub
+ unindent
+ test x = x
++ printf '%s\n' '
  /^$/b                    # Nothing to do for empty lines.
  x                        # Get x<indent> into pattern space.
  /^$/{                    # No prior x<indent>, go prepare it.
    g                      # Copy this 1st non-blank line into pattern space.
    s/^\([       ]*\).*/x\1/   # Prepare x<indent> in pattern space.
  }                        # Now: x<indent> in pattern and <line> in hold.
  G                        # Build x<indent>\n<line> in pattern space, and
  h                        # duplicate it into hold space.
  s/\n.*$//                # Restore x<indent> in pattern space, and
  x                        # exchange with the above duplicate in hold space.
  s/^x\(.*\)\n\1//         # Remove leading <indent> from <line>.
  s/^x.*\n//               # Restore <line> when there is no leading <indent>.
'
++ sed -e 's/  *# .*//'
+ sed_unindent_prog='
  /^$/b
  x
  /^$/{
    g
    s/^\([       ]*\).*/x\1/
  }
  G
  h
  s/\n.*$//
  x
  s/^x\(.*\)\n\1//
  s/^x.*\n//'
+ sed '
  /^$/b
  x
  /^$/{
    g
    s/^\([       ]*\).*/x\1/
  }
  G
  h
  s/\n.*$//
  x
  s/^x\(.*\)\n\1//
  s/^x.*\n//'
+ :
+ :
+ :
+ :
+ :
+ :
+ unindent
+ test 'x
  /^$/b
  x
  /^$/{
    g
    s/^\([       ]*\).*/x\1/
  }
  G
  h
  s/\n.*$//
  x
  s/^x\(.*\)\n\1//
  s/^x.*\n//' = x
+ sed '
  /^$/b
  x
  /^$/{
    g
    s/^\([       ]*\).*/x\1/
  }
  G
  h
  s/\n.*$//
  x
  s/^x\(.*\)\n\1//
  s/^x.*\n//'
+ unindent
+ test 'x
  /^$/b
  x
  /^$/{
    g
    s/^\([       ]*\).*/x\1/
  }
  G
  h
  s/\n.*$//
  x
  s/^x\(.*\)\n\1//
  s/^x.*\n//' = x
+ sed '
  /^$/b
  x
  /^$/{
    g
    s/^\([       ]*\).*/x\1/
  }
  G
  h
  s/\n.*$//
  x
  s/^x\(.*\)\n\1//
  s/^x.*\n//'
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall -a
configure.in:5: installing `./ar-lib'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__squote}'
++ test_string=''\'''
+ test 'x'\''' '!=' x
+ mkdir './'\'''
+ for where in build dest
+ case $where in
+ build='./'\'''
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-squote
+ cd './'\'''
+ r=ok
+ ../configure --prefix '/'\''-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='squote in builddir'
+ expected_to_fail build squote
+ case $1 in
+ is_in_list squote squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=squote
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'squote in builddir'
+ set +x
not ok 1 - squote in builddir # TODO long-standing limitation
XFAIL: instspc.tap 1 - squote in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-squote
+ dest='/h/j/w/co/automake/tests/instspc.dir/'\'''
+ mkdir build-squote
+ cd build-squote
+ r=ok
+ ../configure --prefix '/'\''-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/'\'''
+ file='./'\'''
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-squote'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo' && ranlib libbase.a 
)
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub/'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub/'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub'
test -z "/'-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-squote'
test   -f '/h/j/w/co/automake/tests/instspc.dir/'/./'-prefix/foo/sub/nobase.h'
make: *** [test-inst] Error 1
+ r='not ok'
+ description='squote in destdir'
+ expected_to_fail dest squote
+ case $1 in
+ is_in_list squote squote dquote bquote sharp dollar linefeed a_lf_b
+ item=squote
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'squote in destdir'
+ set +x
not ok 2 - squote in destdir # TODO long-standing limitation
XFAIL: instspc.tap 2 - squote in destdir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__dquote}'
++ test_string='"'
+ test 'x"' '!=' x
+ mkdir './"'
+ for where in build dest
+ case $where in
+ build='./"'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-dquote
+ cd './"'
+ r=ok
+ ../configure --prefix '/"-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='dquote in builddir'
+ expected_to_fail build dquote
+ case $1 in
+ is_in_list dquote squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=dquote
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dquote in builddir'
+ set +x
not ok 3 - dquote in builddir # TODO long-standing limitation
XFAIL: instspc.tap 3 - dquote in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-dquote
+ dest='/h/j/w/co/automake/tests/instspc.dir/"'
+ mkdir build-dquote
+ cd build-dquote
+ r=ok
+ ../configure --prefix '/"-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/"'
+ file='./"'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-dquote'
test -z "/"-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/"/"-prefix/foo"
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [install-dist_fooexecSCRIPTS] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-dquote'
make: *** [install-am] Error 2
+ r='not ok'
+ description='dquote in destdir'
+ expected_to_fail dest dquote
+ case $1 in
+ is_in_list dquote squote dquote bquote sharp dollar linefeed a_lf_b
+ item=dquote
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dquote in destdir'
+ set +x
not ok 4 - dquote in destdir # TODO long-standing limitation
XFAIL: instspc.tap 4 - dquote in destdir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__bquote}'
++ test_string='`'
+ test 'x`' '!=' x
+ mkdir './`'
+ for where in build dest
+ case $where in
+ build='./`'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-bquote
+ cd './`'
+ r=ok
+ ../configure --prefix '/`-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='bquote in builddir'
+ expected_to_fail build bquote
+ case $1 in
+ is_in_list bquote squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=bquote
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bquote in builddir'
+ set +x
not ok 5 - bquote in builddir # TODO long-standing limitation
XFAIL: instspc.tap 5 - bquote in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-bquote
+ dest='/h/j/w/co/automake/tests/instspc.dir/`'
+ mkdir build-bquote
+ cd build-bquote
+ r=ok
+ ../configure --prefix '/`-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/`'
+ file='./`'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-bquote'
test -z "/`-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/`/`-prefix/foo"
/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [install-dist_fooexecSCRIPTS] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-bquote'
make: *** [install-am] Error 2
+ r='not ok'
+ description='bquote in destdir'
+ expected_to_fail dest bquote
+ case $1 in
+ is_in_list bquote squote dquote bquote sharp dollar linefeed a_lf_b
+ item=bquote
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bquote in destdir'
+ set +x
not ok 6 - bquote in destdir # TODO long-standing limitation
XFAIL: instspc.tap 6 - bquote in destdir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__sharp}'
++ test_string='#'
+ test x# '!=' x
+ mkdir ./#
+ for where in build dest
+ case $where in
+ build=./#
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-sharp
+ cd ./#
+ r=ok
+ ../configure --prefix /#-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='sharp in builddir'
+ expected_to_fail build sharp
+ case $1 in
+ is_in_list sharp squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=sharp
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'sharp in builddir'
+ set +x
not ok 7 - sharp in builddir # TODO long-standing limitation
XFAIL: instspc.tap 7 - sharp in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-sharp
+ dest=/h/j/w/co/automake/tests/instspc.dir/#
+ mkdir build-sharp
+ cd build-sharp
+ r=ok
+ ../configure --prefix /#-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/#
+ file=./#
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-sharp'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
 /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/#//foo'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/#//foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/#//foo' && ranlib libbase.a )
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/#//foo'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/#//foo/sub/'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/#//foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/#//foo' && ranlib sub/libnobase.a )
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/#//foo/sub/'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/#//foo'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/#//foo'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/#//foo/sub'
test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#//foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/#//foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-sharp'
test   -f '/h/j/w/co/automake/tests/instspc.dir/#/./#-prefix/foo/sub/nobase.h'
make: *** [test-inst] Error 1
+ r='not ok'
+ description='sharp in destdir'
+ expected_to_fail dest sharp
+ case $1 in
+ is_in_list sharp squote dquote bquote sharp dollar linefeed a_lf_b
+ item=sharp
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'sharp in destdir'
+ set +x
not ok 8 - sharp in destdir # TODO long-standing limitation
XFAIL: instspc.tap 8 - sharp in destdir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__dollar}'
++ test_string='$'
+ test 'x$' '!=' x
+ mkdir './$'
+ for where in build dest
+ case $where in
+ build='./$'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-dollar
+ cd './$'
+ r=ok
+ ../configure --prefix '/$-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='dollar in builddir'
+ expected_to_fail build dollar
+ case $1 in
+ is_in_list dollar squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=dollar
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dollar in builddir'
+ set +x
not ok 9 - dollar in builddir # TODO long-standing limitation
XFAIL: instspc.tap 9 - dollar in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-dollar
+ dest='/h/j/w/co/automake/tests/instspc.dir/$'
+ mkdir build-dollar
+ cd build-dollar
+ r=ok
+ ../configure --prefix '/$-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/$'
+ file='./$'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-dollar'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//prefix/foo' && ranlib libbase.a )
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir//prefix/foo'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub/'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub/'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub'
test -z "/prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-dollar'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.h'
make: *** [test-inst] Error 1
+ r='not ok'
+ description='dollar in destdir'
+ expected_to_fail dest dollar
+ case $1 in
+ is_in_list dollar squote dquote bquote sharp dollar linefeed a_lf_b
+ item=dollar
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dollar in destdir'
+ set +x
not ok 10 - dollar in destdir # TODO long-standing limitation
XFAIL: instspc.tap 10 - dollar in destdir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__bang}'
++ test_string='!'
+ test 'x!' '!=' x
+ mkdir './!'
+ for where in build dest
+ case $where in
+ build='./!'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-bang
+ cd './!'
+ r=ok
+ ../configure --prefix '/!-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-bang
+ file='./!'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/!'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo' && ranlib 
libbase.a )
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub/'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub/'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/!'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/libbase.a'
+ description='bang in builddir'
+ expected_to_fail build bang
+ case $1 in
+ is_in_list bang squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=bang
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'bang in builddir'
+ set +x
ok 11 - bang in builddir
PASS: instspc.tap 11 - bang in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './!' /h/j/w/co/automake/tests/instspc.dir/dest-bang
+ test 2 -gt 0
+ find './!' /h/j/w/co/automake/tests/instspc.dir/dest-bang -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './!' /h/j/w/co/automake/tests/instspc.dir/dest-bang
+ for where in build dest
+ case $where in
+ build=build-bang
+ dest='/h/j/w/co/automake/tests/instspc.dir/!'
+ mkdir build-bang
+ cd build-bang
+ r=ok
+ ../configure --prefix '/!-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/!'
+ file='./!'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-bang'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo' && ranlib libbase.a 
)
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub/'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub/'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub'
test -z "/!-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-bang'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/libbase.a'
+ description='bang in destdir'
+ expected_to_fail dest bang
+ case $1 in
+ is_in_list bang squote dquote bquote sharp dollar linefeed a_lf_b
+ item=bang
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'bang in destdir'
+ set +x
ok 12 - bang in destdir
PASS: instspc.tap 12 - bang in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-bang '/h/j/w/co/automake/tests/instspc.dir/!'
+ test 2 -gt 0
+ find build-bang '/h/j/w/co/automake/tests/instspc.dir/!' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-bang '/h/j/w/co/automake/tests/instspc.dir/!'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__bslash}'
++ test_string='\'
+ test 'x\' '!=' x
+ mkdir './\'
+ for where in build dest
+ case $where in
+ build='./\'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-bslash
+ cd './\'
+ r=ok
+ ../configure --prefix '/\-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='bslash in builddir'
+ expected_to_fail build bslash
+ case $1 in
+ is_in_list bslash squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=bslash
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bslash in builddir'
+ set +x
not ok 13 - bslash in builddir # TODO long-standing limitation
XFAIL: instspc.tap 13 - bslash in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-bslash
+ dest='/h/j/w/co/automake/tests/instspc.dir/\'
+ mkdir build-bslash
+ cd build-bslash
+ r=ok
+ ../configure --prefix '/\-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/\'
+ file='./\'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-bslash'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo' && ranlib libbase.a 
)
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub/'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub/'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub'
test -z "/\-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-bslash'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/libbase.a'
+ description='bslash in destdir'
+ expected_to_fail dest bslash
+ case $1 in
+ is_in_list bslash squote dquote bquote sharp dollar linefeed a_lf_b
+ item=bslash
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'bslash in destdir'
+ set +x
ok 14 - bslash in destdir
PASS: instspc.tap 14 - bslash in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-bslash '/h/j/w/co/automake/tests/instspc.dir/\'
+ test 2 -gt 0
+ find build-bslash '/h/j/w/co/automake/tests/instspc.dir/\' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-bslash '/h/j/w/co/automake/tests/instspc.dir/\'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__ampersand}'
++ test_string='&'
+ test 'x&' '!=' x
+ mkdir './&'
+ for where in build dest
+ case $where in
+ build='./&'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-ampersand
+ cd './&'
+ r=ok
+ ../configure --prefix '/&-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='ampersand in builddir'
+ expected_to_fail build ampersand
+ case $1 in
+ is_in_list ampersand squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=ampersand
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'ampersand in 
builddir'
+ set +x
not ok 15 - ampersand in builddir # TODO long-standing limitation
XFAIL: instspc.tap 15 - ampersand in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-ampersand
+ dest='/h/j/w/co/automake/tests/instspc.dir/&'
+ mkdir build-ampersand
+ cd build-ampersand
+ r=ok
+ ../configure --prefix '/&-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/&'
+ file='./&'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-ampersand'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo' && ranlib libbase.a 
)
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub/'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub/'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub'
test -z "/&-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-ampersand'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/libbase.a'
+ description='ampersand in destdir'
+ expected_to_fail dest ampersand
+ case $1 in
+ is_in_list ampersand squote dquote bquote sharp dollar linefeed a_lf_b
+ item=ampersand
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'ampersand in destdir'
+ set +x
ok 16 - ampersand in destdir
PASS: instspc.tap 16 - ampersand in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-ampersand '/h/j/w/co/automake/tests/instspc.dir/&'
+ test 2 -gt 0
+ find build-ampersand '/h/j/w/co/automake/tests/instspc.dir/&' -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-ampersand '/h/j/w/co/automake/tests/instspc.dir/&'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__percent}'
++ test_string=%
+ test x% '!=' x
+ mkdir ./%
+ for where in build dest
+ case $where in
+ build=./%
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-percent
+ cd ./%
+ r=ok
+ ../configure --prefix /%-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-percent
+ file=./%
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/%'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo' && 
ranlib libbase.a )
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub/'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub/'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/%'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo/libbase.a'
+ description='percent in builddir'
+ expected_to_fail build percent
+ case $1 in
+ is_in_list percent squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=percent
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'percent in builddir'
+ set +x
ok 17 - percent in builddir
PASS: instspc.tap 17 - percent in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./% /h/j/w/co/automake/tests/instspc.dir/dest-percent
+ test 2 -gt 0
+ find ./% /h/j/w/co/automake/tests/instspc.dir/dest-percent -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./% /h/j/w/co/automake/tests/instspc.dir/dest-percent
+ for where in build dest
+ case $where in
+ build=build-percent
+ dest=/h/j/w/co/automake/tests/instspc.dir/%
+ mkdir build-percent
+ cd build-percent
+ r=ok
+ ../configure --prefix /%-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/%
+ file=./%
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-percent'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo' && ranlib libbase.a 
)
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub/'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub/'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub'
test -z "/%-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-percent'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/libbase.a'
+ description='percent in destdir'
+ expected_to_fail dest percent
+ case $1 in
+ is_in_list percent squote dquote bquote sharp dollar linefeed a_lf_b
+ item=percent
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'percent in destdir'
+ set +x
ok 18 - percent in destdir
PASS: instspc.tap 18 - percent in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-percent /h/j/w/co/automake/tests/instspc.dir/%
+ test 2 -gt 0
+ find build-percent /h/j/w/co/automake/tests/instspc.dir/% -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-percent /h/j/w/co/automake/tests/instspc.dir/%
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__leftpar}'
++ test_string='('
+ test 'x(' '!=' x
+ mkdir './('
+ for where in build dest
+ case $where in
+ build='./('
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-leftpar
+ cd './('
+ r=ok
+ ../configure --prefix '/(-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-leftpar
+ file='./('
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/('
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo' && 
ranlib libbase.a )
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub/'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub/'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/('
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo/libbase.a'
+ description='leftpar in builddir'
+ expected_to_fail build leftpar
+ case $1 in
+ is_in_list leftpar squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=leftpar
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'leftpar in builddir'
+ set +x
ok 19 - leftpar in builddir
PASS: instspc.tap 19 - leftpar in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './(' /h/j/w/co/automake/tests/instspc.dir/dest-leftpar
+ test 2 -gt 0
+ find './(' /h/j/w/co/automake/tests/instspc.dir/dest-leftpar -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './(' /h/j/w/co/automake/tests/instspc.dir/dest-leftpar
+ for where in build dest
+ case $where in
+ build=build-leftpar
+ dest='/h/j/w/co/automake/tests/instspc.dir/('
+ mkdir build-leftpar
+ cd build-leftpar
+ r=ok
+ ../configure --prefix '/(-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/('
+ file='./('
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-leftpar'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo' && ranlib libbase.a 
)
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub/'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub/'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub'
test -z "/(-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-leftpar'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/libbase.a'
+ description='leftpar in destdir'
+ expected_to_fail dest leftpar
+ case $1 in
+ is_in_list leftpar squote dquote bquote sharp dollar linefeed a_lf_b
+ item=leftpar
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'leftpar in destdir'
+ set +x
ok 20 - leftpar in destdir
PASS: instspc.tap 20 - leftpar in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-leftpar '/h/j/w/co/automake/tests/instspc.dir/('
+ test 2 -gt 0
+ find build-leftpar '/h/j/w/co/automake/tests/instspc.dir/(' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-leftpar '/h/j/w/co/automake/tests/instspc.dir/('
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__rightpar}'
++ test_string=')'
+ test 'x)' '!=' x
+ mkdir './)'
+ for where in build dest
+ case $where in
+ build='./)'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-rightpar
+ cd './)'
+ r=ok
+ ../configure --prefix '/)-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-rightpar
+ file='./)'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/)'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo' && 
ranlib libbase.a )
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub/'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub/'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/)'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/foo/libbase.a'
+ description='rightpar in builddir'
+ expected_to_fail build rightpar
+ case $1 in
+ is_in_list rightpar squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=rightpar
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'rightpar in builddir'
+ set +x
ok 21 - rightpar in builddir
PASS: instspc.tap 21 - rightpar in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './)' /h/j/w/co/automake/tests/instspc.dir/dest-rightpar
+ test 2 -gt 0
+ find './)' /h/j/w/co/automake/tests/instspc.dir/dest-rightpar -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './)' /h/j/w/co/automake/tests/instspc.dir/dest-rightpar
+ for where in build dest
+ case $where in
+ build=build-rightpar
+ dest='/h/j/w/co/automake/tests/instspc.dir/)'
+ mkdir build-rightpar
+ cd build-rightpar
+ r=ok
+ ../configure --prefix '/)-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/)'
+ file='./)'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-rightpar'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo' && ranlib libbase.a 
)
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub/'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub/'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub'
test -z "/)-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-rightpar'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/libbase.a'
+ description='rightpar in destdir'
+ expected_to_fail dest rightpar
+ case $1 in
+ is_in_list rightpar squote dquote bquote sharp dollar linefeed a_lf_b
+ item=rightpar
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'rightpar in destdir'
+ set +x
ok 22 - rightpar in destdir
PASS: instspc.tap 22 - rightpar in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-rightpar '/h/j/w/co/automake/tests/instspc.dir/)'
+ test 2 -gt 0
+ find build-rightpar '/h/j/w/co/automake/tests/instspc.dir/)' -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-rightpar '/h/j/w/co/automake/tests/instspc.dir/)'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__pipe}'
++ test_string='|'
+ test 'x|' '!=' x
+ mkdir './|'
+ for where in build dest
+ case $where in
+ build='./|'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-pipe
+ cd './|'
+ r=ok
+ ../configure --prefix '/|-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-pipe
+ file='./|'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/|'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo' && ranlib 
libbase.a )
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub/'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub/'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/|'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/libbase.a'
+ description='pipe in builddir'
+ expected_to_fail build pipe
+ case $1 in
+ is_in_list pipe squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=pipe
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'pipe in builddir'
+ set +x
ok 23 - pipe in builddir
PASS: instspc.tap 23 - pipe in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './|' /h/j/w/co/automake/tests/instspc.dir/dest-pipe
+ test 2 -gt 0
+ find './|' /h/j/w/co/automake/tests/instspc.dir/dest-pipe -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './|' /h/j/w/co/automake/tests/instspc.dir/dest-pipe
+ for where in build dest
+ case $where in
+ build=build-pipe
+ dest='/h/j/w/co/automake/tests/instspc.dir/|'
+ mkdir build-pipe
+ cd build-pipe
+ r=ok
+ ../configure --prefix '/|-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/|'
+ file='./|'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-pipe'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo' && ranlib libbase.a 
)
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub/'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub/'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub'
test -z "/|-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-pipe'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/libbase.a'
+ description='pipe in destdir'
+ expected_to_fail dest pipe
+ case $1 in
+ is_in_list pipe squote dquote bquote sharp dollar linefeed a_lf_b
+ item=pipe
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'pipe in destdir'
+ set +x
ok 24 - pipe in destdir
PASS: instspc.tap 24 - pipe in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-pipe '/h/j/w/co/automake/tests/instspc.dir/|'
+ test 2 -gt 0
+ find build-pipe '/h/j/w/co/automake/tests/instspc.dir/|' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-pipe '/h/j/w/co/automake/tests/instspc.dir/|'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__caret}'
++ test_string='^'
+ test 'x^' '!=' x
+ mkdir './^'
+ for where in build dest
+ case $where in
+ build='./^'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-caret
+ cd './^'
+ r=ok
+ ../configure --prefix '/^-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-caret
+ file='./^'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/^'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo' && ranlib 
libbase.a )
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub/'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub/'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/^'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/libbase.a'
+ description='caret in builddir'
+ expected_to_fail build caret
+ case $1 in
+ is_in_list caret squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=caret
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'caret in builddir'
+ set +x
ok 25 - caret in builddir
PASS: instspc.tap 25 - caret in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './^' /h/j/w/co/automake/tests/instspc.dir/dest-caret
+ test 2 -gt 0
+ find './^' /h/j/w/co/automake/tests/instspc.dir/dest-caret -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './^' /h/j/w/co/automake/tests/instspc.dir/dest-caret
+ for where in build dest
+ case $where in
+ build=build-caret
+ dest='/h/j/w/co/automake/tests/instspc.dir/^'
+ mkdir build-caret
+ cd build-caret
+ r=ok
+ ../configure --prefix '/^-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/^'
+ file='./^'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-caret'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo' && ranlib libbase.a 
)
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub/'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub/'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub'
test -z "/^-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-caret'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/libbase.a'
+ description='caret in destdir'
+ expected_to_fail dest caret
+ case $1 in
+ is_in_list caret squote dquote bquote sharp dollar linefeed a_lf_b
+ item=caret
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'caret in destdir'
+ set +x
ok 26 - caret in destdir
PASS: instspc.tap 26 - caret in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-caret '/h/j/w/co/automake/tests/instspc.dir/^'
+ test 2 -gt 0
+ find build-caret '/h/j/w/co/automake/tests/instspc.dir/^' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-caret '/h/j/w/co/automake/tests/instspc.dir/^'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__tilde}'
++ test_string='~'
+ test x~ '!=' x
+ mkdir ./~
+ for where in build dest
+ case $where in
+ build=./~
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-tilde
+ cd ./~
+ r=ok
+ ../configure --prefix /~-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-tilde
+ file=./~
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/~'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo' && ranlib 
libbase.a )
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub/'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub/'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/~'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/libbase.a'
+ description='tilde in builddir'
+ expected_to_fail build tilde
+ case $1 in
+ is_in_list tilde squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=tilde
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'tilde in builddir'
+ set +x
ok 27 - tilde in builddir
PASS: instspc.tap 27 - tilde in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./~ /h/j/w/co/automake/tests/instspc.dir/dest-tilde
+ test 2 -gt 0
+ find ./~ /h/j/w/co/automake/tests/instspc.dir/dest-tilde -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./~ /h/j/w/co/automake/tests/instspc.dir/dest-tilde
+ for where in build dest
+ case $where in
+ build=build-tilde
+ dest=/h/j/w/co/automake/tests/instspc.dir/~
+ mkdir build-tilde
+ cd build-tilde
+ r=ok
+ ../configure --prefix /~-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/~
+ file=./~
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-tilde'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo' && ranlib libbase.a 
)
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub/'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub/'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub'
test -z "/~-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-tilde'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/libbase.a'
+ description='tilde in destdir'
+ expected_to_fail dest tilde
+ case $1 in
+ is_in_list tilde squote dquote bquote sharp dollar linefeed a_lf_b
+ item=tilde
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'tilde in destdir'
+ set +x
ok 28 - tilde in destdir
PASS: instspc.tap 28 - tilde in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-tilde /h/j/w/co/automake/tests/instspc.dir/~
+ test 2 -gt 0
+ find build-tilde /h/j/w/co/automake/tests/instspc.dir/~ -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-tilde /h/j/w/co/automake/tests/instspc.dir/~
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__qmark}'
++ test_string='?'
+ test 'x?' '!=' x
+ mkdir './?'
+ for where in build dest
+ case $where in
+ build='./?'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-qmark
+ cd './?'
+ r=ok
+ ../configure --prefix '/?-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-qmark
+ file='./?'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/?'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo' && ranlib 
libbase.a )
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub/'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub/'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/?'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/libbase.a'
+ description='qmark in builddir'
+ expected_to_fail build qmark
+ case $1 in
+ is_in_list qmark squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=qmark
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'qmark in builddir'
+ set +x
ok 29 - qmark in builddir
PASS: instspc.tap 29 - qmark in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './?' /h/j/w/co/automake/tests/instspc.dir/dest-qmark
+ test 2 -gt 0
+ find './?' /h/j/w/co/automake/tests/instspc.dir/dest-qmark -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './?' /h/j/w/co/automake/tests/instspc.dir/dest-qmark
+ for where in build dest
+ case $where in
+ build=build-qmark
+ dest='/h/j/w/co/automake/tests/instspc.dir/?'
+ mkdir build-qmark
+ cd build-qmark
+ r=ok
+ ../configure --prefix '/?-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/?'
+ file='./?'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-qmark'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo' && ranlib libbase.a 
)
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub/'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub/'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub'
test -z "/?-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-qmark'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/libbase.a'
+ description='qmark in destdir'
+ expected_to_fail dest qmark
+ case $1 in
+ is_in_list qmark squote dquote bquote sharp dollar linefeed a_lf_b
+ item=qmark
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'qmark in destdir'
+ set +x
ok 30 - qmark in destdir
PASS: instspc.tap 30 - qmark in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-qmark '/h/j/w/co/automake/tests/instspc.dir/?'
+ test 2 -gt 0
+ find build-qmark '/h/j/w/co/automake/tests/instspc.dir/?' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-qmark '/h/j/w/co/automake/tests/instspc.dir/?'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__star}'
++ test_string='*'
+ test 'x*' '!=' x
+ mkdir './*'
+ for where in build dest
+ case $where in
+ build='./*'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-star
+ cd './*'
+ r=ok
+ ../configure --prefix '/*-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-star
+ file='./*'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/*'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo' && ranlib 
libbase.a )
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub/'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub/'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/*'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/libbase.a'
+ description='star in builddir'
+ expected_to_fail build star
+ case $1 in
+ is_in_list star squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=star
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'star in builddir'
+ set +x
ok 31 - star in builddir
PASS: instspc.tap 31 - star in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './*' /h/j/w/co/automake/tests/instspc.dir/dest-star
+ test 2 -gt 0
+ find './*' /h/j/w/co/automake/tests/instspc.dir/dest-star -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './*' /h/j/w/co/automake/tests/instspc.dir/dest-star
+ for where in build dest
+ case $where in
+ build=build-star
+ dest='/h/j/w/co/automake/tests/instspc.dir/*'
+ mkdir build-star
+ cd build-star
+ r=ok
+ ../configure --prefix '/*-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/*'
+ file='./*'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-star'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo' && ranlib libbase.a 
)
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub/'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub/'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub'
test -z "/*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-star'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/libbase.a'
+ description='star in destdir'
+ expected_to_fail dest star
+ case $1 in
+ is_in_list star squote dquote bquote sharp dollar linefeed a_lf_b
+ item=star
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'star in destdir'
+ set +x
ok 32 - star in destdir
PASS: instspc.tap 32 - star in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-star '/h/j/w/co/automake/tests/instspc.dir/*'
+ test 2 -gt 0
+ find build-star '/h/j/w/co/automake/tests/instspc.dir/*' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-star '/h/j/w/co/automake/tests/instspc.dir/*'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__plus}'
++ test_string=+
+ test x+ '!=' x
+ mkdir ./+
+ for where in build dest
+ case $where in
+ build=./+
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-plus
+ cd ./+
+ r=ok
+ ../configure --prefix /+-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-plus
+ file=./+
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/+'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo' && ranlib 
libbase.a )
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub/'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub/'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/+'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/libbase.a'
+ description='plus in builddir'
+ expected_to_fail build plus
+ case $1 in
+ is_in_list plus squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=plus
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'plus in builddir'
+ set +x
ok 33 - plus in builddir
PASS: instspc.tap 33 - plus in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./+ /h/j/w/co/automake/tests/instspc.dir/dest-plus
+ test 2 -gt 0
+ find ./+ /h/j/w/co/automake/tests/instspc.dir/dest-plus -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./+ /h/j/w/co/automake/tests/instspc.dir/dest-plus
+ for where in build dest
+ case $where in
+ build=build-plus
+ dest=/h/j/w/co/automake/tests/instspc.dir/+
+ mkdir build-plus
+ cd build-plus
+ r=ok
+ ../configure --prefix /+-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/+
+ file=./+
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-plus'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo' && ranlib libbase.a 
)
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub/'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub/'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub'
test -z "/+-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-plus'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/libbase.a'
+ description='plus in destdir'
+ expected_to_fail dest plus
+ case $1 in
+ is_in_list plus squote dquote bquote sharp dollar linefeed a_lf_b
+ item=plus
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'plus in destdir'
+ set +x
ok 34 - plus in destdir
PASS: instspc.tap 34 - plus in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-plus /h/j/w/co/automake/tests/instspc.dir/+
+ test 2 -gt 0
+ find build-plus /h/j/w/co/automake/tests/instspc.dir/+ -type d '!' -perm -700 
-exec chmod u+rwx '{}' ';'
+ rm -rf build-plus /h/j/w/co/automake/tests/instspc.dir/+
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__minus}'
++ test_string=-
+ test x- '!=' x
+ mkdir ./-
+ for where in build dest
+ case $where in
+ build=./-
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-minus
+ cd ./-
+ r=ok
+ ../configure --prefix /--prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-minus
+ file=./-
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/-'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo' && ranlib 
libbase.a )
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub/'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub/'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/-'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/libbase.a'
+ description='minus in builddir'
+ expected_to_fail build minus
+ case $1 in
+ is_in_list minus squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=minus
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'minus in builddir'
+ set +x
ok 35 - minus in builddir
PASS: instspc.tap 35 - minus in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./- /h/j/w/co/automake/tests/instspc.dir/dest-minus
+ test 2 -gt 0
+ find ./- /h/j/w/co/automake/tests/instspc.dir/dest-minus -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./- /h/j/w/co/automake/tests/instspc.dir/dest-minus
+ for where in build dest
+ case $where in
+ build=build-minus
+ dest=/h/j/w/co/automake/tests/instspc.dir/-
+ mkdir build-minus
+ cd build-minus
+ r=ok
+ ../configure --prefix /--prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/-
+ file=./-
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-minus'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo' && ranlib libbase.a 
)
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub/'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub/'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub'
test -z "/--prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-minus'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/libbase.a'
+ description='minus in destdir'
+ expected_to_fail dest minus
+ case $1 in
+ is_in_list minus squote dquote bquote sharp dollar linefeed a_lf_b
+ item=minus
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'minus in destdir'
+ set +x
ok 36 - minus in destdir
PASS: instspc.tap 36 - minus in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-minus /h/j/w/co/automake/tests/instspc.dir/-
+ test 2 -gt 0
+ find build-minus /h/j/w/co/automake/tests/instspc.dir/- -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-minus /h/j/w/co/automake/tests/instspc.dir/-
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__comma}'
++ test_string=,
+ test x, '!=' x
+ mkdir ./,
+ for where in build dest
+ case $where in
+ build=./,
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-comma
+ cd ./,
+ r=ok
+ ../configure --prefix /,-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-comma
+ file=./,
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/,'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo' && ranlib 
libbase.a )
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub/'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub/'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/,'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/libbase.a'
+ description='comma in builddir'
+ expected_to_fail build comma
+ case $1 in
+ is_in_list comma squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=comma
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'comma in builddir'
+ set +x
ok 37 - comma in builddir
PASS: instspc.tap 37 - comma in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./, /h/j/w/co/automake/tests/instspc.dir/dest-comma
+ test 2 -gt 0
+ find ./, /h/j/w/co/automake/tests/instspc.dir/dest-comma -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./, /h/j/w/co/automake/tests/instspc.dir/dest-comma
+ for where in build dest
+ case $where in
+ build=build-comma
+ dest=/h/j/w/co/automake/tests/instspc.dir/,
+ mkdir build-comma
+ cd build-comma
+ r=ok
+ ../configure --prefix /,-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/,
+ file=./,
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-comma'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo' && ranlib libbase.a 
)
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub/'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub/'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub'
test -z "/,-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-comma'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/libbase.a'
+ description='comma in destdir'
+ expected_to_fail dest comma
+ case $1 in
+ is_in_list comma squote dquote bquote sharp dollar linefeed a_lf_b
+ item=comma
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'comma in destdir'
+ set +x
ok 38 - comma in destdir
PASS: instspc.tap 38 - comma in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-comma /h/j/w/co/automake/tests/instspc.dir/,
+ test 2 -gt 0
+ find build-comma /h/j/w/co/automake/tests/instspc.dir/, -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-comma /h/j/w/co/automake/tests/instspc.dir/,
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__colon}'
++ test_string=:
+ test x: '!=' x
+ mkdir ./:
+ for where in build dest
+ case $where in
+ build=./:
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-colon
+ cd ./:
+ r=ok
+ ../configure --prefix /:-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-colon
+ file=./:
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/:'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo' && ranlib 
libbase.a )
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub/'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub/'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/:'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/libbase.a'
+ description='colon in builddir'
+ expected_to_fail build colon
+ case $1 in
+ is_in_list colon squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=colon
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'colon in builddir'
+ set +x
ok 39 - colon in builddir
PASS: instspc.tap 39 - colon in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./: /h/j/w/co/automake/tests/instspc.dir/dest-colon
+ test 2 -gt 0
+ find ./: /h/j/w/co/automake/tests/instspc.dir/dest-colon -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./: /h/j/w/co/automake/tests/instspc.dir/dest-colon
+ for where in build dest
+ case $where in
+ build=build-colon
+ dest=/h/j/w/co/automake/tests/instspc.dir/:
+ mkdir build-colon
+ cd build-colon
+ r=ok
+ ../configure --prefix /:-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/:
+ file=./:
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-colon'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo' && ranlib libbase.a 
)
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub/'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub/'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub'
test -z "/:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-colon'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/libbase.a'
+ description='colon in destdir'
+ expected_to_fail dest colon
+ case $1 in
+ is_in_list colon squote dquote bquote sharp dollar linefeed a_lf_b
+ item=colon
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'colon in destdir'
+ set +x
ok 40 - colon in destdir
PASS: instspc.tap 40 - colon in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-colon /h/j/w/co/automake/tests/instspc.dir/:
+ test 2 -gt 0
+ find build-colon /h/j/w/co/automake/tests/instspc.dir/: -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-colon /h/j/w/co/automake/tests/instspc.dir/:
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__semicol}'
++ test_string=';'
+ test 'x;' '!=' x
+ mkdir './;'
+ for where in build dest
+ case $where in
+ build='./;'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-semicol
+ cd './;'
+ r=ok
+ ../configure --prefix '/;-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-semicol
+ file='./;'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/;'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo' && 
ranlib libbase.a )
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub/'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub/'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/;'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo/libbase.a'
+ description='semicol in builddir'
+ expected_to_fail build semicol
+ case $1 in
+ is_in_list semicol squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=semicol
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'semicol in builddir'
+ set +x
ok 41 - semicol in builddir
PASS: instspc.tap 41 - semicol in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './;' /h/j/w/co/automake/tests/instspc.dir/dest-semicol
+ test 2 -gt 0
+ find './;' /h/j/w/co/automake/tests/instspc.dir/dest-semicol -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './;' /h/j/w/co/automake/tests/instspc.dir/dest-semicol
+ for where in build dest
+ case $where in
+ build=build-semicol
+ dest='/h/j/w/co/automake/tests/instspc.dir/;'
+ mkdir build-semicol
+ cd build-semicol
+ r=ok
+ ../configure --prefix '/;-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/;'
+ file='./;'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-semicol'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo' && ranlib libbase.a 
)
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub/'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub/'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub'
test -z "/;-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-semicol'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/libbase.a'
+ description='semicol in destdir'
+ expected_to_fail dest semicol
+ case $1 in
+ is_in_list semicol squote dquote bquote sharp dollar linefeed a_lf_b
+ item=semicol
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'semicol in destdir'
+ set +x
ok 42 - semicol in destdir
PASS: instspc.tap 42 - semicol in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-semicol '/h/j/w/co/automake/tests/instspc.dir/;'
+ test 2 -gt 0
+ find build-semicol '/h/j/w/co/automake/tests/instspc.dir/;' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-semicol '/h/j/w/co/automake/tests/instspc.dir/;'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__equal}'
++ test_string==
+ test x= '!=' x
+ mkdir ./=
+ for where in build dest
+ case $where in
+ build=./=
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-equal
+ cd ./=
+ r=ok
+ ../configure --prefix /=-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-equal
+ file=./=
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/='
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo' && ranlib 
libbase.a )
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub/'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub/'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/=-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/='
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=-prefix/foo/libbase.a'
+ description='equal in builddir'
+ expected_to_fail build equal
+ case $1 in
+ is_in_list equal squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=equal
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'equal in builddir'
+ set +x
ok 43 - equal in builddir
PASS: instspc.tap 43 - equal in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./= /h/j/w/co/automake/tests/instspc.dir/dest-equal
+ test 2 -gt 0
+ find ./= /h/j/w/co/automake/tests/instspc.dir/dest-equal -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./= /h/j/w/co/automake/tests/instspc.dir/dest-equal
+ for where in build dest
+ case $where in
+ build=build-equal
+ dest=/h/j/w/co/automake/tests/instspc.dir/=
+ mkdir build-equal
+ cd build-equal
+ r=ok
+ ../configure --prefix /=-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/=
+ file=./=
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-equal'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo' && ranlib libbase.a 
)
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub/'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub/'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub'
test -z "/=-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/=/=-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-equal'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/=/./=-prefix/foo/libbase.a'
+ description='equal in destdir'
+ expected_to_fail dest equal
+ case $1 in
+ is_in_list equal squote dquote bquote sharp dollar linefeed a_lf_b
+ item=equal
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'equal in destdir'
+ set +x
ok 44 - equal in destdir
PASS: instspc.tap 44 - equal in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-equal /h/j/w/co/automake/tests/instspc.dir/=
+ test 2 -gt 0
+ find build-equal /h/j/w/co/automake/tests/instspc.dir/= -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-equal /h/j/w/co/automake/tests/instspc.dir/=
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__less}'
++ test_string='<'
+ test 'x<' '!=' x
+ mkdir './<'
+ for where in build dest
+ case $where in
+ build='./<'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-less
+ cd './<'
+ r=ok
+ ../configure --prefix '/<-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-less
+ file='./<'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/<'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo' && ranlib 
libbase.a )
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub/'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub/'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/<'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/libbase.a'
+ description='less in builddir'
+ expected_to_fail build less
+ case $1 in
+ is_in_list less squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=less
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'less in builddir'
+ set +x
ok 45 - less in builddir
PASS: instspc.tap 45 - less in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './<' /h/j/w/co/automake/tests/instspc.dir/dest-less
+ test 2 -gt 0
+ find './<' /h/j/w/co/automake/tests/instspc.dir/dest-less -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './<' /h/j/w/co/automake/tests/instspc.dir/dest-less
+ for where in build dest
+ case $where in
+ build=build-less
+ dest='/h/j/w/co/automake/tests/instspc.dir/<'
+ mkdir build-less
+ cd build-less
+ r=ok
+ ../configure --prefix '/<-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/<'
+ file='./<'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-less'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo' && ranlib libbase.a 
)
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub/'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub/'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub'
test -z "/<-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/</<-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-less'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/</./<-prefix/foo/libbase.a'
+ description='less in destdir'
+ expected_to_fail dest less
+ case $1 in
+ is_in_list less squote dquote bquote sharp dollar linefeed a_lf_b
+ item=less
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'less in destdir'
+ set +x
ok 46 - less in destdir
PASS: instspc.tap 46 - less in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-less '/h/j/w/co/automake/tests/instspc.dir/<'
+ test 2 -gt 0
+ find build-less '/h/j/w/co/automake/tests/instspc.dir/<' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-less '/h/j/w/co/automake/tests/instspc.dir/<'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__more}'
++ test_string='>'
+ test 'x>' '!=' x
+ mkdir './>'
+ for where in build dest
+ case $where in
+ build='./>'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-more
+ cd './>'
+ r=ok
+ ../configure --prefix '/>-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-more
+ file='./>'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/>'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo' && ranlib 
libbase.a )
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub/'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub/'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/>'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/libbase.a'
+ description='more in builddir'
+ expected_to_fail build more
+ case $1 in
+ is_in_list more squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=more
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'more in builddir'
+ set +x
ok 47 - more in builddir
PASS: instspc.tap 47 - more in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './>' /h/j/w/co/automake/tests/instspc.dir/dest-more
+ test 2 -gt 0
+ find './>' /h/j/w/co/automake/tests/instspc.dir/dest-more -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './>' /h/j/w/co/automake/tests/instspc.dir/dest-more
+ for where in build dest
+ case $where in
+ build=build-more
+ dest='/h/j/w/co/automake/tests/instspc.dir/>'
+ mkdir build-more
+ cd build-more
+ r=ok
+ ../configure --prefix '/>-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/>'
+ file='./>'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-more'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo' && ranlib libbase.a 
)
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub/'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub/'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub'
test -z "/>-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-more'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/libbase.a'
+ description='more in destdir'
+ expected_to_fail dest more
+ case $1 in
+ is_in_list more squote dquote bquote sharp dollar linefeed a_lf_b
+ item=more
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'more in destdir'
+ set +x
ok 48 - more in destdir
PASS: instspc.tap 48 - more in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-more '/h/j/w/co/automake/tests/instspc.dir/>'
+ test 2 -gt 0
+ find build-more '/h/j/w/co/automake/tests/instspc.dir/>' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-more '/h/j/w/co/automake/tests/instspc.dir/>'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__at}'
++ test_string=@
+ test x@ '!=' x
+ mkdir ./@
+ for where in build dest
+ case $where in
+ build=./@
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-at
+ cd ./@
+ r=ok
+ ../configure --prefix /@-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-at
+ file=./@
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo' && ranlib 
libbase.a )
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub/'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub/'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/libbase.a'
+ description='at in builddir'
+ expected_to_fail build at
+ case $1 in
+ is_in_list at squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=at
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'at in builddir'
+ set +x
ok 49 - at in builddir
PASS: instspc.tap 49 - at in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./@ /h/j/w/co/automake/tests/instspc.dir/dest-at
+ test 2 -gt 0
+ find ./@ /h/j/w/co/automake/tests/instspc.dir/dest-at -type d '!' -perm -700 
-exec chmod u+rwx '{}' ';'
+ rm -rf ./@ /h/j/w/co/automake/tests/instspc.dir/dest-at
+ for where in build dest
+ case $where in
+ build=build-at
+ dest=/h/j/w/co/automake/tests/instspc.dir/@
+ mkdir build-at
+ cd build-at
+ r=ok
+ ../configure --prefix /@-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/@
+ file=./@
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-at'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo' && ranlib libbase.a 
)
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub/'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub/'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub'
test -z "/@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-at'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/libbase.a'
+ description='at in destdir'
+ expected_to_fail dest at
+ case $1 in
+ is_in_list at squote dquote bquote sharp dollar linefeed a_lf_b
+ item=at
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'at in destdir'
+ set +x
ok 50 - at in destdir
PASS: instspc.tap 50 - at in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-at /h/j/w/co/automake/tests/instspc.dir/@
+ test 2 -gt 0
+ find build-at /h/j/w/co/automake/tests/instspc.dir/@ -type d '!' -perm -700 
-exec chmod u+rwx '{}' ';'
+ rm -rf build-at /h/j/w/co/automake/tests/instspc.dir/@
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__lqbrack}'
++ test_string='['
+ test 'x[' '!=' x
+ mkdir './['
+ for where in build dest
+ case $where in
+ build='./['
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack
+ cd './['
+ r=ok
+ ../configure --prefix '/[-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack
+ file='./['
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/['
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo' && 
ranlib libbase.a )
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub/'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub/'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/['
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo/libbase.a'
+ description='lqbrack in builddir'
+ expected_to_fail build lqbrack
+ case $1 in
+ is_in_list lqbrack squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=lqbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'lqbrack in builddir'
+ set +x
ok 51 - lqbrack in builddir
PASS: instspc.tap 51 - lqbrack in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './[' /h/j/w/co/automake/tests/instspc.dir/dest-lqbrack
+ test 2 -gt 0
+ find './[' /h/j/w/co/automake/tests/instspc.dir/dest-lqbrack -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './[' /h/j/w/co/automake/tests/instspc.dir/dest-lqbrack
+ for where in build dest
+ case $where in
+ build=build-lqbrack
+ dest='/h/j/w/co/automake/tests/instspc.dir/['
+ mkdir build-lqbrack
+ cd build-lqbrack
+ r=ok
+ ../configure --prefix '/[-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/['
+ file='./['
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-lqbrack'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo' && ranlib libbase.a 
)
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub/'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub/'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub'
test -z "/[-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-lqbrack'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/libbase.a'
+ description='lqbrack in destdir'
+ expected_to_fail dest lqbrack
+ case $1 in
+ is_in_list lqbrack squote dquote bquote sharp dollar linefeed a_lf_b
+ item=lqbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'lqbrack in destdir'
+ set +x
ok 52 - lqbrack in destdir
PASS: instspc.tap 52 - lqbrack in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-lqbrack '/h/j/w/co/automake/tests/instspc.dir/['
+ test 2 -gt 0
+ find build-lqbrack '/h/j/w/co/automake/tests/instspc.dir/[' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-lqbrack '/h/j/w/co/automake/tests/instspc.dir/['
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__rqbrack}'
++ test_string=']'
+ test 'x]' '!=' x
+ mkdir './]'
+ for where in build dest
+ case $where in
+ build='./]'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack
+ cd './]'
+ r=ok
+ ../configure --prefix '/]-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack
+ file='./]'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/]'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo' && 
ranlib libbase.a )
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub/'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub/'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/]'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo/libbase.a'
+ description='rqbrack in builddir'
+ expected_to_fail build rqbrack
+ case $1 in
+ is_in_list rqbrack squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=rqbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'rqbrack in builddir'
+ set +x
ok 53 - rqbrack in builddir
PASS: instspc.tap 53 - rqbrack in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './]' /h/j/w/co/automake/tests/instspc.dir/dest-rqbrack
+ test 2 -gt 0
+ find './]' /h/j/w/co/automake/tests/instspc.dir/dest-rqbrack -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './]' /h/j/w/co/automake/tests/instspc.dir/dest-rqbrack
+ for where in build dest
+ case $where in
+ build=build-rqbrack
+ dest='/h/j/w/co/automake/tests/instspc.dir/]'
+ mkdir build-rqbrack
+ cd build-rqbrack
+ r=ok
+ ../configure --prefix '/]-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/]'
+ file='./]'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-rqbrack'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo' && ranlib libbase.a 
)
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub/'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub/'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub'
test -z "/]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-rqbrack'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/libbase.a'
+ description='rqbrack in destdir'
+ expected_to_fail dest rqbrack
+ case $1 in
+ is_in_list rqbrack squote dquote bquote sharp dollar linefeed a_lf_b
+ item=rqbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'rqbrack in destdir'
+ set +x
ok 54 - rqbrack in destdir
PASS: instspc.tap 54 - rqbrack in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-rqbrack '/h/j/w/co/automake/tests/instspc.dir/]'
+ test 2 -gt 0
+ find build-rqbrack '/h/j/w/co/automake/tests/instspc.dir/]' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-rqbrack '/h/j/w/co/automake/tests/instspc.dir/]'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__lcbrack}'
++ test_string='{'
+ test 'x{' '!=' x
+ mkdir './{'
+ for where in build dest
+ case $where in
+ build='./{'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack
+ cd './{'
+ r=ok
+ ../configure --prefix '/{-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack
+ file='./{'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/{'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo' && 
ranlib libbase.a )
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub/'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub/'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/{'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo/libbase.a'
+ description='lcbrack in builddir'
+ expected_to_fail build lcbrack
+ case $1 in
+ is_in_list lcbrack squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=lcbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'lcbrack in builddir'
+ set +x
ok 55 - lcbrack in builddir
PASS: instspc.tap 55 - lcbrack in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './{' /h/j/w/co/automake/tests/instspc.dir/dest-lcbrack
+ test 2 -gt 0
+ find './{' /h/j/w/co/automake/tests/instspc.dir/dest-lcbrack -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './{' /h/j/w/co/automake/tests/instspc.dir/dest-lcbrack
+ for where in build dest
+ case $where in
+ build=build-lcbrack
+ dest='/h/j/w/co/automake/tests/instspc.dir/{'
+ mkdir build-lcbrack
+ cd build-lcbrack
+ r=ok
+ ../configure --prefix '/{-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/{'
+ file='./{'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-lcbrack'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo' && ranlib libbase.a 
)
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub/'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub/'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub'
test -z "/{-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-lcbrack'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/libbase.a'
+ description='lcbrack in destdir'
+ expected_to_fail dest lcbrack
+ case $1 in
+ is_in_list lcbrack squote dquote bquote sharp dollar linefeed a_lf_b
+ item=lcbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'lcbrack in destdir'
+ set +x
ok 56 - lcbrack in destdir
PASS: instspc.tap 56 - lcbrack in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-lcbrack '/h/j/w/co/automake/tests/instspc.dir/{'
+ test 2 -gt 0
+ find build-lcbrack '/h/j/w/co/automake/tests/instspc.dir/{' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-lcbrack '/h/j/w/co/automake/tests/instspc.dir/{'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__rcbrack}'
++ test_string='}'
+ test 'x}' '!=' x
+ mkdir './}'
+ for where in build dest
+ case $where in
+ build='./}'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack
+ cd './}'
+ r=ok
+ ../configure --prefix '/}-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack
+ file='./}'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/}'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo' && 
ranlib libbase.a )
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub/'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub/'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/}'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo/libbase.a'
+ description='rcbrack in builddir'
+ expected_to_fail build rcbrack
+ case $1 in
+ is_in_list rcbrack squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=rcbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'rcbrack in builddir'
+ set +x
ok 57 - rcbrack in builddir
PASS: instspc.tap 57 - rcbrack in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './}' /h/j/w/co/automake/tests/instspc.dir/dest-rcbrack
+ test 2 -gt 0
+ find './}' /h/j/w/co/automake/tests/instspc.dir/dest-rcbrack -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './}' /h/j/w/co/automake/tests/instspc.dir/dest-rcbrack
+ for where in build dest
+ case $where in
+ build=build-rcbrack
+ dest='/h/j/w/co/automake/tests/instspc.dir/}'
+ mkdir build-rcbrack
+ cd build-rcbrack
+ r=ok
+ ../configure --prefix '/}-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/}'
+ file='./}'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-rcbrack'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo' && ranlib libbase.a 
)
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub/'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub/'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub'
test -z "/}-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-rcbrack'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/libbase.a'
+ description='rcbrack in destdir'
+ expected_to_fail dest rcbrack
+ case $1 in
+ is_in_list rcbrack squote dquote bquote sharp dollar linefeed a_lf_b
+ item=rcbrack
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'rcbrack in destdir'
+ set +x
ok 58 - rcbrack in destdir
PASS: instspc.tap 58 - rcbrack in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-rcbrack '/h/j/w/co/automake/tests/instspc.dir/}'
+ test 2 -gt 0
+ find build-rcbrack '/h/j/w/co/automake/tests/instspc.dir/}' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-rcbrack '/h/j/w/co/automake/tests/instspc.dir/}'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__space}'
++ test_string=' '
+ test 'x ' '!=' x
+ mkdir './ '
+ for where in build dest
+ case $where in
+ build='./ '
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-space
+ cd './ '
+ r=ok
+ ../configure --prefix '/ -prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-space
+ file='./ '
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/ '
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo' && ranlib 
libbase.a )
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-space/ 
-prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ 
-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo/sub/'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ 
-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ 
-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo/sub/'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ 
-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo/sub'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ 
-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/ '
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ 
-prefix/foo/libbase.a'
+ description='space in builddir'
+ expected_to_fail build space
+ case $1 in
+ is_in_list space squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=space
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'space in builddir'
+ set +x
ok 59 - space in builddir
PASS: instspc.tap 59 - space in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './ ' /h/j/w/co/automake/tests/instspc.dir/dest-space
+ test 2 -gt 0
+ find './ ' /h/j/w/co/automake/tests/instspc.dir/dest-space -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './ ' /h/j/w/co/automake/tests/instspc.dir/dest-space
+ for where in build dest
+ case $where in
+ build=build-space
+ dest='/h/j/w/co/automake/tests/instspc.dir/ '
+ mkdir build-space
+ cd build-space
+ r=ok
+ ../configure --prefix '/ -prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/ '
+ file='./ '
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-space'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
 /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/ / 
-prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a '/h/j/w/co/automake/tests/instspc.dir/ 
/ -prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib libbase.a 
)
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/ / 
-prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/ / 
-prefix/foo/sub/'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/'
  /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/ / 
-prefix/foo/sub/'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.dir/ 
/ -prefix/foo'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub'
test -z "/ -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-space'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ 
-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libbase.a'
+ description='space in destdir'
+ expected_to_fail dest space
+ case $1 in
+ is_in_list space squote dquote bquote sharp dollar linefeed a_lf_b
+ item=space
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'space in destdir'
+ set +x
ok 60 - space in destdir
PASS: instspc.tap 60 - space in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-space '/h/j/w/co/automake/tests/instspc.dir/ '
+ test 2 -gt 0
+ find build-space '/h/j/w/co/automake/tests/instspc.dir/ ' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-space '/h/j/w/co/automake/tests/instspc.dir/ '
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__tab}'
++ test_string='        '
+ test 'x       ' '!=' x
+ mkdir './     '
+ for where in build dest
+ case $where in
+ build='./     '
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-tab
+ cd './        '
+ r=ok
+ ../configure --prefix '/      -prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-tab
+ file='./      '
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/      '
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/       -prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/        -prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tab/   -prefix/foo' && ranlib 
libbase.a )
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-tab/    
-prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/        
-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/     -prefix/foo/sub/'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/      -prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tab/   -prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/        
-prefix/foo/sub/'
  /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-tab/  
-prefix/foo/sub/'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/       -prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/    -prefix/foo/sub'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-tab/      -prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/       '
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./     
-prefix/foo/libbase.a'
+ description='tab in builddir'
+ expected_to_fail build tab
+ case $1 in
+ is_in_list tab squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=tab
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'tab in builddir'
+ set +x
ok 61 - tab in builddir
PASS: instspc.tap 61 - tab in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './    ' /h/j/w/co/automake/tests/instspc.dir/dest-tab
+ test 2 -gt 0
+ find './      ' /h/j/w/co/automake/tests/instspc.dir/dest-tab -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './    ' /h/j/w/co/automake/tests/instspc.dir/dest-tab
+ for where in build dest
+ case $where in
+ build=build-tab
+ dest='/h/j/w/co/automake/tests/instspc.dir/   '
+ mkdir build-tab
+ cd build-tab
+ r=ok
+ ../configure --prefix '/      -prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/        '
+ file='./      '
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-tab'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
 /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/        
/       -prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a '/h/j/w/co/automake/tests/instspc.dir/ 
/       -prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/    /       -prefix/foo' && ranlib 
libbase.a )
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/     /       
-prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ /       
-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/      
/       -prefix/foo/sub/'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/       /       -prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/    /       -prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ /       
-prefix/foo/sub/'
  /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/   /       
-prefix/foo/sub/'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/        /       -prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.dir/  
/       -prefix/foo'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/     /       -prefix/foo/sub'
test -z "/      -prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/  /       -prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/       /       -prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-tab'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/        /./     
-prefix/foo/libbase.a'
+ description='tab in destdir'
+ expected_to_fail dest tab
+ case $1 in
+ is_in_list tab squote dquote bquote sharp dollar linefeed a_lf_b
+ item=tab
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'tab in destdir'
+ set +x
ok 62 - tab in destdir
PASS: instspc.tap 62 - tab in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-tab '/h/j/w/co/automake/tests/instspc.dir/       '
+ test 2 -gt 0
+ find build-tab '/h/j/w/co/automake/tests/instspc.dir/ ' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-tab '/h/j/w/co/automake/tests/instspc.dir/       '
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__linefeed}'
++ test_string='
'
+ test 'x
' '!=' x
+ mkdir './
'
+ for where in build dest
+ case $where in
+ build='./
'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-linefeed
+ cd './
'
+ r=ok
+ ../configure --prefix '/
-prefix'
configure: error: pwd does not report name of working directory
+ r='not ok'
+ description='linefeed in builddir'
+ expected_to_fail build linefeed
+ case $1 in
+ is_in_list linefeed squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=linefeed
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'linefeed in 
builddir'
+ set +x
not ok 63 - linefeed in builddir # TODO long-standing limitation
XFAIL: instspc.tap 63 - linefeed in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-linefeed
+ dest='/h/j/w/co/automake/tests/instspc.dir/
'
+ mkdir build-linefeed
+ cd build-linefeed
+ r=ok
+ ../configure --prefix '/
-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
Makefile:216: *** missing separator.  Stop.
+ r='not ok'
+ description='linefeed in destdir'
+ expected_to_fail dest linefeed
+ case $1 in
+ is_in_list linefeed squote dquote bquote sharp dollar linefeed a_lf_b
+ item=linefeed
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'linefeed in 
destdir'
+ set +x
not ok 64 - linefeed in destdir # TODO long-standing limitation
XFAIL: instspc.tap 64 - linefeed in destdir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__backspace}'
++ test_string=$'\b'
+ test $'x\b' '!=' x
+ mkdir $'./\b'
+ for where in build dest
+ case $where in
+ build=$'./\b'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-backspace
+ cd $'./\b'
+ r=ok
+ ../configure --prefix $'/\b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-backspace
+ file=$'./\b'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo' && 
ranlib libbase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/foo/libbase.a'
+ description='backspace in builddir'
+ expected_to_fail build backspace
+ case $1 in
+ is_in_list backspace squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=backspace
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'backspace in builddir'
+ set +x
ok 65 - backspace in builddir
PASS: instspc.tap 65 - backspace in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ $'./\b' /h/j/w/co/automake/tests/instspc.dir/dest-backspace
+ test 2 -gt 0
+ find $'./\b' /h/j/w/co/automake/tests/instspc.dir/dest-backspace -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf $'./\b' /h/j/w/co/automake/tests/instspc.dir/dest-backspace
+ for where in build dest
+ case $where in
+ build=build-backspace
+ dest=$'/h/j/w/co/automake/tests/instspc.dir/\b'
+ mkdir build-backspace
+ cd build-backspace
+ r=ok
+ ../configure --prefix $'/\b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=$'/h/j/w/co/automake/tests/instspc.dir/\b'
+ file=$'./\b'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-backspace'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib libbase.a 
)
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-backspace'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libbase.a'
+ description='backspace in destdir'
+ expected_to_fail dest backspace
+ case $1 in
+ is_in_list backspace squote dquote bquote sharp dollar linefeed a_lf_b
+ item=backspace
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'backspace in destdir'
+ set +x
ok 66 - backspace in destdir
PASS: instspc.tap 66 - backspace in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-backspace $'/h/j/w/co/automake/tests/instspc.dir/\b'
+ test 2 -gt 0
+ find build-backspace $'/h/j/w/co/automake/tests/instspc.dir/\b' -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-backspace $'/h/j/w/co/automake/tests/instspc.dir/\b'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__formfeed}'
++ test_string=$'\f'
+ test $'x\f' '!=' x
+ mkdir $'./\f'
+ for where in build dest
+ case $where in
+ build=$'./\f'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-formfeed
+ cd $'./\f'
+ r=ok
+ ../configure --prefix $'/\f-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-formfeed
+ file=$'./\f'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo' && 
ranlib libbase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/
-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/
-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/
-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/
-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo/sub'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/
-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./
-prefix/foo/libbase.a'
+ description='formfeed in builddir'
+ expected_to_fail build formfeed
+ case $1 in
+ is_in_list formfeed squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=formfeed
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'formfeed in builddir'
+ set +x
ok 67 - formfeed in builddir
PASS: instspc.tap 67 - formfeed in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ $'./\f' /h/j/w/co/automake/tests/instspc.dir/dest-formfeed
+ test 2 -gt 0
+ find $'./\f' /h/j/w/co/automake/tests/instspc.dir/dest-formfeed -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf $'./\f' /h/j/w/co/automake/tests/instspc.dir/dest-formfeed
+ for where in build dest
+ case $where in
+ build=build-formfeed
+ dest=$'/h/j/w/co/automake/tests/instspc.dir/\f'
+ mkdir build-formfeed
+ cd build-formfeed
+ r=ok
+ ../configure --prefix $'/\f-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=$'/h/j/w/co/automake/tests/instspc.dir/\f'
+ file=$'./\f'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-formfeed'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir//
-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a '/h/j/w/co/automake/tests/instspc.dir/
/-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib libbase.a 
)
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir//
-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir//
-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
  /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir//
-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.dir/
/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-formfeed'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./
-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libbase.a'
+ description='formfeed in destdir'
+ expected_to_fail dest formfeed
+ case $1 in
+ is_in_list formfeed squote dquote bquote sharp dollar linefeed a_lf_b
+ item=formfeed
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'formfeed in destdir'
+ set +x
ok 68 - formfeed in destdir
PASS: instspc.tap 68 - formfeed in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-formfeed $'/h/j/w/co/automake/tests/instspc.dir/\f'
+ test 2 -gt 0
+ find build-formfeed $'/h/j/w/co/automake/tests/instspc.dir/\f' -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-formfeed $'/h/j/w/co/automake/tests/instspc.dir/\f'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__carriageret}'
++ test_string=$'\r'
+ test $'x\r' '!=' x
+ mkdir $'./\r'
+ for where in build dest
+ case $where in
+ build=$'./\r'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-carriageret
+ cd $'./\r'
+ r=ok
+ ../configure --prefix $'/\r-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-carriageret
+ file=$'./\r'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo' && 
ranlib libbase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/foo/libbase.a'
+ description='carriageret in builddir'
+ expected_to_fail build carriageret
+ case $1 in
+ is_in_list carriageret squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=carriageret
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'carriageret in builddir'
+ set +x
ok 69 - carriageret in builddir
PASS: instspc.tap 69 - carriageret in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ $'./\r' /h/j/w/co/automake/tests/instspc.dir/dest-carriageret
+ test 2 -gt 0
+ find $'./\r' /h/j/w/co/automake/tests/instspc.dir/dest-carriageret -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf $'./\r' /h/j/w/co/automake/tests/instspc.dir/dest-carriageret
+ for where in build dest
+ case $where in
+ build=build-carriageret
+ dest=$'/h/j/w/co/automake/tests/instspc.dir/\r'
+ mkdir build-carriageret
+ cd build-carriageret
+ r=ok
+ ../configure --prefix $'/\r-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=$'/h/j/w/co/automake/tests/instspc.dir/\r'
+ file=$'./\r'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-carriageret'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib libbase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
test -z "/-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir//-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-carriageret'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libbase.a'
+ description='carriageret in destdir'
+ expected_to_fail dest carriageret
+ case $1 in
+ is_in_list carriageret squote dquote bquote sharp dollar linefeed a_lf_b
+ item=carriageret
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'carriageret in destdir'
+ set +x
ok 70 - carriageret in destdir
PASS: instspc.tap 70 - carriageret in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-carriageret $'/h/j/w/co/automake/tests/instspc.dir/\r'
+ test 2 -gt 0
+ find build-carriageret $'/h/j/w/co/automake/tests/instspc.dir/\r' -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-carriageret $'/h/j/w/co/automake/tests/instspc.dir/\r'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__quadrigraph0}'
++ test_string='@&t@'
+ test 'x@&t@' '!=' x
+ mkdir './@&t@'
+ for where in build dest
+ case $where in
+ build='./@&t@'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph0
+ cd './@&t@'
+ r=ok
+ ../configure --prefix '/@&address@hidden'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='quadrigraph0 in builddir'
+ expected_to_fail build quadrigraph0
+ case $1 in
+ is_in_list quadrigraph0 squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=quadrigraph0
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'quadrigraph0 in 
builddir'
+ set +x
not ok 71 - quadrigraph0 in builddir # TODO long-standing limitation
XFAIL: instspc.tap 71 - quadrigraph0 in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-quadrigraph0
+ dest='/h/j/w/co/automake/tests/instspc.dir/@&t@'
+ mkdir build-quadrigraph0
+ cd build-quadrigraph0
+ r=ok
+ ../configure --prefix '/@&address@hidden'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/@&t@'
+ file='./@&t@'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph0'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo' && 
ranlib libbase.a )
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub/'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo' && 
ranlib sub/libnobase.a )
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub/'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub'
test -z "/@&address@hidden/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/@&address@hidden/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph0'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&address@hidden/foo/libbase.a'
+ description='quadrigraph0 in destdir'
+ expected_to_fail dest quadrigraph0
+ case $1 in
+ is_in_list quadrigraph0 squote dquote bquote sharp dollar linefeed a_lf_b
+ item=quadrigraph0
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph0 in destdir'
+ set +x
ok 72 - quadrigraph0 in destdir
PASS: instspc.tap 72 - quadrigraph0 in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-quadrigraph0 '/h/j/w/co/automake/tests/instspc.dir/@&t@'
+ test 2 -gt 0
+ find build-quadrigraph0 '/h/j/w/co/automake/tests/instspc.dir/@&t@' -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-quadrigraph0 '/h/j/w/co/automake/tests/instspc.dir/@&t@'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__quadrigraph1}'
++ test_string='@<:@'
+ test 'x@<:@' '!=' x
+ mkdir './@<:@'
+ for where in build dest
+ case $where in
+ build='./@<:@'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1
+ cd './@<:@'
+ r=ok
+ ../configure --prefix '/@<:@-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1
+ file='./@<:@'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@<:@'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' 
&& ranlib libbase.a )
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' 
&& ranlib sub/libnobase.a )
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@<:@'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/libbase.a'
+ description='quadrigraph1 in builddir'
+ expected_to_fail build quadrigraph1
+ case $1 in
+ is_in_list quadrigraph1 squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=quadrigraph1
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph1 in builddir'
+ set +x
ok 73 - quadrigraph1 in builddir
PASS: instspc.tap 73 - quadrigraph1 in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './@<:@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1
+ test 2 -gt 0
+ find './@<:@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1 -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './@<:@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1
+ for where in build dest
+ case $where in
+ build=build-quadrigraph1
+ dest='/h/j/w/co/automake/tests/instspc.dir/@<:@'
+ mkdir build-quadrigraph1
+ cd build-quadrigraph1
+ r=ok
+ ../configure --prefix '/@<:@-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/@<:@'
+ file='./@<:@'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph1'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo' && ranlib 
libbase.a )
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub/'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub/'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub'
test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph1'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/libbase.a'
+ description='quadrigraph1 in destdir'
+ expected_to_fail dest quadrigraph1
+ case $1 in
+ is_in_list quadrigraph1 squote dquote bquote sharp dollar linefeed a_lf_b
+ item=quadrigraph1
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph1 in destdir'
+ set +x
ok 74 - quadrigraph1 in destdir
PASS: instspc.tap 74 - quadrigraph1 in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-quadrigraph1 '/h/j/w/co/automake/tests/instspc.dir/@<:@'
+ test 2 -gt 0
+ find build-quadrigraph1 '/h/j/w/co/automake/tests/instspc.dir/@<:@' -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-quadrigraph1 '/h/j/w/co/automake/tests/instspc.dir/@<:@'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__quadrigraph2}'
++ test_string='@:>@'
+ test 'x@:>@' '!=' x
+ mkdir './@:>@'
+ for where in build dest
+ case $where in
+ build='./@:>@'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2
+ cd './@:>@'
+ r=ok
+ ../configure --prefix '/@:>@-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2
+ file='./@:>@'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@:>@'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' 
&& ranlib libbase.a )
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' 
&& ranlib sub/libnobase.a )
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@:>@'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/libbase.a'
+ description='quadrigraph2 in builddir'
+ expected_to_fail build quadrigraph2
+ case $1 in
+ is_in_list quadrigraph2 squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=quadrigraph2
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph2 in builddir'
+ set +x
ok 75 - quadrigraph2 in builddir
PASS: instspc.tap 75 - quadrigraph2 in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './@:>@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2
+ test 2 -gt 0
+ find './@:>@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2 -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './@:>@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2
+ for where in build dest
+ case $where in
+ build=build-quadrigraph2
+ dest='/h/j/w/co/automake/tests/instspc.dir/@:>@'
+ mkdir build-quadrigraph2
+ cd build-quadrigraph2
+ r=ok
+ ../configure --prefix '/@:>@-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/@:>@'
+ file='./@:>@'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph2'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo' && ranlib 
libbase.a )
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub/'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub/'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub'
test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph2'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/libbase.a'
+ description='quadrigraph2 in destdir'
+ expected_to_fail dest quadrigraph2
+ case $1 in
+ is_in_list quadrigraph2 squote dquote bquote sharp dollar linefeed a_lf_b
+ item=quadrigraph2
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph2 in destdir'
+ set +x
ok 76 - quadrigraph2 in destdir
PASS: instspc.tap 76 - quadrigraph2 in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-quadrigraph2 '/h/j/w/co/automake/tests/instspc.dir/@:>@'
+ test 2 -gt 0
+ find build-quadrigraph2 '/h/j/w/co/automake/tests/instspc.dir/@:>@' -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-quadrigraph2 '/h/j/w/co/automake/tests/instspc.dir/@:>@'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__quadrigraph3}'
++ test_string='@S|@'
+ test 'address@hidden|@' '!=' x
+ mkdir './@S|@'
+ for where in build dest
+ case $where in
+ build='./@S|@'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3
+ cd './@S|@'
+ r=ok
+ ../configure --prefix '/@S|@-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3
+ file='./@S|@'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@S|@'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' 
&& ranlib libbase.a )
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' 
&& ranlib sub/libnobase.a )
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@S|@'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/libbase.a'
+ description='quadrigraph3 in builddir'
+ expected_to_fail build quadrigraph3
+ case $1 in
+ is_in_list quadrigraph3 squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=quadrigraph3
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph3 in builddir'
+ set +x
ok 77 - quadrigraph3 in builddir
PASS: instspc.tap 77 - quadrigraph3 in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './@S|@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3
+ test 2 -gt 0
+ find './@S|@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3 -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './@S|@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3
+ for where in build dest
+ case $where in
+ build=build-quadrigraph3
+ dest='/h/j/w/co/automake/tests/instspc.dir/@S|@'
+ mkdir build-quadrigraph3
+ cd build-quadrigraph3
+ r=ok
+ ../configure --prefix '/@S|@-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/@S|@'
+ file='./@S|@'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph3'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo' && ranlib 
libbase.a )
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub/'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub/'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub'
test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph3'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/libbase.a'
+ description='quadrigraph3 in destdir'
+ expected_to_fail dest quadrigraph3
+ case $1 in
+ is_in_list quadrigraph3 squote dquote bquote sharp dollar linefeed a_lf_b
+ item=quadrigraph3
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph3 in destdir'
+ set +x
ok 78 - quadrigraph3 in destdir
PASS: instspc.tap 78 - quadrigraph3 in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-quadrigraph3 '/h/j/w/co/automake/tests/instspc.dir/@S|@'
+ test 2 -gt 0
+ find build-quadrigraph3 '/h/j/w/co/automake/tests/instspc.dir/@S|@' -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-quadrigraph3 '/h/j/w/co/automake/tests/instspc.dir/@S|@'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__quadrigraph4}'
++ address@hidden:@
+ test address@hidden:@ '!=' x
+ mkdir ./@%:@
+ for where in build dest
+ case $where in
+ build=./@%:@
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4
+ cd ./@%:@
+ r=ok
+ ../configure --prefix /@%:@-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4
+ file=./@%:@
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@%:@'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' 
&& ranlib libbase.a )
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' 
&& ranlib sub/libnobase.a )
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@%:@'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/libbase.a'
+ description='quadrigraph4 in builddir'
+ expected_to_fail build quadrigraph4
+ case $1 in
+ is_in_list quadrigraph4 squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=quadrigraph4
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph4 in builddir'
+ set +x
ok 79 - quadrigraph4 in builddir
PASS: instspc.tap 79 - quadrigraph4 in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./@%:@ /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4
+ test 2 -gt 0
+ find ./@%:@ /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4 -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./@%:@ /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4
+ for where in build dest
+ case $where in
+ build=build-quadrigraph4
+ dest=/h/j/w/co/automake/tests/instspc.dir/@%:@
+ mkdir build-quadrigraph4
+ cd build-quadrigraph4
+ r=ok
+ ../configure --prefix /@%:@-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/@%:@
+ file=./@%:@
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph4'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo' && ranlib 
libbase.a )
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub/'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub/'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub'
test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-quadrigraph4'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/libbase.a'
+ description='quadrigraph4 in destdir'
+ expected_to_fail dest quadrigraph4
+ case $1 in
+ is_in_list quadrigraph4 squote dquote bquote sharp dollar linefeed a_lf_b
+ item=quadrigraph4
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'quadrigraph4 in destdir'
+ set +x
ok 80 - quadrigraph4 in destdir
PASS: instspc.tap 80 - quadrigraph4 in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-quadrigraph4 /h/j/w/co/automake/tests/instspc.dir/@%:@
+ test 2 -gt 0
+ find build-quadrigraph4 /h/j/w/co/automake/tests/instspc.dir/@%:@ -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-quadrigraph4 /h/j/w/co/automake/tests/instspc.dir/@%:@
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__a_b}'
++ test_string='a b'
+ test 'xa b' '!=' x
+ mkdir './a b'
+ for where in build dest
+ case $where in
+ build='./a b'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-a_b
+ cd './a b'
+ r=ok
+ ../configure --prefix '/a b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-a_b
+ file='./a b'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/a b'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo' && ranlib 
libbase.a )
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a 
b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a 
b-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo/sub/'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a 
b-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a 
b-prefix/foo/sub/'
  /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a 
b-prefix/foo/sub/'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a 
b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo/sub'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a 
b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/a b'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a 
b-prefix/foo/libbase.a'
+ description='a_b in builddir'
+ expected_to_fail build a_b
+ case $1 in
+ is_in_list a_b squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=a_b
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'a_b in builddir'
+ set +x
ok 81 - a_b in builddir
PASS: instspc.tap 81 - a_b in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a_b
+ test 2 -gt 0
+ find './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a_b -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a_b
+ for where in build dest
+ case $where in
+ build=build-a_b
+ dest='/h/j/w/co/automake/tests/instspc.dir/a b'
+ mkdir build-a_b
+ cd build-a_b
+ r=ok
+ ../configure --prefix '/a b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/a b'
+ file='./a b'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-a_b'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
 /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/a b/a 
b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo' && ranlib 
libbase.a )
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/a b/a 
b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/a b/a 
b-prefix/foo/sub/'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub/'
  /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/a b/a 
b-prefix/foo/sub/'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.dir/a 
b/a b-prefix/foo'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub'
test -z "/a b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-a_b'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a 
b-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a 
b-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a 
b-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a 
b-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a 
b-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/libbase.a'
+ description='a_b in destdir'
+ expected_to_fail dest a_b
+ case $1 in
+ is_in_list a_b squote dquote bquote sharp dollar linefeed a_lf_b
+ item=a_b
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'a_b in destdir'
+ set +x
ok 82 - a_b in destdir
PASS: instspc.tap 82 - a_b in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-a_b '/h/j/w/co/automake/tests/instspc.dir/a b'
+ test 2 -gt 0
+ find build-a_b '/h/j/w/co/automake/tests/instspc.dir/a b' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-a_b '/h/j/w/co/automake/tests/instspc.dir/a b'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__a__b}'
++ test_string='a  b'
+ test 'xa  b' '!=' x
+ mkdir './a  b'
+ for where in build dest
+ case $where in
+ build='./a  b'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-a__b
+ cd './a  b'
+ r=ok
+ ../configure --prefix '/a  b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-a__b
+ file='./a  b'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/a  b'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo' && 
ranlib libbase.a )
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  
b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  
b-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo/sub/'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  
b-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  
b-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo/sub/'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  
b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo/sub'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  
b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a  b-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/a  b'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a  
b-prefix/foo/libbase.a'
+ description='a__b in builddir'
+ expected_to_fail build a__b
+ case $1 in
+ is_in_list a__b squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=a__b
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'a__b in builddir'
+ set +x
ok 83 - a__b in builddir
PASS: instspc.tap 83 - a__b in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './a  b' /h/j/w/co/automake/tests/instspc.dir/dest-a__b
+ test 2 -gt 0
+ find './a  b' /h/j/w/co/automake/tests/instspc.dir/dest-a__b -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './a  b' /h/j/w/co/automake/tests/instspc.dir/dest-a__b
+ for where in build dest
+ case $where in
+ build=build-a__b
+ dest='/h/j/w/co/automake/tests/instspc.dir/a  b'
+ mkdir build-a__b
+ cd build-a__b
+ r=ok
+ ../configure --prefix '/a  b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/a  b'
+ file='./a  b'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-a__b'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
 /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/a  b/a  
b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo' && ranlib 
libbase.a )
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
  /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/a  b/a  
b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a  b/a  
b-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/a  
b/a  b-prefix/foo/sub/'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a  b/a  
b-prefix/foo/sub/'
  /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/a  b/a  
b-prefix/foo/sub/'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.dir/a 
 b/a  b-prefix/foo'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo/sub'
test -z "/a  b-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/a  b/a  b-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-a__b'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  b-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  b-prefix/foo/base.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  b-prefix/foo/base.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  b-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  b-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  b-prefix/foo/base'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a  b/./a  
b-prefix/foo/libbase.a'
+ description='a__b in destdir'
+ expected_to_fail dest a__b
+ case $1 in
+ is_in_list a__b squote dquote bquote sharp dollar linefeed a_lf_b
+ item=a__b
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'a__b in destdir'
+ set +x
ok 84 - a__b in destdir
PASS: instspc.tap 84 - a__b in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-a__b '/h/j/w/co/automake/tests/instspc.dir/a  b'
+ test 2 -gt 0
+ find build-a__b '/h/j/w/co/automake/tests/instspc.dir/a  b' -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-a__b '/h/j/w/co/automake/tests/instspc.dir/a  b'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__a_lf_b}'
++ test_string='a
b'
+ test 'xa
b' '!=' x
+ mkdir './a
b'
+ for where in build dest
+ case $where in
+ build='./a
b'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-a_lf_b
+ cd './a
b'
+ r=ok
+ ../configure --prefix '/a
b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... configure: error: unsafe absolute 
working directory name
+ r='not ok'
+ description='a_lf_b in builddir'
+ expected_to_fail build a_lf_b
+ case $1 in
+ is_in_list a_lf_b squote dquote bquote sharp dollar bslash ampersand linefeed 
quadrigraph0 a_lf_b
+ item=a_lf_b
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'a_lf_b in builddir'
+ set +x
not ok 85 - a_lf_b in builddir # TODO long-standing limitation
XFAIL: instspc.tap 85 - a_lf_b in builddir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for where in build dest
+ case $where in
+ build=build-a_lf_b
+ dest='/h/j/w/co/automake/tests/instspc.dir/a
b'
+ mkdir build-a_lf_b
+ cd build-a_lf_b
+ r=ok
+ ../configure --prefix '/a
b-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
Makefile:216: *** missing separator.  Stop.
+ r='not ok'
+ description='a_lf_b in destdir'
+ expected_to_fail dest a_lf_b
+ case $1 in
+ is_in_list a_lf_b squote dquote bquote sharp dollar linefeed a_lf_b
+ item=a_lf_b
+ shift
+ case " $* " in
+ return 0
+ directive=TODO
+ reason='long-standing limitation'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'a_lf_b in destdir'
+ set +x
not ok 86 - a_lf_b in destdir # TODO long-standing limitation
XFAIL: instspc.tap 86 - a_lf_b in destdir # TODO long-standing limitation
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test 'not ok' = ok
+ : For lesser shells with broken 'set -e.'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__dotdotdot}'
++ test_string=...
+ test x... '!=' x
+ mkdir ./...
+ for where in build dest
+ case $where in
+ build=./...
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot
+ cd ./...
+ r=ok
+ ../configure --prefix /...-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot
+ file=./...
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/...'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo' && 
ranlib libbase.a )
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/...'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix/foo/libbase.a'
+ description='dotdotdot in builddir'
+ expected_to_fail build dotdotdot
+ case $1 in
+ is_in_list dotdotdot squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=dotdotdot
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'dotdotdot in builddir'
+ set +x
ok 87 - dotdotdot in builddir
PASS: instspc.tap 87 - dotdotdot in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./... /h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot
+ test 2 -gt 0
+ find ./... /h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./... /h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot
+ for where in build dest
+ case $where in
+ build=build-dotdotdot
+ dest=/h/j/w/co/automake/tests/instspc.dir/...
+ mkdir build-dotdotdot
+ cd build-dotdotdot
+ r=ok
+ ../configure --prefix /...-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/...
+ file=./...
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-dotdotdot'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo' && ranlib 
libbase.a )
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub/'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub/'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub'
test -z "/...-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-dotdotdot'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/libbase.a'
+ description='dotdotdot in destdir'
+ expected_to_fail dest dotdotdot
+ case $1 in
+ is_in_list dotdotdot squote dquote bquote sharp dollar linefeed a_lf_b
+ item=dotdotdot
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'dotdotdot in destdir'
+ set +x
ok 88 - dotdotdot in destdir
PASS: instspc.tap 88 - dotdotdot in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-dotdotdot /h/j/w/co/automake/tests/instspc.dir/...
+ test 2 -gt 0
+ find build-dotdotdot /h/j/w/co/automake/tests/instspc.dir/... -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-dotdotdot /h/j/w/co/automake/tests/instspc.dir/...
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__dosdrive}'
++ test_string=a:
+ test xa: '!=' x
+ mkdir ./a:
+ for where in build dest
+ case $where in
+ build=./a:
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive
+ cd ./a:
+ r=ok
+ ../configure --prefix /a:-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive
+ file=./a:
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/a:'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo' && 
ranlib libbase.a )
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/a:'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/foo/libbase.a'
+ description='dosdrive in builddir'
+ expected_to_fail build dosdrive
+ case $1 in
+ is_in_list dosdrive squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=dosdrive
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'dosdrive in builddir'
+ set +x
ok 89 - dosdrive in builddir
PASS: instspc.tap 89 - dosdrive in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ ./a: /h/j/w/co/automake/tests/instspc.dir/dest-dosdrive
+ test 2 -gt 0
+ find ./a: /h/j/w/co/automake/tests/instspc.dir/dest-dosdrive -type d '!' 
-perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf ./a: /h/j/w/co/automake/tests/instspc.dir/dest-dosdrive
+ for where in build dest
+ case $where in
+ build=build-dosdrive
+ dest=/h/j/w/co/automake/tests/instspc.dir/a:
+ mkdir build-dosdrive
+ cd build-dosdrive
+ r=ok
+ ../configure --prefix /a:-prefix
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/a:
+ file=./a:
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-dosdrive'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo' && ranlib 
libbase.a )
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub/'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo' && ranlib 
sub/libnobase.a )
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
 /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub/'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub'
test -z "/a:-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo"
/p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-dosdrive'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/nobase.h'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase.h'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/nobase.dat'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase.dat'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/nobase.sh'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base.sh'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/nobase'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/libnobase.a'
test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/libnobase.a'
test   -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/libbase.a'
+ description='dosdrive in destdir'
+ expected_to_fail dest dosdrive
+ case $1 in
+ is_in_list dosdrive squote dquote bquote sharp dollar linefeed a_lf_b
+ item=dosdrive
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'dosdrive in destdir'
+ set +x
ok 90 - dosdrive in destdir
PASS: instspc.tap 90 - dosdrive in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-dosdrive /h/j/w/co/automake/tests/instspc.dir/a:
+ test 2 -gt 0
+ find build-dosdrive /h/j/w/co/automake/tests/instspc.dir/a: -type d '!' -perm 
-700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-dosdrive /h/j/w/co/automake/tests/instspc.dir/a:
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__miscglob1}'
++ test_string='?[a-z]*'
+ test 'x?[a-z]*' '!=' x
+ mkdir './?[a-z]*'
+ for where in build dest
+ case $where in
+ build='./?[a-z]*'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1
+ cd './?[a-z]*'
+ r=ok
+ ../configure --prefix '/?[a-z]*-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1
+ file='./?[a-z]*'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/?[a-z]*'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' 
&& ranlib libbase.a )
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' 
&& ranlib sub/libnobase.a )
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/?[a-z]*'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/libbase.a'
+ description='miscglob1 in builddir'
+ expected_to_fail build miscglob1
+ case $1 in
+ is_in_list miscglob1 squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=miscglob1
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'miscglob1 in builddir'
+ set +x
ok 91 - miscglob1 in builddir
PASS: instspc.tap 91 - miscglob1 in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './?[a-z]*' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob1
+ test 2 -gt 0
+ find './?[a-z]*' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob1 -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './?[a-z]*' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob1
+ for where in build dest
+ case $where in
+ build=build-miscglob1
+ dest='/h/j/w/co/automake/tests/instspc.dir/?[a-z]*'
+ mkdir build-miscglob1
+ cd build-miscglob1
+ r=ok
+ ../configure --prefix '/?[a-z]*-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/?[a-z]*'
+ file='./?[a-z]*'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-miscglob1'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo' && 
ranlib libbase.a )
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub/'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub/'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub'
test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-miscglob1'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/foo/libbase.a'
+ description='miscglob1 in destdir'
+ expected_to_fail dest miscglob1
+ case $1 in
+ is_in_list miscglob1 squote dquote bquote sharp dollar linefeed a_lf_b
+ item=miscglob1
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'miscglob1 in destdir'
+ set +x
ok 92 - miscglob1 in destdir
PASS: instspc.tap 92 - miscglob1 in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-miscglob1 '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*'
+ test 2 -gt 0
+ find build-miscglob1 '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-miscglob1 '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*'
+ for test_name in '$test_names_list'
+ eval 'test_string=${instspc__miscglob2}'
++ test_string='.*?[0-9]'
+ test 'x.*?[0-9]' '!=' x
+ mkdir './.*?[0-9]'
+ for where in build dest
+ case $where in
+ build='./.*?[0-9]'
+ dest=/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2
+ cd './.*?[0-9]'
+ r=ok
+ ../configure --prefix '/.*?[0-9]-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR=/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2
+ file='./.*?[0-9]'
+ make -e test-inst
make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' 
&& ranlib libbase.a )
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' 
&& ranlib sub/libnobase.a )
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub'
make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/libbase.a'
+ description='miscglob2 in builddir'
+ expected_to_fail build miscglob2
+ case $1 in
+ is_in_list miscglob2 squote dquote bquote sharp dollar bslash ampersand 
linefeed quadrigraph0 a_lf_b
+ item=miscglob2
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'miscglob2 in builddir'
+ set +x
ok 93 - miscglob2 in builddir
PASS: instspc.tap 93 - miscglob2 in builddir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ './.*?[0-9]' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob2
+ test 2 -gt 0
+ find './.*?[0-9]' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob2 -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf './.*?[0-9]' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob2
+ for where in build dest
+ case $where in
+ build=build-miscglob2
+ dest='/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]'
+ mkdir build-miscglob2
+ cd build-miscglob2
+ r=ok
+ ../configure --prefix '/.*?[0-9]-prefix'
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" 
-DVERSION=\"1.0\" -I. -I..     -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo 
-c -o source.o ../source.c
mv -f .deps/source.Tpo .deps/source.Po
rm -f sub/libbase.a
ar cru sub/libbase.a source.o
ranlib sub/libbase.a
rm -f sub/libnobase.a
ar cru sub/libnobase.a source.o
ranlib sub/libnobase.a
gcc  -g -O2   -o sub/base source.o
gcc  -g -O2   -o sub/nobase source.o
+ DESTDIR='/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]'
+ file='./.*?[0-9]'
+ make -e test-inst
make[1]: Entering directory 
`/h/j/w/co/automake/tests/instspc.dir/build-miscglob2'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
 /p/bin/install -c ../sub/base.sh 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
 /p/bin/install -c -m 644  sub/libbase.a 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo' && 
ranlib libbase.a )
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
  /p/bin/install -c sub/base 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub/'
 /p/bin/install -c ../sub/nobase.sh 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub/'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub'
 /p/bin/install -c -m 644  sub/libnobase.a 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub'
 ( cd '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo' && 
ranlib sub/libnobase.a )
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
 /p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub/'
  /p/bin/install -c sub/nobase 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub/'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.dat 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
 /p/bin/install -c -m 644 ../sub/base.h 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.dat 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub'
test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p 
"/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo"
/p/bin/mkdir -p 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub'
 /p/bin/install -c -m 644  ../sub/nobase.h 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub'
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/instspc.dir/build-miscglob2'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase.h'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/base.h'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase.dat'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/base.dat'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase.sh'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/base.sh'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/base'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/libnobase.a'
test ! -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/libnobase.a'
test   -f 
'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/foo/libbase.a'
+ description='miscglob2 in destdir'
+ expected_to_fail dest miscglob2
+ case $1 in
+ is_in_list miscglob2 squote dquote bquote sharp dollar linefeed a_lf_b
+ item=miscglob2
+ shift
+ case " $* " in
+ return 1
+ directive=
+ reason=
+ result_ ok -D '' -r '' -- 'miscglob2 in destdir'
+ set +x
ok 94 - miscglob2 in destdir
PASS: instspc.tap 94 - miscglob2 in destdir
+ cd /h/j/w/co/automake/tests/instspc.dir
+ not am_keeping_testdirs
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ return 0
+ test ok = ok
+ rm_rf_ build-miscglob2 '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]'
+ test 2 -gt 0
+ find build-miscglob2 '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' -type d 
'!' -perm -700 -exec chmod u+rwx '{}' ';'
+ rm -rf build-miscglob2 '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]'
+ :
+ exit_status=0
+ set +e
+ cd /h/j/w/co/automake/tests
+ test yes = yes
+ test yes '!=' yes
+ test 0 -eq 0
+ test 77 -eq 94
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
instspc: exit 0

XFAIL: all
==========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/all.dir
+ targets='all install-exec install-data uninstall'
+ sed -e 's/[ :]/-local&/g'
+ echo 'all install-exec install-data uninstall:'
+ cat Makefile.am
all-local install-exec-local install-data-local uninstall-local:
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall
+ for target in '$targets'
+ grep all-local Makefile.in
all-local install-exec-local install-data-local uninstall-local:
+ grep 'all-am:.*all-local' Makefile.in
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
all: exit 1

SKIP: amhello-cross-compile
===========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
amhello-cross-compile: running i586-mingw32msvc-gcc --version
./defs: line 905: i586-mingw32msvc-gcc: command not found

FAIL: ar-lib3
=============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/ar-lib3.dir
+ cat
+ cat
+ aclocal-1.11a -Werror
+ AUTOMAKE_fails
+ AUTOMAKE_run -e 1
+ am__desc=
+ am__exp_rc=0
+ test 2 -gt 0
+ case $1 in
+ am__exp_rc=1
+ shift
+ shift
+ test 0 -gt 0
+ am__got_rc=0
+ automake-1.11a --foreign -Werror -Wall
+ am__got_rc=1
+ cat stderr
automake: warnings are treated as errors
/h/j/w/co/automake/lib/am/library.am: warning: `libfoo.a': linking libraries 
using a non-POSIX
/h/j/w/co/automake/lib/am/library.am: archiver requires `AM_PROG_AR' in 
`configure.in'
Makefile.am:1:   while processing library `libfoo.a'
+ cat stdout
+ test no '!=' yes
+ test 1 -eq 1
+ return
+ grep 'requires.*AM_PROG_AR' stderr
/h/j/w/co/automake/lib/am/library.am: archiver requires `AM_PROG_AR' in 
`configure.in'
+ cat
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall --add-missing
automake: warnings are treated as errors
/h/j/w/co/automake/lib/am/library.am: warning: `libfoo.a': linking libraries 
using a non-POSIX
/h/j/w/co/automake/lib/am/library.am: archiver requires `AM_PROG_AR' in 
`configure.in'
Makefile.am:1:   while processing library `libfoo.a'
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
ar-lib3: exit 1

SKIP: ar-lib5a
==============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
ar-lib5a: running lib -out:defstest.lib
./defs: line 777: lib: command not found

PASS: auxdir-computed
=====================

Running from installcheck: no
Using TAP: yes
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/auxdir-computed.dir
+ plan_ 3
+ test 1 -eq 0
+ test 1 -ge 2
+ test x3 = xunknown
+ test x3 = xlater
+ test x3 = xlazy
+ test x3 = xnow
+ test 3 -ge 0
+ echo 1..3
1..3
+ have_tap_plan_=yes
+ cat
+ :
+ command_ok_ aclocal aclocal-1.11a -Werror
+ tap_directive_=
+ tap_reason_=
+ test 3 -gt 0
+ tap_description_=aclocal
+ shift
+ test 2 -gt 0
+ case $1 in
+ break
+ tap_result_=ok
+ aclocal-1.11a -Werror
+ result_ ok -D '' -r '' -- aclocal
+ set +x
ok 1 - aclocal
PASS: auxdir-computed.tap 1 - aclocal
+ command_ok_ 'automake -a' -D TODO -r 'long-standing limitation' 
automake-1.11a --foreign -Werror -Wall -a
+ tap_directive_=
+ tap_reason_=
+ test 10 -gt 0
+ tap_description_='automake -a'
+ shift
+ test 9 -gt 0
+ case $1 in
+ tap_directive_=TODO
+ shift
+ shift
+ test 7 -gt 0
+ case $1 in
+ tap_reason_='long-standing limitation'
+ shift
+ shift
+ test 5 -gt 0
+ case $1 in
+ break
+ tap_result_=ok
+ automake-1.11a --foreign -Werror -Wall -a
configure.in:2: error: required directory ./$foo does not exist
configure.in:3: error: installing `$foo/install-sh'; error while making link: 
No such file or directory
configure.in:3: error: installing `$foo/missing'; error while making link: No 
such file or directory
+ tap_result_='not ok'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'automake -a'
+ set +x
not ok 2 - automake -a # TODO long-standing limitation
XFAIL: auxdir-computed.tap 2 - automake -a # TODO long-standing limitation
+ command_ok_ automake -D TODO -r 'long-standing limitation' automake-1.11a 
--foreign -Werror -Wall
+ tap_directive_=
+ tap_reason_=
+ test 9 -gt 0
+ tap_description_=automake
+ shift
+ test 8 -gt 0
+ case $1 in
+ tap_directive_=TODO
+ shift
+ shift
+ test 6 -gt 0
+ case $1 in
+ tap_reason_='long-standing limitation'
+ shift
+ shift
+ test 4 -gt 0
+ case $1 in
+ break
+ tap_result_=ok
+ automake-1.11a --foreign -Werror -Wall
configure.in:2: error: required directory ./$foo does not exist
configure.in:3: error: required file `$foo/install-sh' not found
configure.in:3:   `automake --add-missing' can install `install-sh'
configure.in:3: error: required file `$foo/missing' not found
configure.in:3:   `automake --add-missing' can install `missing'
+ tap_result_='not ok'
+ result_ 'not ok' -D TODO -r 'long-standing limitation' -- automake
+ set +x
not ok 3 - automake # TODO long-standing limitation
XFAIL: auxdir-computed.tap 3 - automake # TODO long-standing limitation
+ :
+ exit_status=0
+ set +e
+ cd /h/j/w/co/automake/tests
+ test yes = yes
+ test yes '!=' yes
+ test 0 -eq 0
+ test 1 -eq 3
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
auxdir-computed: exit 0

SKIP: compile4
==============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
compile4: running cl -?
./defs: line 668: cl: command not found

SKIP: compile5
==============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/compile5.dir
+ get_shell_script compile
+ test x = xyes
+ cp /h/j/w/co/automake/lib/compile .
+ sed 10q compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.

scriptversion=2010-11-15.09; # UTC

# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
# Foundation, Inc.
# Written by Tom Tromey <address@hidden>.
#
# This program is free software; you can redistribute it and/or modify
+ cat
+ chmod +x ./cl
+ cat
+ :
+ cat
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall -a
configure.in:4: installing `./config.guess'
configure.in:4: installing `./config.sub'
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating check_host
+ . ./check_host
++ case 'linux-gnu' in
++ skip_ 'target OS is not MinGW'
++ warn_ 'compile5: skipped test: target OS is not MinGW'
++ echo 'compile5: skipped test: target OS is not MinGW'
++ Exit 77
++ set +e
++ test 77 = 77
++ am__test_skipped=yes
++ exit 77
++ exit 77
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
compile5: exit 77

XFAIL: cond17
=============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/cond17.dir
+ cat
+ cat
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall -a
Makefile.am: error: object `foo.$(OBJEXT)' created by `foo.cc' and `foo.c'
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
cond17: exit 1

SKIP: cscope
============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/cscope.dir
+ cat
+ mkdir sub sub/subsub
+ cat
+ cat
+ echo 'int foo_func () { return 0; }'
+ echo 'int main () { return 0; }'
+ cat
+ :
+ echo 'int main () { return 0; }'
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall --add-missing
Makefile.am:4: installing `./elisp-comp'
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether we are using the GNU Fortran compiler... no
checking whether  accepts -g... no
checking for gcj... no
checking dependency style of gcj... none
checking for emacs... emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: executing depfiles commands
+ make -n cscope
rm -f cscope.files
list='sub'; for subdir in $list; do \
  test "$subdir" = . || (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  
cscopelist); \
done
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
/p/bin/mkdir -p subsub
echo 'int generated_subsub () { return 0; }' > subsub/gen.c
list='subsub/dist.c subsub/gen.c  '; \
case "../../sub" in \
  [\\/]* | ?:[\\/]*) sdir="../../sub" ;; \
  *) sdir=sub/../../sub ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "sub/$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ../cscope.files
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
list='foo.c bar.cpp baz.f90  foo.el'; \
case ".." in \
  [\\/]* | ?:[\\/]*) sdir=".." ;; \
  *) sdir=./.. ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "./$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ./cscope.files
test ! -s cscope.files \
  || cscope -b -q   -i cscope.files
+ : cscope
+ make cscope
rm -f cscope.files
list='sub'; for subdir in $list; do \
  test "$subdir" = . || (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  
cscopelist); \
done
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
/p/bin/mkdir -p subsub
echo 'int generated_subsub () { return 0; }' > subsub/gen.c
list='subsub/dist.c subsub/gen.c  '; \
case "../../sub" in \
  [\\/]* | ?:[\\/]*) sdir="../../sub" ;; \
  *) sdir=sub/../../sub ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "sub/$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ../cscope.files
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
list='foo.c bar.cpp baz.f90  foo.el'; \
case ".." in \
  [\\/]* | ?:[\\/]*) sdir=".." ;; \
  *) sdir=./.. ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "./$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ./cscope.files
test ! -s cscope.files \
  || cscope -b -q   -i cscope.files
+ cat stderr
+ grep 'cannot find file' stderr
+ test -f cscope.files
+ /p/bin/grep -F foo.c cscope.files
./../foo.c
+ /p/bin/grep -F bar.cpp cscope.files
./../bar.cpp
+ /p/bin/grep -F sub/subsub/dist.c cscope.files
sub/../../sub/subsub/dist.c
+ /p/bin/grep -F sub/subsub/gen.c cscope.files
sub/subsub/gen.c
+ cp cscope.files cscope.files1
+ make cscope
rm -f cscope.files
list='sub'; for subdir in $list; do \
  test "$subdir" = . || (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  
cscopelist); \
done
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
list='subsub/dist.c subsub/gen.c  '; \
case "../../sub" in \
  [\\/]* | ?:[\\/]*) sdir="../../sub" ;; \
  *) sdir=sub/../../sub ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "sub/$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ../cscope.files
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
list='foo.c bar.cpp baz.f90  foo.el'; \
case ".." in \
  [\\/]* | ?:[\\/]*) sdir=".." ;; \
  *) sdir=./.. ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "./$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ./cscope.files
test ! -s cscope.files \
  || cscope -b -q   -i cscope.files
+ diff cscope.files cscope.files1
+ make distclean
Making distclean in sub
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
test -z "bar" || rm -f bar
test -z "subsub/gen.c" || rm -f subsub/gen.c
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "../../sub" || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
Making distclean in .
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build'
test -z "foo" || rm -f foo
rm -f elc-stamp foo.elc
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = ".." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build'
rm -f config.status config.cache config.log configure.lineno 
config.status.lineno
rm -rf ./.deps
rm -f Makefile
+ test '!' -f cscope.files
+ test '!' -f cscope.out
+ test '!' -f cscope.in.out
+ test '!' -f cscope.po.out
++ pwd
+ /h/j/w/co/automake/tests/cscope.dir/build/../configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether we are using the GNU Fortran compiler... no
checking whether  accepts -g... no
checking for gcj... no
checking dependency style of gcj... none
checking for emacs... emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: executing depfiles commands
+ make cscope
rm -f cscope.files
list='sub'; for subdir in $list; do \
  test "$subdir" = . || (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  
cscopelist); \
done
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
/p/bin/mkdir -p subsub
echo 'int generated_subsub () { return 0; }' > subsub/gen.c
list='subsub/dist.c subsub/gen.c  '; \
case "/h/j/w/co/automake/tests/cscope.dir/build/../sub" in \
  [\\/]* | ?:[\\/]*) sdir="/h/j/w/co/automake/tests/cscope.dir/build/../sub" ;; 
\
  *) sdir=sub//h/j/w/co/automake/tests/cscope.dir/build/../sub ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "sub/$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ../cscope.files
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
list='foo.c bar.cpp baz.f90  foo.el'; \
case "/h/j/w/co/automake/tests/cscope.dir/build/.." in \
  [\\/]* | ?:[\\/]*) sdir="/h/j/w/co/automake/tests/cscope.dir/build/.." ;; \
  *) sdir=.//h/j/w/co/automake/tests/cscope.dir/build/.. ;; \
esac; \
for i in $list; do \
  if test -f "$i"; then \
    echo "./$i"; \
  else \
    echo "$sdir/$i"; \
  fi; \
done >> ./cscope.files
test ! -s cscope.files \
  || cscope -b -q   -i cscope.files
+ cat stderr
+ grep 'cannot find file' stderr
+ make
Making all in sub
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
gcc -DPACKAGE_NAME=\"cscope\" -DPACKAGE_TARNAME=\"cscope\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cscope\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cscope\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/cscope.dir/build/../sub     -g 
-O2 -MT dist.o -MD -MP -MF .deps/dist.Tpo -c -o dist.o `test -f 'subsub/dist.c' 
|| echo '/h/j/w/co/automake/tests/cscope.dir/build/../sub/'`subsub/dist.c
mv -f .deps/dist.Tpo .deps/dist.Po
gcc -DPACKAGE_NAME=\"cscope\" -DPACKAGE_TARNAME=\"cscope\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cscope\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cscope\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/cscope.dir/build/../sub     -g 
-O2 -MT gen.o -MD -MP -MF .deps/gen.Tpo -c -o gen.o `test -f 'subsub/gen.c' || 
echo '/h/j/w/co/automake/tests/cscope.dir/build/../sub/'`subsub/gen.c
mv -f .deps/gen.Tpo .deps/gen.Po
gcc  -g -O2   -o bar dist.o gen.o
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub'
make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build'
gcc -DPACKAGE_NAME=\"cscope\" -DPACKAGE_TARNAME=\"cscope\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cscope\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cscope\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/cscope.dir/build/..     -g -O2 
-MT foo.o -MD -MP -MF .deps/foo.Tpo -c -o foo.o 
/h/j/w/co/automake/tests/cscope.dir/build/../foo.c
mv -f .deps/foo.Tpo .deps/foo.Po
g++ -DPACKAGE_NAME=\"cscope\" -DPACKAGE_TARNAME=\"cscope\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cscope\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cscope\" 
-DVERSION=\"1.0\" -I. -I/h/j/w/co/automake/tests/cscope.dir/build/..     -g -O2 
-MT bar.o -MD -MP -MF .deps/bar.Tpo -c -o bar.o 
/h/j/w/co/automake/tests/cscope.dir/build/../bar.cpp
mv -f .deps/bar.Tpo .deps/bar.Po
c -o baz.o /h/j/w/co/automake/tests/cscope.dir/build/../baz.f90
make[1]: c: Command not found
make[1]: [baz.o] Error 127 (ignored)
g++  -g -O2   -o foo foo.o bar.o baz.o
g++: error: baz.o: No such file or directory
make[1]: *** [foo] Error 1
make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build'
make: *** [all-recursive] Error 1
+ Exit 77
+ set +e
+ test 77 = 77
+ am__test_skipped=yes
+ exit 77
+ exit 77
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
cscope: exit 77

SKIP: depcomp5
==============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
depcomp5: running icc -V -help
./defs: line 756: icc: command not found

SKIP: fort4
===========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
fort4: running g77 --version
./defs: line 740: g77: command not found

SKIP: fort5
===========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
fort5: running libtoolize --version
libtoolize (GNU libtool) 2.4.2
Written by Gary V. Vaughan <address@hidden>, 2003

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
fort5: running g77 --version
./defs: line 740: g77: command not found

SKIP: gcj4
==========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
gcj4: running gcj --version
./defs: line 712: gcj: command not found

SKIP: gcj6
==========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
gcj6: running gcj --version
./defs: line 712: gcj: command not found

SKIP: instdir-java
==================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
instdir-java: running javac -version -help
./defs: line 764: javac: command not found

SKIP: instfail-java
===================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
instfail-java: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java
==========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-check
================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-check: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-clean
================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-clean: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-compile-install
==========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-compile-install: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-compile-run-flat
===========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-compile-run-flat: running java -version -help
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-61.1.10.4.fc16-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
java-compile-run-flat: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-compile-run-nested
=============================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-compile-run-nested: running java -version -help
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-61.1.10.4.fc16-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
java-compile-run-nested: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-empty-classpath
==========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-empty-classpath: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-extra
================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-extra: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-nobase
=================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-nobase: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-noinst
=================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-noinst: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-rebuild
==================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-rebuild: running javac -version -help
./defs: line 764: javac: command not found

SKIP: java-uninstall
====================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
java-uninstall: running javac -version -help
./defs: line 764: javac: command not found

XFAIL: lex-subobj-nodep
=======================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
lex-subobj-nodep: running flex --version
flex 2.5.35
++ pwd
/h/j/w/co/automake/tests/lex-subobj-nodep.dir
+ cat
+ cat
+ mkdir sub1 sub2
+ cat
+ cp sub1/s1.l sub2/s2.l
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall -a
configure.in:5: installing `./compile'
configure.in: installing `./ylwrap'
+ mkdir build
+ cd build
+ ../configure --disable-dependency-tracking
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make sub1/s1.c
/bin/sh ../ylwrap ../sub1/s1.l lex.yy.c sub1/s1.c -- flex
../ylwrap: line 182: ../sub1/s1.c: No such file or directory
make: *** [sub1/s1.c] Error 1
+ exit_status=2
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
lex-subobj-nodep: exit 2

SKIP: lex-lib-external
======================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
lex-lib-external: running flex --version
flex 2.5.35
++ pwd
/h/j/w/co/automake/tests/lex-lib-external.dir
+ cat
+ cat
+ cat
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall -a
configure.in: installing `./ylwrap'
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make have-lexlib
test x'' != x
make: *** [have-lexlib] Error 1
+ skip_ 'no system-wide lex library found'
+ warn_ 'lex-lib-external: skipped test: no system-wide lex library found'
+ echo 'lex-lib-external: skipped test: no system-wide lex library found'
+ Exit 77
+ set +e
+ test 77 = 77
+ am__test_skipped=yes
+ exit 77
+ exit 77
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
lex-lib-external: exit 77

SKIP: lzip
==========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
lzip: running lzip --version
./defs: line 905: lzip: command not found

XFAIL: override-conditional-2
=============================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/override-conditional-2.dir
+ cat
+ cat
+ aclocal-1.11a -Werror
+ AUTOMAKE_fails
+ AUTOMAKE_run -e 1
+ am__desc=
+ am__exp_rc=0
+ test 2 -gt 0
+ case $1 in
+ am__exp_rc=1
+ shift
+ shift
+ test 0 -gt 0
+ am__got_rc=0
+ automake-1.11a --foreign -Werror -Wall
+ cat stderr
+ cat stdout
+ test no '!=' yes
+ test 0 -eq 1
+ Exit 1
+ set +e
+ test 77 = 1
+ exit 1
+ exit 1
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
override-conditional-2: exit 1

FAIL: parallel-tests-interrupt
==============================

Running from installcheck: no
Using TAP: yes
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/parallel-tests-interrupt.dir
+ plan_ 16
+ test 1 -eq 0
+ test 1 -ge 2
+ test x16 = xunknown
+ test x16 = xlater
+ test x16 = xlazy
+ test x16 = xnow
+ test 16 -ge 0
+ echo 1..16
1..16
+ have_tap_plan_=yes
+ cat
+ cat
+ cat - /h/j/w/co/automake/lib/test-driver
+ cat
+ chmod a+x foo.test
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ trapped_signals='1 2 13 15'
+ for sig in '$trapped_signals'
+ is_blocked_signal 1
+ /usr/bin/perl -w -e '
    use strict;
    use warnings FATAL => "all";
    use POSIX;
    my %oldsigaction = ();
    sigaction(1, 0, \%oldsigaction);
    exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77);
  '
+ test 77 -eq 77
+ return 1
+ rm -f pid fail config.log
+ r=ok
+ env sig=1 make check
make  check-TESTS
make[1]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[2]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
total 284
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rw-------. 1 meyering meyering     63 Jan  1 16:24 foo.log
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ echo 'foo is starting to run'
foo is starting to run
+ ls -l
+ test 1 -gt 0
+ res=ok
+ cat foo.log
ok - logfile created and readable [SIG 1]
PASS: parallel-tests-interrupt.tap 1 - logfile created and readable [SIG 1]
not ok - logfile contains output from test script [SIG 1]
FAIL: parallel-tests-interrupt.tap 2 - logfile contains output from test script 
[SIG 1]
6780
make[2]: *** [foo.log] Error 129
make[2]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[1]: *** [check-TESTS] Error 2
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make: *** [check-am] Error 2
+ echo 'ok - signal 1 to test driver causes "make check" to fail'
ok - signal 1 to test driver causes "make check" to fail
PASS: parallel-tests-interrupt.tap 3 - signal 1 to test driver causes "make 
check" to fail
+ ls -l
total 280
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ cat foo.log
cat: foo.log: No such file or directory
+ :
+ cat test-suite.log
cat: test-suite.log: No such file or directory
+ :
+ r=ok
+ /p/bin/grep -E 'foo.*\.(log|tmp)'
+ ls
+ echo 'ok - test driver clean up log and tmp files after signal 1'
ok - test driver clean up log and tmp files after signal 1
PASS: parallel-tests-interrupt.tap 4 - test driver clean up log and tmp files 
after signal 1
+ for sig in '$trapped_signals'
+ is_blocked_signal 2
+ /usr/bin/perl -w -e '
    use strict;
    use warnings FATAL => "all";
    use POSIX;
    my %oldsigaction = ();
    sigaction(2, 0, \%oldsigaction);
    exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77);
  '
+ test 77 -eq 77
+ return 1
+ rm -f pid fail '*.log'
+ r=ok
+ env sig=2 make check
make  check-TESTS
make[1]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[2]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
total 284
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rw-------. 1 meyering meyering     63 Jan  1 16:24 foo.log
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ echo 'foo is starting to run'
foo is starting to run
+ ls -l
+ test 2 -gt 0
+ res=ok
+ cat foo.log
ok - logfile created and readable [SIG 2]
PASS: parallel-tests-interrupt.tap 5 - logfile created and readable [SIG 2]
not ok - logfile contains output from test script [SIG 2]
FAIL: parallel-tests-interrupt.tap 6 - logfile contains output from test script 
[SIG 2]
7351
make[2]: *** [foo.log] Error 130
make[2]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[1]: *** [check-TESTS] Error 2
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make: *** [check-am] Error 2
+ echo 'ok - signal 2 to test driver causes "make check" to fail'
ok - signal 2 to test driver causes "make check" to fail
PASS: parallel-tests-interrupt.tap 7 - signal 2 to test driver causes "make 
check" to fail
+ ls -l
total 280
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ cat foo.log
cat: foo.log: No such file or directory
+ :
+ cat test-suite.log
cat: test-suite.log: No such file or directory
+ :
+ r=ok
+ /p/bin/grep -E 'foo.*\.(log|tmp)'
+ ls
+ echo 'ok - test driver clean up log and tmp files after signal 2'
ok - test driver clean up log and tmp files after signal 2
PASS: parallel-tests-interrupt.tap 8 - test driver clean up log and tmp files 
after signal 2
+ for sig in '$trapped_signals'
+ is_blocked_signal 13
+ /usr/bin/perl -w -e '
    use strict;
    use warnings FATAL => "all";
    use POSIX;
    my %oldsigaction = ();
    sigaction(13, 0, \%oldsigaction);
    exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77);
  '
+ test 77 -eq 77
+ return 1
+ rm -f pid fail '*.log'
+ r=ok
+ env sig=13 make check
make  check-TESTS
make[1]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[2]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
total 284
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rw-------. 1 meyering meyering     63 Jan  1 16:24 foo.log
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ echo 'foo is starting to run'
foo is starting to run
+ ls -l
+ test 13 -gt 0
+ res=ok
+ cat foo.log
ok - logfile created and readable [SIG 13]
PASS: parallel-tests-interrupt.tap 9 - logfile created and readable [SIG 13]
not ok - logfile contains output from test script [SIG 13]
FAIL: parallel-tests-interrupt.tap 10 - logfile contains output from test 
script [SIG 13]
7900
make[2]: *** [foo.log] Error 141
make[2]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[1]: *** [check-TESTS] Error 2
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make: *** [check-am] Error 2
+ echo 'ok - signal 13 to test driver causes "make check" to fail'
ok - signal 13 to test driver causes "make check" to fail
PASS: parallel-tests-interrupt.tap 11 - signal 13 to test driver causes "make 
check" to fail
+ ls -l
total 280
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ cat foo.log
cat: foo.log: No such file or directory
+ :
+ cat test-suite.log
cat: test-suite.log: No such file or directory
+ :
+ r=ok
+ ls
+ /p/bin/grep -E 'foo.*\.(log|tmp)'
+ echo 'ok - test driver clean up log and tmp files after signal 13'
ok - test driver clean up log and tmp files after signal 13
PASS: parallel-tests-interrupt.tap 12 - test driver clean up log and tmp files 
after signal 13
+ for sig in '$trapped_signals'
+ is_blocked_signal 15
+ /usr/bin/perl -w -e '
    use strict;
    use warnings FATAL => "all";
    use POSIX;
    my %oldsigaction = ();
    sigaction(15, 0, \%oldsigaction);
    exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77);
  '
+ test 77 -eq 77
+ return 1
+ rm -f pid fail '*.log'
+ r=ok
+ env sig=15 make check
make  check-TESTS
make[1]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[2]: Entering directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
total 284
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rw-------. 1 meyering meyering     63 Jan  1 16:24 foo.log
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ echo 'foo is starting to run'
foo is starting to run
+ ls -l
+ test 15 -gt 0
+ res=ok
+ cat foo.log
ok - logfile created and readable [SIG 15]
PASS: parallel-tests-interrupt.tap 13 - logfile created and readable [SIG 15]
not ok - logfile contains output from test script [SIG 15]
FAIL: parallel-tests-interrupt.tap 14 - logfile contains output from test 
script [SIG 15]
8506
make[2]: *** [foo.log] Error 143
make[2]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make[1]: *** [check-TESTS] Error 2
make[1]: Leaving directory 
`/h/j/w/co/automake/tests/parallel-tests-interrupt.dir'
make: *** [check-am] Error 2
+ echo 'ok - signal 15 to test driver causes "make check" to fail'
ok - signal 15 to test driver causes "make check" to fail
PASS: parallel-tests-interrupt.tap 15 - signal 15 to test driver causes "make 
check" to fail
+ ls -l
total 280
-rw-------. 1 meyering meyering  26574 Jan  1 16:24 Makefile
-rw-------. 1 meyering meyering    145 Jan  1 16:24 Makefile.am
-rw-------. 1 meyering meyering  25667 Jan  1 16:24 Makefile.in
-rw-------. 1 meyering meyering  22835 Jan  1 16:24 aclocal.m4
drwx------. 2 meyering meyering   4096 Jan  1 16:24 autom4te.cache
-rwx------. 1 meyering meyering  25785 Jan  1 16:24 config.status
-rwx------. 1 meyering meyering 101072 Jan  1 16:24 configure
-rw-------. 1 meyering meyering    116 Jan  1 16:24 configure.in
-rwx------. 1 meyering meyering  20334 Jan  1 16:24 depcomp
-rwx--x--x. 1 meyering meyering    548 Jan  1 16:24 foo.test
-rwx------. 1 meyering meyering  13997 Jan  1 16:24 install-sh
-rwx------. 1 meyering meyering  11251 Jan  1 16:24 missing
-rw-------. 1 meyering meyering      5 Jan  1 16:24 pid
-rw-------. 1 meyering meyering   4019 Jan  1 16:24 test-driver
+ cat foo.log
cat: foo.log: No such file or directory
+ :
+ cat test-suite.log
cat: test-suite.log: No such file or directory
+ :
+ r=ok
+ /p/bin/grep -E 'foo.*\.(log|tmp)'
+ ls
+ echo 'ok - test driver clean up log and tmp files after signal 15'
ok - test driver clean up log and tmp files after signal 15
PASS: parallel-tests-interrupt.tap 16 - test driver clean up log and tmp files 
after signal 15
+ :
+ exit_status=0
+ set +e
+ cd /h/j/w/co/automake/tests
+ test yes = yes
+ test yes '!=' yes
+ test 0 -eq 0
+ test 0 -eq 0
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 1
+ rm_rf_ parallel-tests-interrupt.dir
+ test 1 -gt 0
+ find parallel-tests-interrupt.dir -type d '!' -perm -700 -exec chmod u+rwx 
'{}' ';'
+ rm -rf parallel-tests-interrupt.dir
+ set +x
parallel-tests-interrupt: exit 0

SKIP: python-virtualenv
=======================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
python-virtualenv: running python -V
Python 2.7.2
python-virtualenv: running virtualenv --version
./defs: line 905: virtualenv: command not found

XFAIL: remake-am-pr10111
========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/remake-am-pr10111.dir
+ cat
+ :
+ cat
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall
automake: warnings are treated as errors
Makefile.am:2: warning: user target `$(srcdir)/foobar.am' defined here ...
/h/j/w/co/automake/lib/am/configure.am: ... overrides Automake target 
`$(srcdir)/foobar.am' defined here
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
remake-am-pr10111: exit 1

XFAIL: remake-m4-pr10111
========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/remake-m4-pr10111.dir
+ cat
+ :
+ cat
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ make distdir
{ test ! -d "remake-m4-pr10111-1.0" || { find "remake-m4-pr10111-1.0" -type d ! 
-perm -200 -exec chmod u+w {} ';' && rm -fr "remake-m4-pr10111-1.0"; }; }
test -d "remake-m4-pr10111-1.0" || mkdir "remake-m4-pr10111-1.0"
test -n "" \
|| find "remake-m4-pr10111-1.0" -type d ! -perm -755 \
        -exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh 
/h/j/w/co/automake/tests/remake-m4-pr10111.dir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "remake-m4-pr10111-1.0"
+ cd remake-m4-pr10111-1.0
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ rm -f ../foobar.m4
+ make
make: Nothing to be done for `all'.
+ grep ': foobar was here :' ../configure
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
remake-m4-pr10111: exit 1

XFAIL: pr8365-remake-timing
===========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/pr8365-remake-timing.dir
+ stat /dev/null
  File: `/dev/null'
  Size: 0               Blocks: 0          IO Block: 4096   character special 
file
Device: 5h/5d   Inode: 1028        Links: 1     Device type: 1,3
Access: (0666/crw-rw-rw-)  Uid: (    0/    root)   Gid: (    0/    root)
Context: system_u:object_r:null_device_t:s0
Access: 2011-12-17 19:58:41.050694003 +0100
Modify: 2011-12-17 19:58:41.050694003 +0100
Change: 2011-12-17 19:58:41.050694003 +0100
 Birth: -
+ stat=stat
+ cat
+ :
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall
+ autoconf -B /no/such/dir
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ make Makefile
make: `Makefile' is up to date.
+ /p/bin/grep -E 'FOOBAR|zardoz' Makefile
+ echo 'AC_SUBST([FOOBAR])'
+ stat config.status Makefile configure.in
  File: `config.status'
  Size: 25713           Blocks: 56         IO Block: 4096   regular file
Device: 808h/2056d      Inode: 575052      Links: 1
Access: (0700/-rwx------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:31.012138157 +0100
Modify: 2012-01-01 16:25:31.010138105 +0100
Change: 2012-01-01 16:25:31.010138105 +0100
 Birth: -
  File: `Makefile'
  Size: 15050           Blocks: 32         IO Block: 4096   regular file
Device: 808h/2056d      Inode: 577510      Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:31.167142200 +0100
Modify: 2012-01-01 16:25:31.103140530 +0100
Change: 2012-01-01 16:25:31.106140609 +0100
 Birth: -
  File: `configure.in'
  Size: 127             Blocks: 8          IO Block: 4096   regular file
Device: 808h/2056d      Inode: 528289      Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:28.581074753 +0100
Modify: 2012-01-01 16:25:31.170142278 +0100
Change: 2012-01-01 16:25:31.170142278 +0100
 Birth: -
+ sleep 2
+ touch config.status
+ touch -r config.status config.status Makefile configure.in
+ stat config.status Makefile configure.in
  File: `config.status'
  Size: 25713           Blocks: 56         IO Block: 4096   regular file
Device: 808h/2056d      Inode: 575052      Links: 1
Access: (0700/-rwx------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:33.180194702 +0100
Modify: 2012-01-01 16:25:33.180194702 +0100
Change: 2012-01-01 16:25:33.181194728 +0100
 Birth: -
  File: `Makefile'
  Size: 15050           Blocks: 32         IO Block: 4096   regular file
Device: 808h/2056d      Inode: 577510      Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:33.180194702 +0100
Modify: 2012-01-01 16:25:33.180194702 +0100
Change: 2012-01-01 16:25:33.181194728 +0100
 Birth: -
  File: `configure.in'
  Size: 127             Blocks: 8          IO Block: 4096   regular file
Device: 808h/2056d      Inode: 528289      Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:33.180194702 +0100
Modify: 2012-01-01 16:25:33.180194702 +0100
Change: 2012-01-01 16:25:33.181194728 +0100
 Birth: -
+ cat
+ cat
+ cat
+ chmod a+x aclocal-wrap automake-wrap autoconf-wrap
+ env ACLOCAL=./aclocal-wrap AUTOMAKE=./automake-wrap AUTOCONF=./autoconf-wrap 
make -e Makefile
CDPATH="${ZSH_VERSION+.}:" && cd . && ./aclocal-wrap
+ AUTOCONF='autoconf -B /no/such/dir'
+ export AUTOCONF
+ aclocal-1.11a -Werror
+ touch -r config.status aclocal.m4
+ stat aclocal.m4
  File: `aclocal.m4'
  Size: 22835           Blocks: 48         IO Block: 4096   regular file
Device: 808h/2056d      Inode: 575769      Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:33.180194702 +0100
Modify: 2012-01-01 16:25:33.180194702 +0100
Change: 2012-01-01 16:25:33.796210768 +0100
 Birth: -
 cd . && ./automake-wrap --foreign
+ AUTOCONF='autoconf -B /no/such/dir'
+ export AUTOCONF
+ automake-1.11a --foreign -Werror -Wall --foreign
+ touch -r config.status Makefile.in
+ stat Makefile.in
  File: `Makefile.in'
  Size: 14253           Blocks: 32         IO Block: 4096   regular file
Device: 808h/2056d      Inode: 576295      Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:33.180194702 +0100
Modify: 2012-01-01 16:25:33.180194702 +0100
Change: 2012-01-01 16:25:35.219247883 +0100
 Birth: -
CDPATH="${ZSH_VERSION+.}:" && cd . && ./autoconf-wrap
+ autoconf -B /no/such/dir
+ touch -r config.status configure
+ stat configure
  File: `configure'
  Size: 101046          Blocks: 200        IO Block: 4096   regular file
Device: 808h/2056d      Inode: 577212      Links: 1
Access: (0700/-rwx------)  Uid: ( 1000/meyering)   Gid: ( 1000/meyering)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2012-01-01 16:25:33.180194702 +0100
Modify: 2012-01-01 16:25:33.180194702 +0100
Change: 2012-01-01 16:25:35.568256985 +0100
 Birth: -
make: `Makefile' is up to date.
+ grep '^FOOBAR =' Makefile.in
FOOBAR = @FOOBAR@
+ grep '^FOOBAR *= *zardoz *$' Makefile
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
pr8365-remake-timing: exit 1

SKIP: silentf77
===============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/silentf77.dir
+ mkdir sub
+ cat
+ cat
+ cat
+ cat
+ cp foo.f sub/bar.f
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall --add-missing
+ autoconf -B /no/such/dir
+ ./configure --enable-silent-rules
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking whether the Fortran 77 compiler works... no
configure: error: in `/h/j/w/co/automake/tests/silentf77.dir':
configure: error: Fortran 77 compiler cannot create executables
See `config.log' for more details
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
silentf77: exit 77

SKIP: silentf90
===============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/silentf90.dir
+ mkdir sub
+ cat
+ cat
+ cat
+ cat
+ cp foo.f90 sub/bar.f90
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall --add-missing
+ autoconf -B /no/such/dir
+ ./configure --enable-silent-rules
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether the Fortran compiler works... no
configure: error: in `/h/j/w/co/automake/tests/silentf90.dir':
configure: error: Fortran compiler cannot create executables
See `config.log' for more details
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
silentf90: exit 77

SKIP: silent-many-gcc
=====================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
silent-many-gcc: running gcc --version
gcc (GCC) 4.7.0 20111202 (experimental)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

silent-many-gcc: running gcc -v
Using built-in specs.
COLLECT_GCC=/p/bin/gcc
COLLECT_LTO_WRAPPER=/p/p/gcc-2011-12-02.12h37/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /h/j/w/co/gcc-svn/configure --prefix=/p/p/gcc-2011-12-02.12h37 
--disable-multilib --disable-libmudflap --disable-nls --enable-languages=c
Thread model: posix
gcc version 4.7.0 20111202 (experimental) (GCC)
silent-many-gcc: running g++ --version
g++ (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

silent-many-gcc: running g++ -v
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.6.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-linker-build-id 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin 
--enable-java-awt=gtk --disable-dssi 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC)
silent-many-gcc: running gfortran --version
./defs: line 728: gfortran: command not found

SKIP: silent-many-generic
=========================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
silent-many-generic: running flex --version
flex 2.5.35
silent-many-generic: running bison --version
bison (GNU Bison) 2.4.609-f3bd
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ pwd
/h/j/w/co/automake/tests/silent-many-generic.dir
+ mkdir sub
+ cat
+ cat
+ cat
+ cat
+ cat
+ cat
+ cat
+ cat
+ cp foo1.cpp bar.c
+ cp foo1.cpp sub/baz.c
+ cp foo1.cpp sub/bla.c
+ cp foo1.cpp sub/baz1.cpp
+ cp foo2.f90 sub/baz2.f90
+ cp foo3.f sub/baz3.f
+ cp foo5.l sub/baz5.l
+ cp foo6.y sub/baz6.y
+ mkdir bin
+ 
saved_PATH=/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
+ export saved_PATH
++ pwd
+ 
PATH=/h/j/w/co/automake/tests/silent-many-generic.dir/bin:/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
+ export PATH
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall --add-missing
configure.in:5: installing `./compile'
configure.in: installing `./ylwrap'
+ autoconf -B /no/such/dir
+ for config_args in --enable-dependency-tracking --disable-dependency-tracking
+ ./configure --enable-dependency-tracking --enable-silent-rules
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether we are using the GNU Fortran compiler... no
checking whether  accepts -g... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for bison... bison -y
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
configure: error: Fortran compiler not found
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
silent-many-generic: exit 77

PASS: tap-bad-prog
==================

Running from installcheck: no
Using TAP: yes
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/tap-bad-prog.dir
+ plan_ 5
+ test 1 -eq 0
+ test 1 -ge 2
+ test x5 = xunknown
+ test x5 = xlater
+ test x5 = xlazy
+ test x5 = xnow
+ test 5 -ge 0
+ echo 1..5
1..5
+ have_tap_plan_=yes
+ fetch_tap_driver
+ case $am_tap_implementation in
+ sed '1s|#!.*|#! /bin/sh|' /h/j/w/co/automake/lib/tap-driver.sh
+ chmod a+x tap-driver
+ sed 10q tap-driver
#! /bin/sh
# Copyright (C) 2011 Free Software Foundation, Inc.
#
# 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, 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
+ cat
+ cat
+ cat
+ cp noexec.test noread.test
+ chmod a-r noread.test
+ aclocal-1.11a -Werror
+ autoconf -B /no/such/dir
+ automake-1.11a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ make check
make[2]: *** [test-suite.log] Error 1
make[1]: *** [check-TESTS] Error 2
make: *** [check-am] Error 2
+ r=ok
+ cat stdout
make  check-TESTS
make[1]: Entering directory `/h/j/w/co/automake/tests/tap-bad-prog.dir'
make[2]: Entering directory `/h/j/w/co/automake/tests/tap-bad-prog.dir'
ERROR: none.test - missing test plan
ERROR: none.test - exited with status 127 (command not found?)
ERROR: noread.test - missing test plan
ERROR: noread.test - exited with status 126
ERROR: noexec.test - missing test plan
ERROR: noexec.test - exited with status 126
============================================================================
Testsuite summary for tap-bad-prog 1.0
============================================================================
# TOTAL: 6
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 6
============================================================================
See ./test-suite.log
============================================================================
make[2]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog.dir'
make[1]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog.dir'
+ result_ ok '"make check" returns non-zero exit status'
+ set +x
ok 1 - "make check" returns non-zero exit status
PASS: tap-bad-prog.tap 1 - "make check" returns non-zero exit status
+ command_ok_ 'non-existent test is reported' grep '^ERROR: none\.test' stdout
+ tap_directive_=
+ tap_reason_=
+ test 4 -gt 0
+ tap_description_='non-existent test is reported'
+ shift
+ test 3 -gt 0
+ case $1 in
+ break
+ tap_result_=ok
+ grep '^ERROR: none\.test' stdout
ERROR: none.test - missing test plan
ERROR: none.test - exited with status 127 (command not found?)
+ result_ ok -D '' -r '' -- 'non-existent test is reported'
+ set +x
ok 2 - non-existent test is reported
PASS: tap-bad-prog.tap 2 - non-existent test is reported
+ desc='non-executable test is reported'
+ ./noexec.test
./tap-bad-prog.tap: line 68: ./noexec.test: Permission denied
+ command_ok_ 'non-executable test is reported' -- grep '^ERROR: noexec\.test' 
stdout
+ tap_directive_=
+ tap_reason_=
+ test 5 -gt 0
+ tap_description_='non-executable test is reported'
+ shift
+ test 4 -gt 0
+ case $1 in
+ shift
+ break
+ tap_result_=ok
+ grep '^ERROR: noexec\.test' stdout
ERROR: noexec.test - missing test plan
ERROR: noexec.test - exited with status 126
+ result_ ok -D '' -r '' -- 'non-executable test is reported'
+ set +x
ok 3 - non-executable test is reported
PASS: tap-bad-prog.tap 3 - non-executable test is reported
+ desc='non-readable test is reported'
+ test -r noread.test
+ command_ok_ 'non-readable test is reported' -- grep '^ERROR: noread\.test' 
stdout
+ tap_directive_=
+ tap_reason_=
+ test 5 -gt 0
+ tap_description_='non-readable test is reported'
+ shift
+ test 4 -gt 0
+ case $1 in
+ shift
+ break
+ tap_result_=ok
+ grep '^ERROR: noread\.test' stdout
ERROR: noread.test - missing test plan
ERROR: noread.test - exited with status 126
+ result_ ok -D '' -r '' -- 'non-readable test is reported'
+ set +x
ok 4 - non-readable test is reported
PASS: tap-bad-prog.tap 4 - non-readable test is reported
+ command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' 
count_test_results total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3
+ tap_directive_=
+ tap_reason_=
+ test 13 -gt 0
+ tap_description_='no spurious results'
+ shift
+ test 12 -gt 0
+ case $1 in
+ tap_directive_=TODO
+ shift
+ shift
+ test 10 -gt 0
+ case $1 in
+ tap_reason_='still get "missing plan"'
+ shift
+ shift
+ test 8 -gt 0
+ case $1 in
+ break
+ tap_result_=ok
+ count_test_results total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3
+ total=ERR
+ pass=ERR
+ fail=ERR
+ xpass=ERR
+ xfail=ERR
+ skip=ERR
+ error=ERR
+ eval total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3
++ total=3
++ pass=0
++ fail=0
++ xpass=0
++ xfail=0
++ skip=0
++ error=3
+ /p/bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout
ERROR: none.test - missing test plan
ERROR: none.test - exited with status 127 (command not found?)
ERROR: noread.test - missing test plan
ERROR: noread.test - exited with status 126
ERROR: noexec.test - missing test plan
ERROR: noexec.test - exited with status 126
# TOTAL: 6
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 6
+ rc=0
+ set +e
++ grep -c '^PASS:' stdout
+ test 0 -eq 0
++ grep -c '^XFAIL:' stdout
+ test 0 -eq 0
++ grep -c '^SKIP:' stdout
+ test 0 -eq 0
++ grep -c '^FAIL:' stdout
+ test 0 -eq 0
++ grep -c '^XPASS:' stdout
+ test 0 -eq 0
++ grep -c '^ERROR:' stdout
+ test 6 -eq 3
+ rc=1
+ grep '^# TOTAL:  *3$' stdout
+ rc=1
+ grep '^# PASS:  *0$' stdout
# PASS:  0
+ grep '^# XFAIL:  *0$' stdout
# XFAIL: 0
+ grep '^# SKIP:  *0$' stdout
# SKIP:  0
+ grep '^# FAIL:  *0$' stdout
# FAIL:  0
+ grep '^# XPASS:  *0$' stdout
# XPASS: 0
+ grep '^# ERROR:  *3$' stdout
+ rc=1
+ test 1 -eq 0
+ tap_result_='not ok'
+ result_ 'not ok' -D TODO -r 'still get "missing plan"' -- 'no spurious 
results'
+ set +x
not ok 5 - no spurious results # TODO still get "missing plan"
XFAIL: tap-bad-prog.tap 5 - no spurious results # TODO still get "missing plan"
+ :
+ exit_status=0
+ set +e
+ cd /h/j/w/co/automake/tests
+ test yes = yes
+ test yes '!=' yes
+ test 0 -eq 0
+ test 4 -eq 5
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
tap-bad-prog: exit 0

XFAIL: txinfo5
==============

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/txinfo5.dir
+ cat
+ cat
+ echo '@setfilename ian.info'
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall --cygnus
automake: warnings are treated as errors
configure.in:2: warning: user variable `MAKEINFO' defined here ...
/h/j/w/co/automake/lib/am/texinfos.am: ... overrides Automake variable 
`MAKEINFO' defined here
+ exit_status=1
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
txinfo5: exit 1

SKIP: upc
=========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/upc.dir
+ cat
+ cat
+ cat
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall
+ autoconf -B /no/such/dir
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for upcc... no
checking for upc... no
configure: error: no Unified Parallel C compiler was found
+ Exit 77
+ set +e
+ test 77 = 77
+ am__test_skipped=yes
+ exit 77
+ exit 77
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
upc: exit 77

SKIP: upc3
==========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
++ pwd
/h/j/w/co/automake/tests/upc3.dir
+ cat
+ cat
+ cat
+ cat
+ cat
+ aclocal-1.11a -Werror
+ automake-1.11a --foreign -Werror -Wall
+ autoconf -B /no/such/dir
+ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for upcc... no
checking for upc... no
configure: error: no Unified Parallel C compiler was found
+ Exit 77
+ set +e
+ test 77 = 77
+ am__test_skipped=yes
+ exit 77
+ exit 77
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
upc3: exit 77

SKIP: vala2
===========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
vala2: running libtool --version
libtool (GNU libtool) 2.4.2
Written by Gordon Matzigkeit <address@hidden>, 1996

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
vala2: running libtoolize --version
libtoolize (GNU libtool) 2.4.2
Written by Gary V. Vaughan <address@hidden>, 2003

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
vala2: running pkg-config --version
0.25
vala2: running valac --version
./defs: line 905: valac: command not found

SKIP: vala3
===========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
vala3: running libtool --version
libtool (GNU libtool) 2.4.2
Written by Gordon Matzigkeit <address@hidden>, 1996

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
vala3: running libtoolize --version
libtoolize (GNU libtool) 2.4.2
Written by Gary V. Vaughan <address@hidden>, 2003

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
vala3: running pkg-config --version
0.25
vala3: running valac --version
./defs: line 905: valac: command not found

SKIP: vala5
===========

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
vala5: running libtool --version
libtool (GNU libtool) 2.4.2
Written by Gordon Matzigkeit <address@hidden>, 1996

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
vala5: running libtoolize --version
libtoolize (GNU libtool) 2.4.2
Written by Gary V. Vaughan <address@hidden>, 2003

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
vala5: running pkg-config --version
0.25
vala5: running valac --version
./defs: line 905: valac: command not found

SKIP: vala-vpath
================

Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
vala-vpath: running valac --version
./defs: line 905: valac: command not found

SKIP: compile4-w
================

./compile4-w.test: will source ./compile4.test
Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
compile4-w: running cl -?
./defs: line 668: cl: command not found

SKIP: compile5-w
================

./compile5-w.test: will source ./compile5.test
Running from installcheck: no
Using TAP: no
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
+++ pwd
/h/j/w/co/automake/tests/compile5-w.dir
++ get_shell_script compile
++ test xyes = xyes
++ sed '1s|#!.*|#! /bin/sh|' /h/j/w/co/automake/lib/compile
++ chmod a+x compile
++ sed 10q compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.

scriptversion=2010-11-15.09; # UTC

# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
# Foundation, Inc.
# Written by Tom Tromey <address@hidden>.
#
# This program is free software; you can redistribute it and/or modify
++ cat
++ chmod +x ./cl
++ cat
++ :
++ cat
++ aclocal-1.11a -Werror
++ autoconf -B /no/such/dir -B /no/such/dir
++ automake-1.11a --foreign -Werror -Wall -a
configure.in:4: installing `./config.guess'
configure.in:4: installing `./config.sub'
++ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating check_host
++ . ./check_host
+++ case 'linux-gnu' in
+++ skip_ 'target OS is not MinGW'
+++ warn_ 'compile5-w: skipped test: target OS is not MinGW'
+++ echo 'compile5-w: skipped test: target OS is not MinGW'
+++ Exit 77
+++ set +e
+++ test 77 = 77
+++ am__test_skipped=yes
+++ exit 77
+++ exit 77
+ exit_status=77
+ set +e
+ cd /h/j/w/co/automake/tests
+ test no = yes
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
compile5-w: exit 77

FAIL: tap-bad-prog-w
====================

./tap-bad-prog-w.tap: will source ./tap-bad-prog.tap
Running from installcheck: no
Using TAP: yes
PATH = 
/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin
+++ pwd
/h/j/w/co/automake/tests/tap-bad-prog-w.dir
++ plan_ 5
++ test 1 -eq 0
++ test 1 -ge 2
++ test x5 = xunknown
++ test x5 = xlater
++ test x5 = xlazy
++ test x5 = xnow
++ test 5 -ge 0
++ echo 1..5
1..5
++ have_tap_plan_=yes
++ fetch_tap_driver
++ case $am_tap_implementation in
++ sed '1s|#!.*|#! /usr/bin/perl -w|' /h/j/w/co/automake/lib/tap-driver.pl
++ chmod a+x tap-driver
++ sed 10q tap-driver
#! /usr/bin/perl -w
# Copyright (C) 2011 Free Software Foundation, Inc.
#
# 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, 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
++ cat
++ cat
++ cat
++ cp noexec.test noread.test
++ chmod a-r noread.test
++ aclocal-1.11a -Werror
++ autoconf -B /no/such/dir -B /no/such/dir
++ automake-1.11a --foreign -Werror -Wall
++ ./configure
checking for a BSD-compatible install... /p/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /p/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
++ make check
Could not execute (./none.test): open3: exec of ./none.test failed at 
/usr/share/perl5/TAP/Parser/Iterator/Process.pm line 168
make[2]: *** [none.log] Error 29
make[1]: *** [check-TESTS] Error 2
make: *** [check-am] Error 2
++ r=ok
++ cat stdout
make  check-TESTS
make[1]: Entering directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir'
make[2]: Entering directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir'
make[2]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir'
make[1]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir'
++ result_ ok '"make check" returns non-zero exit status'
++ set +x
ok 1 - "make check" returns non-zero exit status
PASS: tap-bad-prog-w.tap 1 - "make check" returns non-zero exit status
++ command_ok_ 'non-existent test is reported' grep '^ERROR: none\.test' stdout
++ tap_directive_=
++ tap_reason_=
++ test 4 -gt 0
++ tap_description_='non-existent test is reported'
++ shift
++ test 3 -gt 0
++ case $1 in
++ break
++ tap_result_=ok
++ grep '^ERROR: none\.test' stdout
++ tap_result_='not ok'
++ result_ 'not ok' -D '' -r '' -- 'non-existent test is reported'
++ set +x
not ok 2 - non-existent test is reported
FAIL: tap-bad-prog-w.tap 2 - non-existent test is reported
++ desc='non-executable test is reported'
++ ./noexec.test
./tap-bad-prog.tap: line 68: ./noexec.test: Permission denied
++ command_ok_ 'non-executable test is reported' -- grep '^ERROR: noexec\.test' 
stdout
++ tap_directive_=
++ tap_reason_=
++ test 5 -gt 0
++ tap_description_='non-executable test is reported'
++ shift
++ test 4 -gt 0
++ case $1 in
++ shift
++ break
++ tap_result_=ok
++ grep '^ERROR: noexec\.test' stdout
++ tap_result_='not ok'
++ result_ 'not ok' -D '' -r '' -- 'non-executable test is reported'
++ set +x
not ok 3 - non-executable test is reported
FAIL: tap-bad-prog-w.tap 3 - non-executable test is reported
++ desc='non-readable test is reported'
++ test -r noread.test
++ command_ok_ 'non-readable test is reported' -- grep '^ERROR: noread\.test' 
stdout
++ tap_directive_=
++ tap_reason_=
++ test 5 -gt 0
++ tap_description_='non-readable test is reported'
++ shift
++ test 4 -gt 0
++ case $1 in
++ shift
++ break
++ tap_result_=ok
++ grep '^ERROR: noread\.test' stdout
++ tap_result_='not ok'
++ result_ 'not ok' -D '' -r '' -- 'non-readable test is reported'
++ set +x
not ok 4 - non-readable test is reported
FAIL: tap-bad-prog-w.tap 4 - non-readable test is reported
++ command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' 
count_test_results total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3
++ tap_directive_=
++ tap_reason_=
++ test 13 -gt 0
++ tap_description_='no spurious results'
++ shift
++ test 12 -gt 0
++ case $1 in
++ tap_directive_=TODO
++ shift
++ shift
++ test 10 -gt 0
++ case $1 in
++ tap_reason_='still get "missing plan"'
++ shift
++ shift
++ test 8 -gt 0
++ case $1 in
++ break
++ tap_result_=ok
++ count_test_results total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3
++ total=ERR
++ pass=ERR
++ fail=ERR
++ xpass=ERR
++ xfail=ERR
++ skip=ERR
++ error=ERR
++ eval total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3
+++ total=3
+++ pass=0
+++ fail=0
+++ xpass=0
+++ xfail=0
+++ skip=0
+++ error=3
++ /p/bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout
++ :
++ rc=0
++ set +e
+++ grep -c '^PASS:' stdout
++ test 0 -eq 0
+++ grep -c '^XFAIL:' stdout
++ test 0 -eq 0
+++ grep -c '^SKIP:' stdout
++ test 0 -eq 0
+++ grep -c '^FAIL:' stdout
++ test 0 -eq 0
+++ grep -c '^XPASS:' stdout
++ test 0 -eq 0
+++ grep -c '^ERROR:' stdout
++ test 0 -eq 3
++ rc=1
++ grep '^# TOTAL:  *3$' stdout
++ rc=1
++ grep '^# PASS:  *0$' stdout
++ rc=1
++ grep '^# XFAIL:  *0$' stdout
++ rc=1
++ grep '^# SKIP:  *0$' stdout
++ rc=1
++ grep '^# FAIL:  *0$' stdout
++ rc=1
++ grep '^# XPASS:  *0$' stdout
++ rc=1
++ grep '^# ERROR:  *3$' stdout
++ rc=1
++ test 1 -eq 0
++ tap_result_='not ok'
++ result_ 'not ok' -D TODO -r 'still get "missing plan"' -- 'no spurious 
results'
++ set +x
not ok 5 - no spurious results # TODO still get "missing plan"
XFAIL: tap-bad-prog-w.tap 5 - no spurious results # TODO still get "missing 
plan"
++ :
+ exit 0
+ exit_status=0
+ set +e
+ cd /h/j/w/co/automake/tests
+ test yes = yes
+ test yes '!=' yes
+ test 0 -eq 0
+ test 1 -eq 5
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
tap-bad-prog-w: exit 0



--- End Message ---
--- Begin Message --- Subject: Re: bug#10418: [PATCH] {master} tap/perl: handle missing or non-executable scripts better Date: Thu, 02 Feb 2012 20:22:48 +0100
Hi Jim, thanks for the quick review.

On 02/02/2012 07:58 PM, Jim Meyering wrote:
> Stefano Lattarini wrote:
>> On 02/02/2012 03:24 PM, Stefano Lattarini wrote:
>>> On 02/02/2012 02:57 PM, Stefano Lattarini wrote:
>>>> The attached patch should take care of three of the remaining five
>>>> failures still present on latest Fedora (see automake bug#10418).
>>>> I will push to master shortly if there is no objection.
>>>>
>>> Hmph, this causes several new and more serious failures.  Let's drop
>>> this patch.  I hope I'll be able to come up with a correct solution
>>> in the next days.
>>>
>> OK, turns out the failures in perl up to 5.12 were due to a limitation in
>> the IPC::Open3.  So let's keep the patch (slightly adjusted), but relax
>> the tests a bit when a "defective" IPC::Open3 is detected.  Attached is
>> what I'll push shortly if there is no objection.
> 
> I've just tested this on Fedora 16, and confirm that
> it reduces to two the number of "make check" test failures.
>
Good! I'm thus closing this bug report, since the two remaining failures
in 'depmod.tap' are already reported in bug#10434.

>> Subject: [PATCH] tap/perl: handle missing or non-executable scripts better
>>
>> This change improves how our Perl-based TAP driver handles
>> non-runnable test scripts (meaning they might be not executable,
>> or not readable, or even not exist).  In particular, it makes the
>> driver deterministically display a clear "ERROR" result instead
>> of possibly dying with diagnostic from 'TAP::Parser' internals,
>> and prevents it from displaying spurious "missing TAP plan" errors.
>>
>> Moreover, with this change, some testsuite failures present only
>> with newer perl versions (e.g., 5.14) are fixed.  See automake
>> bug#10418.
>>
>> * tests/tap-bad-prog.tap: When testing the perl implementation of
>> the TAP driver, and when the perl interpreter offers a good-enough
>> 'IPC::Open3::open3' function, expect it not to display spurious
>> "missing TAP plan" diagnostic if the error is actually due to a
>> non-runnable test script.
>> * lib/tap-driver.pl (start): Removed, broken up into ...
>> (setup_io): ... this ...
>> (setup_parser): ... and this, which now tries to catch and report
>> errors in launching the test scripts.
>> (finish): New, used by both 'main' and 'setup_parser'.
>> (main): Adjust.
> ...
> 
>>  # Check that no spurious test results is reported.  This is lower-priority
> 
> One nit in context:
> 
>   s/results/result/
>
Fixed.

>> -# (and in fact the check currently fails.
>> -command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' \
>> +# (and in fact the check currently fails for our awk-based driver).
>> +directive=
>> +if test $am_tap_implementation = shell; then
>> +  directive=TODO
>> +else
>> +  # Older versions of IPC::Open3 (e.g., version 1.05 on perl 5.12.4 or
>> +  # version 1.0103 on perl 5.6.2) fails to properly trap errors in exec(2)
> 
> One nit in a new comment:  s/fails/fail/
>
Ouch, amazing how may grammar mistakes I've managed to pile up in the last
few days :-(  Fixed this as well

>> +  # calls in the child process; hence, the TAP driver cannot be properly
>> +  # informed of such error.
>> +  if $PERL -w -e '
>> +    use IPC::Open3 qw/open3/;
>> +    $@ = "";
>> +    eval { open3(*STDIN, *STDOUT, *STDERR, "am--no-such-command") };
>> +    $@ =~ m/\bopen3:.*am--no-such-command/
>> +      or die "Bad \$@ value: \"address@hidden"\n";
>> +  '; then
>> +    : # OK. IPC::Open3 should be good enough.
>> +  else
>> +    for s in '"missing plan" message' 'results'; do
>> +      skip_ -r "IPC::Open3 not good enough" "no spurious $s"
>> +    done
> 
> Perhaps it's just your preferred style, but the quotes around 'results'
> are unnecessary, so I would remove them.
>
I'd rather leave them, for consistency with the other item
('"missing plan" message').  Hope that's OK with you.

Thanks,
  Stefano


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]