bug-automake
[Top][All Lists]
Advanced

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

Re: "make check-TEST" lossage on FreeBSD make (+ untested patch)


From: Mark D. Baushke
Subject: Re: "make check-TEST" lossage on FreeBSD make (+ untested patch)
Date: Wed, 05 May 2004 18:56:50 -0700

Alexandre Duret-Lutz <address@hidden> writes:

> On Wed, May 05, 2004 at 11:16:15AM -0700, Mark D. Baushke wrote:
> > The output of the 'make check' is included after my .signature. There
> > were 15 failures:
> 
> Could you send the verbose output?  It's explained in tests/README.

On a FreeBSD 4.2-RELEASE system with an unmodified automake top-of-tree
cvs checkout I see the following.

The same 15 failures as given with the patched version and a quick
comparison between verbose versions shows most of the differences are
either process-ids in pathnames or kill commands or a few places where
stderr and stdout merged the output slightly differently between runs.

        -- Mark

% env VERBOSE=x /usr/bin/make check
Making check in .
Making check in doc
Making check in m4
Making check in lib
Making check in Automake
Making check in tests
/usr/bin/make  check-TESTS
PASS: Condition.pl
PASS: DisjConditions.pl
PASS: Version.pl
PASS: Wrap.pl
==================
All 4 tests passed
==================
Making check in am
Making check in tests
/usr/bin/make  defs aclocal-1.8a automake-1.8a
`defs' is up to date.
`aclocal-1.8a' is up to date.
`automake-1.8a' is up to date.
/usr/bin/make  check-TESTS
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/aclibobj.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ set -e
+ cp configure.in X
+ echo AC_LIBSOURCE(maude.c)
+ automake-1.8a --foreign -Werror -Wall
+ cp X configure.in
+ echo AC_LIBSOURCES([maude.c, liver.c])
+ automake-1.8a --foreign -Werror -Wall
PASS: aclibobj.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/aclocal.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ aclocal-1.8a --output=fred
+ test -f fred
PASS: aclocal.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/aclocal3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo GNOME_X_CHECKS
+ mkdir macros
+ cat
+ aclocal-1.8a -I macros
aclocal: macros/gnome.m4: 2: macro `AM_PATH_GTK' not found in library
+ exit 0
PASS: aclocal3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
aclocal4: running make --version -v
=== Running test ../../tests/aclocal4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4
+ cat
+ mkdir lib
+ :
+ :
+ cat
+ cat
+ aclocal-1.8a -I m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: executing depfiles commands
+ make check-not-foo
{ test ! -d aclocal4-1.0  || { find aclocal4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr aclocal4-1.0; }; }
mkdir aclocal4-1.0
mkdir -p -- . aclocal4-1.0/m4
list='lib'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "aclocal4-1.0/$subdir"  || mkdir "aclocal4-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../aclocal4-1.0"  
distdir="../aclocal4-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find aclocal4-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r aclocal4-1.0
test ! -f aclocal4-1.0/lib/foo.c
test -f aclocal4-1.0/lib/bar.c
+ cat
+ make check-foo
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a -I m4
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
{ test ! -d aclocal4-1.0  || { find aclocal4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr aclocal4-1.0; }; }
mkdir aclocal4-1.0
mkdir -p -- . aclocal4-1.0/m4
list='lib'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "aclocal4-1.0/$subdir"  || mkdir "aclocal4-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../aclocal4-1.0"  
distdir="../aclocal4-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find aclocal4-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r aclocal4-1.0
test -f aclocal4-1.0/lib/foo.c
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: aclocal4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
aclocal5: running make --version -v
=== Running test ../../tests/aclocal5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir sub
+ :
+ mkdir m4
+ echo AC_DEFUN([MORE_DEFS], [])
+ aclocal-1.8a -I m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --copy --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
+ make
Making all in sub
+ echo AC_DEFUN([MORE_DEFS], [AC_SUBST([GREPME])])
+ cd sub
+ make
cd .. && make  am--refresh
cd .. && make  am--refresh
cd .. && make  am--refresh
+ cd ..
+ grep GREPME Makefile
FAIL: aclocal5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
aclocal6: running make --version -v
=== Running test ../../tests/aclocal6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir sub
+ :
+ mkdir m4
+ echo AC_DEFUN([SOME_DEFS], [])
+ echo AC_DEFUN([MORE_DEFS], [AC_SUBST([GREPME])])
+ aclocal-1.8a -I m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --copy --add-missing
+ test -d autom4te.cache
+ test_cache=test -d
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
+ make
Making all in sub
+ echo AC_DEFUN([SOME_DEFS], [MORE_DEFS])
+ echo AC_SUBST([METOO])
+ cd sub
+ make
cd .. && make  am--refresh
cd .. && make  am--refresh
cd .. && make  am--refresh
+ cd ..
+ grep GREPME Makefile
FAIL: aclocal6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/aclocal7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir sub
+ :
+ cat
+ :
+ mkdir m4
+ echo AC_DEFUN([SOME_DEFS], [])
+ sleep 2
+ aclocal-1.8a -I m4
+ sleep 2
+ automake-1.8a --foreign -Werror -Wall --no-force
+ sleep 2
+ touch foo
+ aclocal-1.8a -I m4
+ automake-1.8a --foreign -Werror -Wall --no-force
+ ls -1t aclocal.m4 Makefile.in sub/Makefile.in foo
+ sed 1q
+ test foo = foo
+ sleep 2
+ aclocal-1.8a -I m4 --force
+ ls -1t aclocal.m4 foo
+ sed 1q
+ test aclocal.m4 = aclocal.m4
+ sleep 2
+ automake-1.8a --foreign -Werror -Wall --no-force
+ ls -1t Makefile.in foo
+ sed 1q
+ test Makefile.in = Makefile.in
+ ls -1t sub/Makefile.in foo
+ sed 1q
+ test sub/Makefile.in = sub/Makefile.in
+ touch m4/somedefs.m4
+ sleep 2
+ touch foo
+ sleep 2
+ aclocal-1.8a -I m4
+ sleep 2
+ automake-1.8a --foreign -Werror -Wall --no-force
+ ls -1t aclocal.m4 foo
+ sed 1q
+ test aclocal.m4 = aclocal.m4
+ ls -1t Makefile.in foo
+ sed 1q
+ test Makefile.in = Makefile.in
+ ls -1t sub/Makefile.in foo
+ sed 1q
+ test sub/Makefile.in = sub/Makefile.in
+ touch fragment.inc
+ sleep 2
+ touch foo
+ aclocal-1.8a -I m4
+ automake-1.8a --foreign -Werror -Wall --no-force
+ ls -1t aclocal.m4 foo
+ sed 1q
+ test foo = foo
+ ls -1t Makefile.in foo
+ sed 1q
+ test Makefile.in = Makefile.in
+ ls -1t sub/Makefile.in foo
+ sed 1q
+ test foo = foo
+ grep README Makefile.in
+ :
+ sleep 2
+ touch foo
+ automake-1.8a --foreign -Werror -Wall --no-force
+ ls -1t Makefile.in foo
+ sed 1q
+ test Makefile.in = Makefile.in
+ ls -1t sub/Makefile.in foo
+ sed 1q
+ test foo = foo
+ grep README Makefile.in
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+ :
+ sleep 2
+ touch foo
+ aclocal-1.8a -I m4
+ automake-1.8a --foreign -Werror -Wall --no-force
+ ls -1t aclocal.m4 foo
+ sed 1q
+ test foo = foo
+ ls -1t Makefile.in foo
+ sed 1q
+ test foo = foo
+ ls -1t sub/Makefile.in foo
+ sed 1q
+ test sub/Makefile.in = sub/Makefile.in
PASS: aclocal7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/aclocal8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4
+ cat
+ echo AC_DEFUN([MACRO1],)
+ echo AC_DEFUN([MACRO2],)
+ aclocal-1.8a -I m4
+ grep macro1.m4 aclocal.m4
m4_include([m4/macro1.m4])
+ grep macro2.m4 aclocal.m4
+ :
PASS: aclocal8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/aclocal9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4_1 m4_2
+ cat
+ cat
+ aclocal-1.8a -I m4_1 -I m4_2
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
+ grep macro11 foo
macro11
+ grep macro21 foo
macro21
+ aclocal-1.8a -I m4_2 -I m4_1
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
+ grep macro12 foo
macro12
+ grep macro21 foo
macro21
PASS: aclocal9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acloca10.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4_1 m4_2
+ cat
+ cat
+ aclocal-1.8a -I m4_1 -I m4_2
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
+ grep macro11 foo
macro11
+ grep macro21 foo
macro21
+ aclocal-1.8a -I m4_2 -I m4_1
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
+ grep macro12 foo
macro12
+ grep macro21 foo
macro21
PASS: acloca10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acloca11.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4
+ cat
+ cat
+ aclocal-1.8a -I m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
+ grep macro12 foo
macro12
+ grep macro21 foo
macro21
PASS: acloca11.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acloca12.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4
+ cat
+ cat
+ aclocal-1.8a --verbose -I m4
aclocal: found macro MACRO1 in m4/version2.m4: 1
aclocal: ignoring macro MACRO1 in m4/version1.m4: 1
aclocal: found macro MACRO2 in m4/version1.m4: 2
aclocal: found macro _AM_PROG_TAR in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/tar.m4:
 36
aclocal: found macro AM_PROG_INSTALL_STRIP in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/strip.m4:
 27
aclocal: found macro AM_SANITY_CHECK in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/sanity.m4:
 26
aclocal: found macro AM_RUN_LOG in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/runlog.m4:
 22
aclocal: found macro AM_WITH_REGEX in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/regex.m4:
 40
aclocal: found macro fp_WITH_REGEX in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/regex.m4:
 65
aclocal: found macro AM_PATH_PYTHON in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/python.m4:
 48
aclocal: found macro AM_PYTHON_CHECK_VERSION in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/python.m4:
 174
aclocal: found macro AM_C_PROTOTYPES in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/protos.m4:
 26
aclocal: found macro fp_C_PROTOTYPES in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/protos.m4:
 40
aclocal: found macro _AM_MANGLE_OPTION in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/options.m4:
 24
aclocal: found macro _AM_SET_OPTION in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/options.m4:
 30
aclocal: found macro _AM_SET_OPTIONS in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/options.m4:
 36
aclocal: found macro _AM_IF_OPTION in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/options.m4:
 42
aclocal: found macro AC_FEATURE_CTYPE in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 30
aclocal: found macro AC_FEATURE_ERRNO in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 31
aclocal: found macro AM_CYGWIN32 in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 32
aclocal: found macro AM_EXEEXT in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 33
aclocal: found macro AM_FUNC_MKTIME in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 34
aclocal: found macro AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 35
aclocal: found macro AM_MINGW32 in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 37
aclocal: found macro AM_PROG_INSTALL in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 38
aclocal: found macro AM_SANITY_CHECK_CC in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 39
aclocal: found macro AM_SYS_POSIX_TERMIOS in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 40
aclocal: found macro fp_FUNC_FNMATCH in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 41
aclocal: found macro fp_PROG_INSTALL in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 42
aclocal: found macro md_TYPE_PTRDIFF_T in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:
 43
aclocal: found macro gm_PROG_LIBTOOL in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsol-lt.m4:
 23
aclocal: found macro ud_GNU_GETTEXT in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsol-gt.m4:
 23
aclocal: found macro AM_ENABLE_MULTILIB in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/multi.m4:
 24
aclocal: found macro AM_PROG_MKDIR_P in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/mkdirp.m4:
 40
aclocal: found macro AM_MISSING_PROG in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/missing.m4:
 28
aclocal: found macro AM_MISSING_HAS_RUN in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/missing.m4:
 38
aclocal: found macro AM_PROG_CC_C_O in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/minuso.m4:
 24
aclocal: found macro AM_MAKE_INCLUDE in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/make.m4:
 25
aclocal: found macro AM_MAINTAINER_MODE in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/maintainer.m4:
 24
aclocal: found macro jm_MAINTAINER_MODE in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/maintainer.m4:
 39
aclocal: found macro AM_PATH_LISPDIR in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/lispdir.m4:
 29
aclocal: found macro ud_PATH_LISPDIR in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/lispdir.m4:
 66
aclocal: found macro AM_PROG_LEX in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/lex.m4:
 28
aclocal: found macro AM_SET_LEADING_DOT in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/lead-dot.m4:
 23
aclocal: found macro AM_PROG_INSTALL_SH in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/install-sh.m4:
 22
aclocal: found macro AM_INIT_AUTOMAKE in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/init.m4:
 37
aclocal: found macro _AC_AM_CONFIG_HEADER_HOOK in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/init.m4:
 113
aclocal: found macro AM_CONFIG_HEADER in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/header.m4:
 23
aclocal: found macro AM_PROG_GCJ in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/gcj.m4:
 21
aclocal: found macro AM_WITH_DMALLOC in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/dmalloc.m4:
 26
aclocal: found macro fp_WITH_DMALLOC in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/dmalloc.m4:
 42
aclocal: found macro _AM_OUTPUT_DEPENDENCY_COMMANDS in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/depout.m4:
 25
aclocal: found macro AM_OUTPUT_DEPENDENCY_COMMANDS in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/depout.m4:
 74
aclocal: found macro _AM_DEPENDENCIES in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/depend.m4:
 40
aclocal: found macro AM_SET_DEPDIR in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/depend.m4:
 149
aclocal: found macro AM_DEP_TRACK in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/depend.m4:
 157
aclocal: found macro AM_CONDITIONAL in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/cond.m4:
 25
aclocal: found macro AM_PROG_CC_STDC in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/ccstdc.m4:
 28
aclocal: found macro fp_PROG_CC_STDC in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/ccstdc.m4:
 37
aclocal: found macro AM_AUX_DIR_EXPAND in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/auxdir.m4:
 58
aclocal: found macro AM_PROG_AS in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/as.m4:
 24
aclocal: found macro AM_AUTOMAKE_VERSION in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/amversion.m4:
 23
aclocal: found macro AM_SET_CURRENT_AUTOMAKE_VERSION in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/amversion.m4:
 29
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_MKDIR_P
aclocal: saw macro AM_PROG_MKDIR_P
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AC_AM_CONFIG_HEADER_HOOK
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_PROG_MKDIR_P
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro MACRO1
aclocal: saw macro MACRO1
aclocal: running autom4te --language Autoconf-without-aclocal-m4 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/amversion.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/auxdir.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/cond.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/depend.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/depout.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/init.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/install-sh.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/lead-dot.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/make.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/m!
 issing.m4 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/mkdirp.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/options.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/runlog.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/sanity.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/strip.m4
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/tar.m4
 m4/version2.m4 --trace='AC_DEFUN:$f:$n:$1' --trace='AU_DEFUN:$f:$n:$1' 
--trace='AM_SANITY_CHECK:$f:$n:$1' --trace='_AM_MANGLE_OPTION:$f:$n:$1' 
--trace='AM_SET_DEPDIR:$f:$n:$1' --trace='AM_DEP_TRACK:$f:$n:$1' 
--trace='AM_PROG_MKDIR_P:$f:$n:$1' --trace='AM_AUX_DIR_EXPAND:$f:$n:$1' 
--trace='AM_PROG_INSTALL_STRIP:$f:$n:$1' --trace='AM_MISSING_PROG:$f:$n:$1' 
--trace='MACRO1:$f:$n:$1' --trace='AM_MAKE_INCLUDE:$f:$n:$1' --trac!
 e='AM_MISSING_HAS_RUN:$f:$n:$1' --trace='AM_SET_LEADING_DOT:$f!
:$n:$1' --trace='_AM_DEPENDENCIES:$f:$n:$1' --trace='AM_RUN_LOG:$f:$n:$1' 
--trace='_AM_SET_OPTION:$f:$n:$1' --trace='AM_CONDITIONAL:$f:$n:$1' 
--trace='AM_OUTPUT_DEPENDENCY_COMMANDS:$f:$n:$1' 
--trace='AM_SET_CURRENT_AUTOMAKE_VERSION:$f:$n:$1' 
--trace='AM_INIT_AUTOMAKE:$f:$n:$1' --trace='AM_PROG_INSTALL_SH:$f:$n:$1' 
--trace='_AM_PROG_TAR:$f:$n:$1' --trace='_AC_AM_CONFIG_HEADER_HOOK:$f:$n:$1' 
--trace='_AM_OUTPUT_DEPENDENCY_COMMANDS:$f:$n:$1' 
--trace='_AM_SET_OPTIONS:$f:$n:$1' --trace='_AM_IF_OPTION:$f:$n:$1' 
--trace='AM_AUTOMAKE_VERSION:$f:$n:$1' configure.in
aclocal: writing aclocal.m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
+ grep macro11 foo
+ grep macro21 foo
+ grep macro12 foo
macro12
PASS: acloca12.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acloca13.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4
+ echo MACRO1
+ echo HELLO
+ cat
+ cat
+ aclocal-1.8a -I m4
+ grep version2 aclocal.m4
m4_include([m4/version2.m4])
+ grep version1 aclocal.m4
+ sleep 2
+ echo MACRO2
+ aclocal-1.8a -I m4
+ grep version2 aclocal.m4
+ grep version1 aclocal.m4
m4_include([m4/version1.m4])
+ sleep 2
+ touch m4/otherfile.m4
+ sleep 2
+ aclocal-1.8a -I m4
+ ls -1t aclocal.m4 m4/otherfile.m4
+ sed 1q
+ test aclocal.m4 = aclocal.m4
PASS: acloca13.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
acloca14: running make --version -v
=== Running test ../../tests/acloca14.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo m4_include([a.m4])
+ echo m4_include([b.m4])
+ cat
+ echo m4_include([d.m4])
+ echo AC_DEFUN([SOMETHING_ELSE])
+ mkdir defs
+ echo AC_DEFUN([SOMETHING_ELSE])
+ echo AC_DEFUN([ANOTHER_MACRO])
+ cat
+ aclocal-1.8a -I defs
+ grep -F acinclude.m4 aclocal.m4
m4_include([acinclude.m4])
+ grep -F a.m4 aclocal.m4
+ grep -F b.m4 aclocal.m4
+ grep -F c.m4 aclocal.m4
+ grep -F d.m4 aclocal.m4
+ grep -F defs/e.m4 aclocal.m4
+ grep -F defs/f.m4 aclocal.m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make testdist1
{ test ! -d acloca14-1.0  || { find acloca14-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr acloca14-1.0; }; }
mkdir acloca14-1.0
find acloca14-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r acloca14-1.0
test -f acloca14-1.0/acinclude.m4
test -f acloca14-1.0/a.m4
test -f acloca14-1.0/b.m4
test -f acloca14-1.0/c.m4
test -f acloca14-1.0/d.m4
test ! -d acloca14-1.0/defs
+ cp aclocal.m4 stamp
+ sleep 2
+ cat
+ make
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a -I defs
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
/bin/bash ./config.status --recheck
running /bin/bash ./configure   --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
 /bin/bash ./config.status
config.status: creating Makefile
+ ls -1t aclocal.m4 stamp
+ sed 1q
+ test aclocal.m4 = aclocal.m4
+ cmp aclocal.m4 stamp
+ cat
+ cp aclocal.m4 stamp
+ sleep 2
+ make
cd . && /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a -I defs
 cd . && /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure   --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
+ grep defs/f.m4 aclocal.m4
m4_include([defs/f.m4])
+ make testdist2
{ test ! -d acloca14-1.0  || { find acloca14-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr acloca14-1.0; }; }
mkdir acloca14-1.0
mkdir -p -- . acloca14-1.0/defs
find acloca14-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r acloca14-1.0
test -f acloca14-1.0/acinclude.m4
test -f acloca14-1.0/a.m4
test -f acloca14-1.0/b.m4
test -f acloca14-1.0/c.m4
test -f acloca14-1.0/d.m4
test ! -f acloca14-1.0/defs/e.m4
test -f acloca14-1.0/defs/f.m4
PASS: acloca14.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acloca15.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4
+ echo AC_DEFUN([AM_SOME_MACRO])
+ echo AC_DEFUN([AM_SOME_DEF])
+ echo AC_DEFUN([AM_MORE_MACRO], [AC_REQUIRE([AM_SOME_DEF])])
+ aclocal-1.8a -I m4
+ grep -F AM_SOME_MACRO aclocal.m4
+ grep -F AM_MORE_MACRO aclocal.m4
+ grep -F m4_include([m4/more.m4]) aclocal.m4
m4_include([m4/more.m4])
+ grep m4_include aclocal.m4
+ wc -l
+ test 1 = 1
PASS: acloca15.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acloca16.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir m4
+ cat
+ aclocal-1.8a -I m4
+ grep m4/some.m4 aclocal.m4
+ :
PASS: acloca16.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acoutnoq.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: acoutnoq.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acoutpt.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: acoutpt.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acoutpt2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir subdir
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F foo.in Makefile.in
+ wc -l
+ count=       2
+ test 2 -eq 2
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing --force-missing
PASS: acoutpt2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acoutqnl.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: acoutqnl.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acoutbs.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: acoutbs.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acsilent.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ cat output
+ test -z 
PASS: acsilent.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acsubst.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
PASS: acsubst.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/acsubst2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
PASS: acsubst2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/all.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo Doing all
Doing all
+ echo all-local:
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F all-local all-local Makefile.in
+ echo Doing install-exec
Doing install-exec
+ echo install-exec-local:
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F install-exec-local install-exec-local Makefile.in
+ echo Doing install-data
Doing install-data
+ echo install-data-local:
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F install-data-local install-data-local Makefile.in
+ echo Doing uninstall
Doing uninstall
+ echo uninstall-local:
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F uninstall-local uninstall-local Makefile.in
+ exit 0
PASS: all.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/alloca.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: library used but `RANLIB' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
Makefile.am:1: to `configure.in' and run `autoconf' again.
Makefile.am:3: @ALLOCA@ used but `ALLOCA' is undefined
Makefile.am:3: 
Makefile.am:3: The usual way to define `ALLOCA' is to add `AC_FUNC_ALLOCA'
Makefile.am:3: to `configure.in' and run `autoconf' again.
Makefile.am:3: required file `./alloca.c' not found
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*AC_PROG_RANLIB stderr
Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
+ grep Makefile.am:3:.*AC_FUNC_ALLOCA stderr
Makefile.am:3: The usual way to define `ALLOCA' is to add `AC_FUNC_ALLOCA'
PASS: alloca.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/alloca2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:3: @LTALLOCA@ used but `LTALLOCA' is undefined
Makefile.am:3: required file `./alloca.c' not found
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*AC_PROG_LIBTOOL stderr
Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
+ grep Makefile.am:3:.*ALLOCA stderr
Makefile.am:3: @LTALLOCA@ used but `LTALLOCA' is undefined
PASS: alloca2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/alpha.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir sub
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
+ make check
Making check in sub
make  check-local
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
+ cat stderr
NEWS not updated; not releasing
+ grep NEWS not updated stderr
NEWS not updated; not releasing
+ test ! -f works
+ echo alpha 1.0a released
+ make check
Making check in sub
make  check-local
{ test ! -d alpha-1.0a  || { find alpha-1.0a -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr alpha-1.0a; }; }
mkdir alpha-1.0a
list='sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "alpha-1.0a/$subdir"  || mkdir "alpha-1.0a/$subdir"  || exit 1;  (cd $subdir 
&&  make   top_distdir="../alpha-1.0a"  distdir="../alpha-1.0a/$subdir"  
distdir)  || exit 1;  fi;  done
find alpha-1.0a -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r alpha-1.0a
test -f alpha-1.0a/README-alpha
test -f alpha-1.0a/sub/README
test ! -f alpha-1.0a/sub/README-alpha
: > works
+ test -f works
PASS: alpha.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/alpha2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir sub
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
+ make check
Making check in sub
make  check-local
{ test ! -d alpha-1.0b  || { find alpha-1.0b -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr alpha-1.0b; }; }
mkdir alpha-1.0b
list='sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "alpha-1.0b/$subdir"  || mkdir "alpha-1.0b/$subdir"  || exit 1;  (cd $subdir 
&&  make   top_distdir="../alpha-1.0b"  distdir="../alpha-1.0b/$subdir"  
distdir)  || exit 1;  fi;  done
find alpha-1.0b -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r alpha-1.0b
test -f alpha-1.0b/README-alpha
test -f alpha-1.0b/sub/README
test ! -f alpha-1.0b/sub/README-alpha
: > works
+ test -f works
PASS: alpha2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/amassign.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
PASS: amassign.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ammissing.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AM_ZARDOZ
+ aclocal-1.8a
aclocal: configure.in: 4: macro `AM_ZARDOZ' not found in library
+ exit 0
PASS: ammissing.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ansi.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F -v @SET_MAKE@ Makefile.in
+ make -s -f Makefile.sed SHELL=/bin/bash magic
+ grep ansi2knr\.c
@top_srcdir@/configure.in @top_srcdir@/aclocal.m4 @srcdir@/Makefile.am 
@srcdir@/Makefile.in @top_srcdir@/configure ansi2knr.1 ansi2knr.c depcomp 
install-sh missing
PASS: ansi.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ansi2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^all[-a-z]*:.*ANSI2KNR Makefile.in
all-am: Makefile $(ANSI2KNR) $(PROGRAMS)
PASS: ansi2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ansi3: running gcc --version
2.95.2
=== Running test ../../tests/ansi3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ CFLAGS=
+ export CFLAGS
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ cat stderr
Makefile.am:1: installing `./ansi2knr.c'
Makefile.am:1: installing `./ansi2knr.1'
+ grep Makefile.am:1:.*ansi2knr\.c stderr
Makefile.am:1: installing `./ansi2knr.c'
+ CC=gcc ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ ANSI2KNR=./ansi2knr U=_ make -e
gcc   ./ansi2knr.c  -o ./ansi2knr
gcc -E -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hello\" 
-DVERSION=\"0.23\" -DPROTOTYPES=1 -D__PROTOTYPES=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.    `if test -f ./hello.c; then echo ./hello.c; else 
echo hello.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ./ansi2knr > hello_.c || 
rm -f hello_.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hello\" 
-DVERSION=\"0.23\" -DPROTOTYPES=1 -D__PROTOTYPES=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.       -c hello_.c
gcc     -o hello  hello_.o  
+ ./hello
yeah, yeah
PASS: ansi3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ansi3b: running gcc --version
2.95.2
=== Running test ../../tests/ansi3b.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo bin_PROGRAMS = hello
+ cat
+ CFLAGS=
+ export CFLAGS
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ cat stderr
configure.in:2: installing `./ansi2knr.c'
configure.in:2: installing `./ansi2knr.1'
+ grep configure.in:2:.*ansi2knr\.1 stderr
configure.in:2: installing `./ansi2knr.1'
+ CC=gcc ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
+ ANSI2KNR=./ansi2knr U=_ make -e
gcc   ./ansi2knr.c  -o ./ansi2knr
gcc -E -DPACKAGE_NAME=\"hello\" -DPACKAGE_TARNAME=\"hello\" 
-DPACKAGE_VERSION=\"0.24\" -DPACKAGE_STRING=\"hello\ 0.24\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hello\" -DVERSION=\"0.24\" -DPROTOTYPES=1 
-D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.    `if test -f 
./hello.c; then echo ./hello.c; else echo hello.c; fi` | sed 's/^# 
\([0-9]\)/#line \1/' | ./ansi2knr > hello_.c || rm -f hello_.c
gcc -DPACKAGE_NAME=\"hello\" -DPACKAGE_TARNAME=\"hello\" 
-DPACKAGE_VERSION=\"0.24\" -DPACKAGE_STRING=\"hello\ 0.24\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hello\" -DVERSION=\"0.24\" -DPROTOTYPES=1 
-D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.       -c 
hello_.c
gcc     -o hello  hello_.o  
+ ./hello
yeah, yeah
PASS: ansi3b.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ansi4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F ansi2knr.$( Makefile.in
ansi2knr: ansi2knr.$(OBJEXT)
        $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
PASS: ansi4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ansi5: running gcc --version
2.95.2
=== Running test ../../tests/ansi5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir one two
+ cat
+ cat
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
one/Makefile.am:1: installing `one/ansi2knr.c'
one/Makefile.am:1: installing `one/ansi2knr.1'
+ CFLAGS=
+ export CFLAGS
+ CC=gcc ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating one/Makefile
config.status: creating two/Makefile
config.status: executing depfiles commands
+ find . -name *.Po -print
+ read file
+ echo ./one/.deps/joe.Po
+ sed -e s/\.Po//
+ base=./one/.deps/joe
+ mv ./one/.deps/joe.Po ./one/.deps/joe_.Po
+ read file
+ echo ./two/.deps/maude.Po
+ sed -e s/\.Po//
+ base=./two/.deps/maude
+ mv ./two/.deps/maude.Po ./two/.deps/maude_.Po
+ read file
+ mv one/Makefile one/Makefile.old
+ sed -e s,ANSI2KNR =,ANSI2KNR = ./ansi2knr,
+ U=_ make -e
Making all in one
gcc   ./ansi2knr.c  -o ./ansi2knr
gcc -E -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liver\" 
-DVERSION=\"0.23\" -DPROTOTYPES=1 -D__PROTOTYPES=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.    `if test -f ./joe.c; then echo ./joe.c; else echo 
joe.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ./ansi2knr > joe_.c || rm -f 
joe_.c
source='joe_.c' object='joe_.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"liver\" -DVERSION=\"0.23\" -DPROTOTYPES=1 -D__PROTOTYPES=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.       -c joe_.c
gcc     -o joe  joe_.o  
Making all in two
gcc -E -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liver\" 
-DVERSION=\"0.23\" -DPROTOTYPES=1 -D__PROTOTYPES=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.    `if test -f ./maude.c; then echo ./maude.c; else 
echo maude.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ../one/ansi2knr > maude_.c 
|| rm -f maude_.c
source='maude_.c' object='maude_.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"liver\" -DVERSION=\"0.23\" -DPROTOTYPES=1 -D__PROTOTYPES=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.       -c maude_.c
gcc     -o maude  maude_.o  
+ ./one/joe
joe
+ ./two/maude
maude
PASS: ansi5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ansi6: running gcc --version
2.95.2
=== Running test ../../tests/ansi6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ mkdir sub
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am:1: installing `./ansi2knr.c'
Makefile.am:1: installing `./ansi2knr.1'
+ grep ac_cv_prog_cc_stdc configure
if test "${ac_cv_prog_cc_stdc+set}" = set; then
  ac_cv_prog_cc_stdc=no
  ac_cv_prog_cc_stdc=$ac_arg
case "x$ac_cv_prog_cc_stdc" in
    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    CC="$CC $ac_cv_prog_cc_stdc" ;;
if test "$ac_cv_prog_cc_stdc" != no; then
if test "$ac_cv_prog_cc_stdc" != no; then
+ ./configure ac_cv_prog_cc_stdc=no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for function prototypes... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
gcc -g -O2  ./ansi2knr.c  -o ./ansi2knr
gcc -E -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.    `if test -f ./hello.c; then echo ./hello.c; else 
echo hello.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ./ansi2knr > hello_.c || 
rm -f hello_.c
source='hello_.c' object='hello_.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.      -g -O2 -c hello_.c
gcc -E -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.    `if test -f ./sub/dir.c; then echo ./sub/dir.c; 
else echo sub/dir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ./ansi2knr > dir_.c 
|| rm -f dir_.c
source='dir_.c' object='dir_.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.     -g -O2 -c -o dir_.o `test -f 'dir_.c' || echo 
'./'`dir_.c
gcc  -g -O2   -o hello  hello_.o dir_.o  
+ test -f hello_.c
+ test -f dir_.c
+ test ! -f sub/dir_.c
+ make distclean
test -z "hello" || rm -f hello
rm -f ansi2knr
rm -f *.o
test "_" = "" || rm -f *_.c
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
+ test ! -f hello_.c
+ test ! -f dir_.c
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='hello.c' object='hello.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DPROTOTYPES=1 
-D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.      -g -O2 -c 
hello.c
source='sub/dir.c' object='dir.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DPROTOTYPES=1 
-D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.     -g -O2 -c 
-o dir.o `test -f 'sub/dir.c' || echo './'`sub/dir.c
gcc  -g -O2   -o hello  hello.o dir.o  
PASS: ansi6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ansi7: running gcc --version
2.95.2
=== Running test ../../tests/ansi7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ mkdir sub
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
Makefile.am:1: installing `./ansi2knr.c'
Makefile.am:1: installing `./ansi2knr.1'
+ grep ac_cv_prog_cc_stdc configure
if test "${ac_cv_prog_cc_stdc+set}" = set; then
  ac_cv_prog_cc_stdc=no
  ac_cv_prog_cc_stdc=$ac_arg
case "x$ac_cv_prog_cc_stdc" in
    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    CC="$CC $ac_cv_prog_cc_stdc" ;;
if test "$ac_cv_prog_cc_stdc" != no; then
if test "$ac_cv_prog_cc_stdc" != no; then
+ ./configure ac_cv_prog_cc_stdc=no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for function prototypes... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
gcc -g -O2  ./ansi2knr.c  -o ./ansi2knr
gcc -E -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.    `if test -f ./hello.c; then echo ./hello.c; else 
echo hello.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ./ansi2knr > hello_.c || 
rm -f hello_.c
source='hello_.c' object='hello_.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.      -g -O2 -c -o hello_.o hello_.c
gcc -E -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.    `if test -f ./sub/dir.c; then echo ./sub/dir.c; 
else echo sub/dir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ./ansi2knr > 
sub/dir_.c || rm -f sub/dir_.c
source='sub/dir_.c' object='sub/dir_.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.      -g -O2 -c -o sub/dir_.o sub/dir_.c
gcc  -g -O2   -o hello  hello_.o sub/dir_.o  
+ test -f hello_.c
+ test -f sub/dir_.c
+ test ! -f dir_.c
+ make distclean
test -z "hello" || rm -f hello
rm -f ansi2knr
rm -f *.o
rm -f sub/dir_.o
rm -f sub/dir_.c
test "_" = "" || rm -f *_.c
rm -f *.tab.c
rm -f 
rm -f sub/.deps/.dirstamp
rm -f sub/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps sub/.deps
rm -f Makefile
+ test ! -f hello_.c
+ test ! -f sub/dir_.c
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='hello.c' object='hello.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DPROTOTYPES=1 
-D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.      -g -O2 -c 
-o hello.o hello.c
source='sub/dir.c' object='sub/dir.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"ansi6\" -DPACKAGE_TARNAME=\"ansi6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi6\" -DVERSION=\"1.0\" -DPROTOTYPES=1 
-D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.      -g -O2 -c 
-o sub/dir.o sub/dir.c
gcc  -g -O2   -o hello  hello.o sub/dir.o  
PASS: ansi7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ansi8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:1: option `ansi2knr' is used but `ANSI2KNR' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `ANSI2KNR' is to add `AM_C_PROTOTYPES'
Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:1: option `ansi2knr' is used but `U' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `U' is to add `AM_C_PROTOTYPES'
Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:1: installing `./ansi2knr.c'
Makefile.am:1: installing `./ansi2knr.1'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCC does not appear in AM_CONDITIONAL
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 AMDEP does not appear in AM_CONDITIONAL
Makefile.am: C source seen but `CC' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am: to `configure.in' and run `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_C_PROTOTYPES stderr
Makefile.am:1: The usual way to define `ANSI2KNR' is to add `AM_C_PROTOTYPES'
Makefile.am:1: The usual way to define `U' is to add `AM_C_PROTOTYPES'
PASS: ansi8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ansi9: running gcc --version
2.95.2
=== Running test ../../tests/ansi9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ mkdir sub
+ cp loadavg.c sub/sub.c
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing -Wno-override
Makefile.am: installing `./compile'
Makefile.am:1: installing `./ansi2knr.c'
Makefile.am:1: installing `./ansi2knr.1'
+ grep -F loadavg-loadavg$U.o: loadavg$U.c Makefile.in
loadavg-loadavg$U.o: loadavg$U.c
+ grep -F sub/sub$U.o: sub/sub$U.c Makefile.in
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make sub/sub_.c
gcc -g -O2  ./ansi2knr.c  -o ./ansi2knr
gcc -E -DPACKAGE_NAME=\"ansi9\" -DPACKAGE_TARNAME=\"ansi9\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi9\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi9\" -DVERSION=\"1.0\" -DPROTOTYPES=1 
-D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.    `if test -f 
./sub/sub.c; then echo ./sub/sub.c; else echo sub/sub.c; fi` | sed 's/^# 
\([0-9]\)/#line \1/' | ./ansi2knr > sub/sub_.c || rm -f sub/sub_.c
PASS: ansi9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ansi10: running gcc --version
2.95.2
=== Running test ../../tests/ansi10.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir dir
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
dir/Makefile.am:1: installing `dir/ansi2knr.c'
dir/Makefile.am:1: installing `dir/ansi2knr.1'
+ grep ac_cv_prog_cc_stdc configure
if test "${ac_cv_prog_cc_stdc+set}" = set; then
  ac_cv_prog_cc_stdc=no
  ac_cv_prog_cc_stdc=$ac_arg
case "x$ac_cv_prog_cc_stdc" in
    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    CC="$CC $ac_cv_prog_cc_stdc" ;;
if test "$ac_cv_prog_cc_stdc" != no; then
if test "$ac_cv_prog_cc_stdc" != no; then
+ ./configure ac_cv_prog_cc_stdc=no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for function prototypes... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dir/Makefile
config.status: executing depfiles commands
+ make
Making all in dir
gcc -g -O2  ./ansi2knr.c  -o ./ansi2knr
gcc -E -DPACKAGE_NAME=\"ansi10\" -DPACKAGE_TARNAME=\"ansi10\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"ansi10\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi10\" -DVERSION=\"1.0\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.    `if test -f ./hello.c; then echo 
./hello.c; else echo hello.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | ./ansi2knr 
> hello_.c || rm -f hello_.c
source='hello_.c' object='hello_.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"ansi10\" 
-DPACKAGE_TARNAME=\"ansi10\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"ansi10\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi10\" 
-DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.      -g -O2 -c 
hello_.c
rm -f liblib.a
ar cru liblib.a  hello_.o
ranlib liblib.a
+ test -f dir/hello_.c
+ make distclean
Making distclean in dir
rm -f ansi2knr
test -z "liblib.a" || rm -f liblib.a
rm -f *.o
test "_" = "" || rm -f *_.c
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf .deps
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test ! -f dir/hello_.c
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dir/Makefile
config.status: executing depfiles commands
+ make
Making all in dir
source='hello.c' object='hello.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"ansi10\" 
-DPACKAGE_TARNAME=\"ansi10\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"ansi10\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ansi10\" 
-DVERSION=\"1.0\" -DPROTOTYPES=1 -D__PROTOTYPES=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRING_H=1 -I. -I.      -g -O2 -c hello.c
rm -f liblib.a
ar cru liblib.a  hello.o
ranlib liblib.a
+ test ! -f dir/hello_.c
PASS: ansi10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ar.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
rm -f libfoo.a
echo it works > libfoo.a  
echo really works >> libfoo.a
+ grep it works libfoo.a
it works
+ grep really works libfoo.a
really works
PASS: ar.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/asm.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ echo 1
1
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: Assembler source seen but `CCAS' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_PROG_AS stderr
Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
+ rm -rf autom4te.cache
+ echo 2
2
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: Assembler source seen but `CCAS' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep CCAS stderr
Makefile.am: Assembler source seen but `CCAS' is undefined
Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
+ grep AM_PROG_AS stderr
Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
+ rm -rf autom4te.cache
+ echo 3
3
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: Assembler source seen but `CCASFLAGS' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep CCASFLAGS stderr
Makefile.am: Assembler source seen but `CCASFLAGS' is undefined
Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
+ grep AM_PROG_AS stderr
Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
+ rm -rf autom4te.cache
+ echo 4
4
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ rm -rf autom4te.cache
+ echo 5
5
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ exit 0
PASS: asm.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/autohdr.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoheader
+ test -f thisfile.h.in
PASS: autohdr.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/autohdr2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoheader
+ test -f thisfile.h.in
PASS: autohdr2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
autohdr3: running make --version -v
=== Running test ../../tests/autohdr3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoheader
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
+ make
make  all-am
+ sleep 2
+ echo AC_DEFINE([GREPME], 1, [Doc for GREPME])
+ make
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoheader
rm -f stamp-h1
touch ./config.hin
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
/bin/bash ./config.status --recheck
running /bin/bash ./configure   --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
make  all-am
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
+ grep GREPME config.hin
/* Doc for GREPME */
#undef GREPME
+ grep GREPME config.h
/* Doc for GREPME */
#define GREPME 1
+ make distcheck
{ test ! -d autohdr3-1.0  || { find autohdr3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr3-1.0; }; }
mkdir autohdr3-1.0
find autohdr3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r autohdr3-1.0
tardir=autohdr3-1.0 && /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >autohdr3-1.0.tar.gz
{ test ! -d autohdr3-1.0  || { find autohdr3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr3-1.0; }; }
case 'autohdr3-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
autohdr3-1.0.tar.gz | /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c autohdr3-1.0.tar.bz2 | /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c autohdr3-1.0.tar.Z | /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c autohdr3-1.0.shar.gz | 
unshar ;; *.zip*)  unzip autohdr3-1.0.zip ;; esac
chmod -R a-w autohdr3-1.0; chmod a+w autohdr3-1.0
mkdir autohdr3-1.0/_build
mkdir autohdr3-1.0/_inst
chmod a-w autohdr3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd autohdr3-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
autohdr3-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
autohdr3-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make  all-am
{ test ! -d autohdr3-1.0  || { find autohdr3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr3-1.0; }; }
mkdir autohdr3-1.0
find autohdr3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/autohdr3-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r autohdr3-1.0
tardir=autohdr3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/autohdr3-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >autohdr3-1.0.tar.gz
{ test ! -d autohdr3-1.0  || { find autohdr3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr3-1.0; }; }
rm -f 
rm -f config.h stamp-h1
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d autohdr3-1.0  || { find autohdr3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr3-1.0; }; }
==============================================
autohdr3-1.0 archives ready for distribution: 
autohdr3-1.0.tar.gz
==============================================
PASS: autohdr3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
autohdr4: running gcc --version
2.95.2
=== Running test ../../tests/autohdr4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir sub1 sub2 sub3
+ :
+ echo #define NAME "grepme1"
+ echo SUBDIRS = sub3
+ echo noinst_PROGRAMS = run
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoheader
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub3/Makefile
config.status: creating defs.h
config.status: creating config.h
config.status: executing depfiles commands
+ make
make  all-recursive
Making all in sub3
source='run.c' object='run.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..      -g -O2 -c run.c
gcc  -g -O2   -o run  run.o  
+ sub3/run
+ grep grepme1
grepme1
+ sleep 2
+ echo #define NAME "grepme2"
+ make
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
make  all-recursive
Making all in sub3
source='run.c' object='run.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..      -g -O2 -c run.c
gcc  -g -O2   -o run  run.o  
+ sub3/run
+ grep grepme2
grepme2
+ make distcheck
{ test ! -d autohdr4-1.0  || { find autohdr4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr4-1.0; }; }
mkdir autohdr4-1.0
mkdir -p -- . autohdr4-1.0/sub1 autohdr4-1.0/sub2
list='sub3'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "autohdr4-1.0/$subdir"  || mkdir "autohdr4-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../autohdr4-1.0"  
distdir="../autohdr4-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find autohdr4-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r autohdr4-1.0
tardir=autohdr4-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >autohdr4-1.0.tar.gz
{ test ! -d autohdr4-1.0  || { find autohdr4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr4-1.0; }; }
case 'autohdr4-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
autohdr4-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c autohdr4-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c autohdr4-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c autohdr4-1.0.shar.gz | 
unshar ;; *.zip*)  unzip autohdr4-1.0.zip ;; esac
chmod -R a-w autohdr4-1.0; chmod a+w autohdr4-1.0
mkdir autohdr4-1.0/_build
mkdir autohdr4-1.0/_inst
chmod a-w autohdr4-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd autohdr4-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
autohdr4-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
autohdr4-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub3/Makefile
config.status: creating defs.h
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
Making all in sub3
source='../../sub3/run.c' object='run.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../../depcomp  gcc -DHAVE_CONFIG_H -I. -I../../sub3 -I.. -I..      -g 
-O2 -c ../../sub3/run.c
gcc  -g -O2   -o run  run.o  
Making dvi in sub3
Making check in sub3
Making install in sub3
Making installcheck in sub3
Making uninstall in sub3
Making install in sub3
Making uninstall in sub3
{ test ! -d autohdr4-1.0  || { find autohdr4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr4-1.0; }; }
mkdir autohdr4-1.0
mkdir -p -- . autohdr4-1.0/sub1 autohdr4-1.0/sub2
list='sub3'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "autohdr4-1.0/$subdir"  || mkdir "autohdr4-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../autohdr4-1.0"  
distdir="../autohdr4-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find autohdr4-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/autohdr4-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r autohdr4-1.0
tardir=autohdr4-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/autohdr4-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >autohdr4-1.0.tar.gz
{ test ! -d autohdr4-1.0  || { find autohdr4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr4-1.0; }; }
Making distclean in sub3
test -z "run" || rm -f run
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in .
rm -f 
rm -f defs.h stamp-h1 config.h stamp-h2
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d autohdr4-1.0  || { find autohdr4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr autohdr4-1.0; }; }
==============================================
autohdr4-1.0 archives ready for distribution: 
autohdr4-1.0.tar.gz
==============================================
PASS: autohdr4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/auxdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cp 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/tests/../lib/mkinstalldirs
 .
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall ././Makefile
+ grep /\./\./mkinstalldirs Makefile.in
mkinstalldirs = $(SHELL) $(top_srcdir)/././mkinstalldirs
PASS: auxdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/auxdir2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
configure.in: required file `$foo/install-sh' not found
configure.in: required file `$foo/missing' not found
XFAIL: auxdir2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/auxdir3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
configure.in:4: AC_CONFIG_AUX_DIR must be called before AM_INIT_AUTOMAKE...
configure.in:2: ... AM_INIT_AUTOMAKE called here
+ cat stdout
+ test 1 = 1
+ grep AC_CONFIG_AUX_DIR.*AM_INIT_AUTOMAKE stderr
configure.in:4: AC_CONFIG_AUX_DIR must be called before AM_INIT_AUTOMAKE...
PASS: auxdir3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/backsl.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^_SOURCE Makefile.in
+ exit 0
PASS: backsl.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/backsl2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ exit 0
PASS: backsl2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/backsl3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: trailing backslash on last line
+ cat stdout
+ test 1 = 1
+ cat stderr
Makefile.am:1: trailing backslash on last line
+ grep trailing backslash stderr
Makefile.am:1: trailing backslash on last line
PASS: backsl3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/backsl4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ echo bin_SCRIPTS = foo \ 
+ cat
+ echo data_DATA = baz \  
+ echo  fum
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: whitespace following trailing backslash
Makefile.am:5: whitespace following trailing backslash
+ cat stdout
+ test 1 = 1
+ grep :1:.*whitespace stderr
Makefile.am:1: whitespace following trailing backslash
+ grep :5:.*whitespace stderr
Makefile.am:5: whitespace following trailing backslash
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make ok
:
PASS: backsl4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/badline.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
configure.in:3: `TEXINFOS' is an anachronism; use `info_TEXINFOS'
+ cat stdout
+ test 1 = 1
+ grep configure.in:3:.*info_TEXINFOS stderr
configure.in:3: `TEXINFOS' is an anachronism; use `info_TEXINFOS'
PASS: badline.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/badprog.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: badprog.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/block.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ sed -e /^#START/,/^#END/ !d Makefile.in
+ grep -v ^#
+ exit 0
PASS: block.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/bsource.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep install-recursive Makefile.in
+ :
PASS: bsource.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/canon.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: bad characters in variable name `sniff-glue_SOURCES'
Makefile.am:2: use `sniff_glue_SOURCES', not `sniff-glue_SOURCES'
Makefile.am:2: variable `sniff-glue_SOURCES' is defined but no program or
Makefile.am:2: library has `sniff-glue' as canonic name (possible typo)
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:2:.*sniff_glue_SOURCES stderr
Makefile.am:2: use `sniff_glue_SOURCES', not `sniff-glue_SOURCES'
PASS: canon.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/canon2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ echo @setfilename zar-doz.info
+ echo @setfilename frob
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep zar-doz_TEXINFOS Makefile.in
+ exit 0
PASS: canon2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/canon3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep perm_number\.c Makefile.in
+ exit 0
PASS: canon3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/canon4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^libx-y.*= Makefile.in
+ exit 0
PASS: canon4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/canon5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ cat
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: bad characters in variable name `,foo_SOURCES'
Makefile.am:2: use `_foo_SOURCES', not `,foo_SOURCES'
Makefile.am:2: variable `,foo_SOURCES' is defined but no program or
Makefile.am:2: library has `,foo' as canonic name (possible typo)
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:2:.*_foo_SOURCES stderr
Makefile.am:2: use `_foo_SOURCES', not `,foo_SOURCES'
+ cat
+ automake-1.8a --foreign -Werror -Wall -Wno-portability
PASS: canon5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ccnoco: running gcc --version
2.95.2
=== Running test ../../tests/ccnoco.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ cat
+ cat
+ chmod +x Mycomp
+ set -e
+ CFLAGS=
+ export CFLAGS
+ cp configure.1 configure.in
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --copy --add-missing
Makefile.am: installing `./compile'
+ rm -rf build
+ mkdir build
+ cd build
+ pwd
+ 
CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
+ export CC
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 accepts -g... yes
checking for 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp...
 none
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 and cc understand -c and -o together... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='a.c' object='wish-a.o' libtool=no  DEPDIR=.deps depmode=none /bin/bash 
../depcomp  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/compile
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"nonesuch\" 
-DVERSION=\"0.23\" -DNO_MINUS_C_MINUS_O=1 -I. -I..    -g  -c -o wish-a.o `test 
-f 'a.c' || echo '../'`a.c
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/compile
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
     -o wish  wish-a.o  
+ cd ..
+ cp configure.3 configure.in
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --copy --add-missing
+ rm -rf build
+ mkdir build
+ cd build
+ pwd
+ 
CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
+ export CC
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 accepts -g... yes
checking for 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp...
 none
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 and cc understand -c and -o together... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='a.c' object='wish-a.o' libtool=no  DEPDIR=.deps depmode=none /bin/bash 
../depcomp  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/compile
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"nonesuch\" 
-DVERSION=\"0.23\" -DNO_MINUS_C_MINUS_O=1 -I. -I..    -g  -c -o wish-a.o `test 
-f 'a.c' || echo '../'`a.c
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/compile
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../Mycomp
     -o wish  wish-a.o  
+ cd ..
PASS: ccnoco.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/check.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^check-TESTS: Makefile.in
check-TESTS: $(TESTS)
+ grep ^check-DEJAGNU Makefile.in
+ sed -n /^\.PHONY:/,/^$/p Makefile.in
+ grep check-TESTS
.PHONY: all all-am am--refresh check check-TESTS check-am clean \
+ grep ^check: check-am Makefile.in
check: check-am
PASS: check.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/check2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir dir
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dir/Makefile
+ make check
+ cat stdout
Making check in dir
make  echo.sh
(echo '#! /bin/sh'; echo 'echo Hello') > echo.sh
chmod +x echo.sh
make  check-TESTS
(echo '#! /bin/sh'; echo 'dir/echo.sh') > subrun.sh
chmod +x subrun.sh
Hello
PASS: subrun.sh
==================
All 1 tests passed
==================
+ grep PASS: subrun.sh stdout
PASS: subrun.sh
+ grep check: check-recursive Makefile.in
check: check-recursive
+ grep check: check-am dir/Makefile.in
check: check-am
PASS: check2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/check3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir dir
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dir/Makefile
+ make check
+ cat stdout
echo 'dir/echo.sh' > command1.inc
make  check-recursive
Making check in dir
echo 'echo Hello' > command2.inc
make  check-am
make  echo.sh
test -f ../command1.inc
(echo '#! /bin/sh'; cat command2.inc) > echo.sh
chmod +x echo.sh
make  check-TESTS
(echo '#! /bin/sh'; cat command1.inc) > subrun.sh
chmod +x subrun.sh
Hello
PASS: subrun.sh
==================
All 1 tests passed
==================
+ grep PASS: subrun.sh stdout
PASS: subrun.sh
+ grep -F check: $(BUILT_SOURCES) Makefile.in
check: $(BUILT_SOURCES)
+ grep -F check: $(BUILT_SOURCES) dir/Makefile.in
check: $(BUILT_SOURCES)
+ make clean
Making clean in dir
test -z "echo.sh command2.inc" || rm -f echo.sh command2.inc
Making clean in .
test -z "subrun.sh command1.inc" || rm -f subrun.sh command1.inc
+ test ! -f command1.inc
+ test ! -f dir/command2.inc
+ make install
echo 'dir/echo.sh' > command1.inc
make  install-recursive
Making install in dir
echo 'echo Hello' > command2.inc
make  install-am
+ test -f command1.inc
+ test -f dir/command2.inc
PASS: check3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/checkall.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^check-am:.*all-am Makefile.in
check-am: all-am
+ grep MAKE.*check-local Makefile.in
        $(MAKE) $(AM_MAKEFLAGS) check-local
PASS: checkall.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/clean.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^clean-am:.*mostlyclean-am Makefile.in
clean-am: clean-generic mostlyclean-am
PASS: clean.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colneq.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: `:='-style assignments are not portable
Makefile.am:1: wildcard *.xbm: non-POSIX variable name
Makefile.am:1: (probably a GNU make extension)
+ cat stdout
+ test 1 = 1
+ grep :=.*not portable stderr
Makefile.am:1: `:='-style assignments are not portable
+ echo AUTOMAKE_OPTIONS = -Wno-portability
+ automake-1.8a --foreign -Werror -Wall
+ grep ICONS := Makefile.in
ICONS := $(wildcard *.xbm)
PASS: colneq.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colneq2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: colneq2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colon.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: colon.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colon2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ test -f zardoz.in
+ grep ^zardoz: zardoz.in
+ exit 0
PASS: colon2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colon3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ test -f zardoz.in
+ echo Grep1
Grep1
+ grep zardoz zardoz.in
+ grep -E -v zardoz.in
+ grep -F -v zardoz.am
+ :
+ cat O
+ cat O
+ test -z 
+ echo Grep2
Grep2
+ grep ^Makefile:.* \$(srcdir)/two.in zardoz.in
Makefile: $(srcdir)/zardoz.in $(srcdir)/two.in $(srcdir)/three.in 
$(top_builddir)/config.status
+ echo Grep3
Grep3
+ grep ^Makefile:.* \$(srcdir)/three.in zardoz.in
Makefile: $(srcdir)/zardoz.in $(srcdir)/two.in $(srcdir)/three.in 
$(top_builddir)/config.status
PASS: colon3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colon4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^zardoz:one:two Makefile.in
+ exit 0
PASS: colon4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colon5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep Makefile:Makefile.in Makefile.in
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  
Makefile:Makefile.in:Makefile.dep'; \
          $(AUTOMAKE) --foreign  Makefile:Makefile.in:Makefile.dep
PASS: colon5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colon6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir demo
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: colon6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/colon7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ mkdir subdir
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep bar.in subdir/Makefile.in
+ grep DIST_COMMON.*subdir/foo subdir/Makefile.in
+ exit 0
PASS: colon7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/comment.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: comment.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/comment2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^image_proc Makefile.in
+ exit 0
PASS: comment2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/comment3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: `#' comment at start of rule is unportable
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:2:.*# stderr
Makefile.am:2: `#' comment at start of rule is unportable
PASS: comment3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/comment4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ sed -n -e 1,/UnIqUe_COPYRIGHT_BOILERPLATE/p Makefile.in
+ wc -l
+ test 17 -le 30
+ sed -n -e /UnIqUe_MUMBLE_COMMENT/,/UnIqUe_MUMBLE_VALUE/p Makefile.in
+ wc -l
+ test 2 -eq 2
PASS: comment4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/comment5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:5: blank line following trailing backslash
+ cat stdout
+ test 1 = 1
+ grep ^Makefile.am:5: blank line following trailing backslash stderr
Makefile.am:5: blank line following trailing backslash
+ cat
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: blank line following trailing backslash
+ cat stdout
+ test 1 = 1
+ grep ^Makefile.am:2: blank line following trailing backslash stderr
Makefile.am:2: blank line following trailing backslash
+ echo include Makefile.inc
+ cat
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.inc:2: blank line following trailing backslash
Makefile.am:1:   `Makefile.inc' included from here
+ cat stdout
+ test 1 = 1
+ grep ^Makefile.inc:2: blank line following trailing backslash stderr
Makefile.inc:2: blank line following trailing backslash
+ grep ^Makefile.am:1: .*included from here stderr
Makefile.am:1:   `Makefile.inc' included from here
+ cat
+ automake-1.8a --foreign -Werror -Wall
PASS: comment5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/comment6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Good
+ grep # SOME_FILES Makefile
# SOME_FILES = \
+ grep # *file3 Makefile
#         file3
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Good
+ grep # SOME_FILES Makefile
# SOME_FILES = \
+ grep # *file3 Makefile
#         file3
PASS: comment6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/comment7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep @address@hidden Makefile.in
+ wc -l
+ test 1 = 1
+ grep @address@hidden Makefile.in
+ wc -l
+ test 1 = 1
+ sed -n /^#.*VAR.*COND_TRUE/ { n; p; } Makefile.in
+ grep @address@hidden = foo
@address@hidden = foo
+ sed -n /^#.*VAR.*COND_FALSE/ { n; p; } Makefile.in
+ grep @address@hidden = bar
@address@hidden = bar
PASS: comment7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/compile_f90_c_cxx.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep  \$(COMPILE) Makefile.in
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
+ grep  \$(CXXCOMPILE) Makefile.in
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ grep  \$(FCCOMPILE) Makefile.in
        $(FCCOMPILE) -c -o $@ $<
        $(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ exit 0
PASS: compile_f90_c_cxx.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/compile_f_c_cxx.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep  \$(COMPILE) Makefile.in
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
+ grep  \$(CXXCOMPILE) Makefile.in
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ grep  \$(F77COMPILE) Makefile.in
        $(F77COMPILE) -c -o $@ $<
        $(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ exit 0
PASS: compile_f_c_cxx.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@VAR = true$ Makefile.in
@address@hidden = true
+ grep address@hidden@VAR = false$ Makefile.in
@address@hidden = false
+ exit 0
PASS: cond.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir dir1
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:6: required directory ./dir2 does not exist
+ cat stdout
+ test 1 = 1
+ grep dir2.*does not exist stderr
Makefile.am:6: required directory ./dir2 does not exist
PASS: cond2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ sed -n 
/[oO][bB][jJ][eE][cC][tT].* =/ {
  : loop
  /\\$/ {
    p
    n
    b loop
  }
  p
} Makefile.in
+ cat
+ diff expected produced
PASS: cond3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
cond4: running make --version -v
cond4: running gcc --version
2.95.2
=== Running test ../../tests/cond4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@ Makefile.in
+ wc -l
+ test        0 -eq 0
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ CFLAGS=
+ export CFLAGS
+ CONDITION1=true CONDITION2=true ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
+ msgtt=main.o one.o two.o
+ CONDITION1=true CONDITION2=false ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
+ msgtf=main.o one.o
+ CONDITION1=false CONDITION2=true ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
+ msgft=main.o two.o
+ CONDITION1=false CONDITION2=false ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
+ msgff=main.o
+ echo main.o one.o two.o
main.o one.o two.o
+ echo main.o one.o
main.o one.o
+ echo main.o two.o
main.o two.o
+ echo main.o
main.o
+ test main.o one.o two.o = main.o one.o two.o
+ test main.o one.o = main.o one.o
+ test main.o two.o = main.o two.o
+ test main.o = main.o
PASS: cond4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ pid=30801
+ sleep 60
Makefile.am:4: variable `OPT_SRC' recursively defined
+ kill -0 30801
kill: 30801: No such process
+ exit 0
PASS: cond5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AM_CONDITIONAL(FOO, true)
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: cond6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^[^#].*002 Makefile.in
+ exit 0
PASS: cond7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_PROG_CC
+ echo AM_CONDITIONAL(X, false)
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: cond8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make echo-something
+ grep interesting
PASS: cond9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond10.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
+ grep USE_A_FALSE.*USE_B_FALSE.*output_c\...OBJEXT. Makefile.in
@USE_A_FALSE@@address@hidden = output_c.$(OBJEXT)
PASS: cond10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond11.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -e print
+ cat stdout
BEG: faz.la :END
+ grep BEG: faz.la :END stdout
BEG: faz.la :END
+ ./configure two=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -e print
+ cat stdout
BEG: :END
+ grep BEG: :END stdout
BEG: :END
PASS: cond11.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond13.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep am_libtest_a_OBJECTS = .*$ Makefile.in
am_libtest_a_OBJECTS = $(am__objects_3)
PASS: cond13.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond14.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep helldl$(EXEEXT): Makefile.in
+ wc -l
+ num=       2
+ test 2 -eq 2
PASS: cond14.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond15.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep helldl$(EXEEXT): Makefile.in
+ wc -l
+ num1=       4
+ grep @COND1_FALSE@@address@hidden(EXEEXT): Makefile.in
+ wc -l
+ num2=       1
+ test 4 -eq 4
+ test 1 -eq 1
PASS: cond15.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
cond16: running gcc --version
2.95.2
=== Running test ../../tests/cond16.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ CFLAGS=
+ export CFLAGS
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -s echorule
+ val=foo.c foo.o
+ echo foo.c foo.o
foo.c foo.o
+ test xfoo.c foo.o = xfoo.c foo.o
PASS: cond16.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond17.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: object `foo.$(OBJEXT)' created by `foo.cc' and `foo.c'
XFAIL: cond17.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
cond18: running make --version -v
cond18: running gcc --version
2.95.2
=== Running test ../../tests/cond18.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ CFLAGS=
+ export CFLAGS
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
+ val=dlmain.c foo.c dlmain.o foo.o
+ echo dlmain.c foo.c dlmain.o foo.o
dlmain.c foo.c dlmain.o foo.o
+ test xdlmain.c foo.c dlmain.o foo.o = xdlmain.c foo.c dlmain.o foo.o
PASS: cond18.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
cond19: running make --version -v
cond19: running gcc --version
2.95.2
=== Running test ../../tests/cond19.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ CFLAGS=
+ export CFLAGS
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ CONDITION1=true CONDITION2=true ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
+ vala=dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ CONDITION1=true CONDITION2=false ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
+ valb=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ CONDITION1=false CONDITION2=true ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
+ valc=dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ CONDITION1=false CONDITION2=false ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
+ vald=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ echo dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ echo dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ test xdlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o = xdlmaina1.c dlmainb2.c 
dlmaina1.o dlmainb2.o
+ test xdlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o = xdlmainb1.c dlmaina2.c 
dlmainb1.o dlmaina2.o
+ test xdlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o = xdlmaina1.c dlmainb2.c 
dlmaina1.o dlmainb2.o
+ test xdlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o = xdlmainb1.c dlmaina2.c 
dlmainb1.o dlmaina2.o
PASS: cond19.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond20.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:5: variable `var2' recursively defined
+ cat stdout
+ test 1 = 1
+ grep recursively defined stderr
Makefile.am:5: variable `var2' recursively defined
PASS: cond20.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond21.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test
+ grep -F BAR: bar12 bar bar3 :BAR
BAR: bar12 bar bar3 :BAR
+ make test
+ grep -F FOO: foo foo1 foo1b foo2 :FOO
FOO: foo foo1 foo1b foo2 :FOO
PASS: cond21.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond22.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ OBJEXT=oo make -e echo
+ cat output
echo BEG: one.oo two.oo three.oo  three2.oo :END;
BEG: one.oo two.oo three.oo three2.oo :END
+ grep -F BEG: one.oo two.oo three.oo three2.oo :END output
BEG: one.oo two.oo three.oo three2.oo :END
PASS: cond22.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond23.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: libdir was already defined in condition TRUE, which includes 
condition COND ...
configure.in:1: ... `libdir' previously defined here
+ cat stdout
+ test 1 = 1
+ grep libdir was already defined stderr
Makefile.am:2: libdir was already defined in condition TRUE, which includes 
condition COND ...
PASS: cond23.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond24.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: foo was already defined in condition TRUE, which includes 
condition COND ...
configure.in:4: ... `foo' previously defined here
+ cat stdout
+ test 1 = 1
+ grep foo was already defined stderr
Makefile.am:2: foo was already defined in condition TRUE, which includes 
condition COND ...
PASS: cond24.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond25.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: cond25.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond26.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: cond26.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond27.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:4: `my_DATA' is used but `mydir' is undefined
Makefile.am:4: in the following conditions:
Makefile.am:4:   !USE_FOO
+ cat stdout
+ test 1 = 1
+ grep  USE_FOO stderr
+ grep !USE_FOO stderr
Makefile.am:4:   !USE_FOO
PASS: cond27.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond28.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: cond28.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond29.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ cat
+ echo AM_CONDITIONAL([C01], [:])
+ cat
+ echo AM_CONDITIONAL([C02], [:])
+ cat
+ echo AM_CONDITIONAL([C03], [:])
+ cat
+ echo AM_CONDITIONAL([C04], [:])
+ cat
+ echo AM_CONDITIONAL([C05], [:])
+ cat
+ echo AM_CONDITIONAL([C06], [:])
+ cat
+ echo AM_CONDITIONAL([C07], [:])
+ cat
+ echo AM_CONDITIONAL([C08], [:])
+ cat
+ echo AM_CONDITIONAL([C09], [:])
+ cat
+ echo AM_CONDITIONAL([C10], [:])
+ cat
+ echo AM_CONDITIONAL([C11], [:])
+ cat
+ echo AM_CONDITIONAL([C12], [:])
+ cat
+ echo AM_CONDITIONAL([C13], [:])
+ cat
+ echo AM_CONDITIONAL([C14], [:])
+ cat
+ echo AM_CONDITIONAL([C15], [:])
+ cat
+ echo AM_CONDITIONAL([C16], [:])
+ cat
+ echo AM_CONDITIONAL([C17], [:])
+ cat
+ echo AM_CONDITIONAL([C18], [:])
+ cat
+ echo AM_CONDITIONAL([C19], [:])
+ cat
+ echo AM_CONDITIONAL([C20], [:])
+ cat
+ echo AM_CONDITIONAL([C21], [:])
+ cat
+ echo AM_CONDITIONAL([C22], [:])
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: cond29.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond30.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ EXEEXT=.foo make -e print
+ cat stdout
BEG: a.foo :END
+ grep BEG: a.foo :END stdout
BEG: a.foo :END
+ ./configure two=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ EXEEXT=.foo make -e print
+ cat stdout
BEG: b.foo :END
+ grep BEG: b.foo :END stdout
BEG: b.foo :END
+ grep a_SOURCES = a.c Makefile.in
a_SOURCES = a.c
+ grep b_SOURCES = b.c Makefile.in
b_SOURCES = b.c
PASS: cond30.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond31.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -e print
+ cat stdout
BEG: c0.o c1.o :END
+ grep BEG: c0.o c1.o :END stdout
BEG: c0.o c1.o :END
+ ./configure two=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -e print
+ cat stdout
BEG: c0.o c2.o c3.la :END
+ grep BEG: c0.o c2.o c3.la :END stdout
BEG: c0.o c2.o c3.la :END
PASS: cond31.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond32.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -e print
+ cat stdout
BEG: foo.o nonsense.a :END
+ grep BEG: foo.o nonsense.a :END stdout
BEG: foo.o nonsense.a :END
+ ./configure two=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -e print
+ cat stdout
BEG: bar.o :END
+ grep BEG: bar.o :END stdout
BEG: bar.o :END
PASS: cond32.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond33.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ mkdir nowhere
+ chmod a-w nowhere
+ pwd
+ pwd
+ pwd
+ ./configure 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/nowhere
 
--bindir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin
 
--includedir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make installdirs
for dir in "" 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inc/foo";
 do  test -z "$dir" || mkdir -p -- . "$dir";  done
+ test ! -d bin
+ test -d inc/foo
+ test ! -f inc/foo/foo.h
+ rm -rf inc
+ make install
:>foo.h
test -z "" || mkdir -p -- . ""
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inc/foo"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inc/foo"
 /usr/bin/install -c -m 644 'foo.h' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inc/foo/foo.h'
+ test ! -d bin
+ test -f inc/foo/foo.h
+ rm -rf inc
+ pwd
+ pwd
+ pwd
+ ./configure two=two 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/nowhere
 
--bindir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin
 
--includedir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make install
:>x.sh
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin"
 /usr/bin/install -c 'x.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin/x.sh'
test -z "" || mkdir -p -- . ""
+ test ! -d inc
+ test -f bin/x.sh
+ make installdirs
for dir in 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin"
 ""; do  test -z "$dir" || mkdir -p -- . "$dir";  done
+ test ! -d inc
+ test -d bin
+ make distdircheck
{ test ! -d cond33-1.0  || { find cond33-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr cond33-1.0; }; }
mkdir cond33-1.0
find cond33-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r cond33-1.0
test -f cond33-1.0/foo.h
test -f cond33-1.0/x.sh
PASS: cond33.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cond34.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make dep-test1
+ grep BEG: one.z somethingelse.a :END out
echo BEG: one.z somethingelse.a :END
BEG: one.z somethingelse.a :END
+ make dep-test2
+ grep BEG: three.z :END out
echo BEG: three.z :END
BEG: three.z :END
+ ./configure two=2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make dep-test1
+ grep BEG: two.z somethingelse.a :END out
echo BEG: two.z somethingelse.a :END
BEG: two.z somethingelse.a :END
+ make dep-test2
+ grep BEG: two.z somethingelse.a :END out
echo BEG: two.z somethingelse.a :END
BEG: two.z somethingelse.a :END
PASS: cond34.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
cond35: running flex --version
flex version 2.5.4
cond35: running bison --version
GNU Bison version 1.28
cond35: running gcc --version
2.95.2
=== Running test ../../tests/cond35.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
configure.in: installing `./ylwrap'
+ grep tparse.h: Makefile.in
+ wc -l
+ test 1 = 1
+ cat
+ cat
+ cat
+ cp ta.c tb.c
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
/bin/bash ./ylwrap tparse.y y.tab.c tparse.c y.tab.h tparse.h y.output 
tparse.output -- bison -y -d -d
updating tparse.h
make  all-am
source='ta.c' object='ta.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"cond35\" -DPACKAGE_TARNAME=\"cond35\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cond35\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"cond35\" -DVERSION=\"1.0\" 
-DYYTEXT_POINTER=1 -I. -I.      -g -O2 -c ta.c
/bin/bash ./ylwrap tscan.l lex.yy.c tscan.c -- flex  
source='tscan.c' object='tscan.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"cond35\" -DPACKAGE_TARNAME=\"cond35\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cond35\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"cond35\" -DVERSION=\"1.0\" 
-DYYTEXT_POINTER=1 -I. -I.      -g -O2 -c tscan.c
source='tparse.c' object='tparse.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"cond35\" -DPACKAGE_TARNAME=\"cond35\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cond35\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"cond35\" -DVERSION=\"1.0\" 
-DYYTEXT_POINTER=1 -I. -I.      -g -O2 -c tparse.c
In file included from tparse.y:6:
/usr/include/stdio.h:165: warning: `EOF' redefined
tparse.c:7: warning: this is the location of the previous definition
gcc  -g -O2   -o ta  ta.o tscan.o  tparse.o -lfl 
+ make test-ta
test -f ta
+ ./configure case_B=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
make  all-am
source='tb.c' object='tb.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"cond35\" -DPACKAGE_TARNAME=\"cond35\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"cond35\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"cond35\" -DVERSION=\"1.0\" 
-DYYTEXT_POINTER=1 -I. -I.      -g -O2 -c tb.c
gcc  -g -O2   -o tb  tb.o tscan.o  tparse.o -lfl 
+ make test-tb
test -f tb
PASS: cond35.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
cond36: running flex --version
flex version 2.5.4
cond36: running bison --version
GNU Bison version 1.28
cond36: running gcc --version
2.95.2
=== Running test ../../tests/cond36.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails --add-missing
+ AUTOMAKE_run 1 --add-missing
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ exitcode=1
+ cat stderr
automake: tparse.h was already defined in condition !CASE_A, which is included 
in condition TRUE ...
Makefile.am:13: ... `tparse.h' previously defined here
configure.in: installing `./ylwrap'
+ cat stdout
+ test 1 = 1
+ grep tparse.h.*already defined stderr
automake: tparse.h was already defined in condition !CASE_A, which is included 
in condition TRUE ...
+ grep tparse.h: Makefile.in
+ wc -l
+ test 2 = 2
+ grep @address@hidden: Makefile.in
@address@hidden: tparse.c
+ grep @address@hidden: Makefile.in
@address@hidden: tparce.c
PASS: cond36.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/condd.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir foo bar
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating foo/Makefile
config.status: creating bar/Makefile
config.status: executing depfiles commands
+ make test
{ test ! -d condd-1.0  || { find condd-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr condd-1.0; }; }
mkdir condd-1.0
list='foo bar'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "condd-1.0/$subdir"  || mkdir "condd-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../condd-1.0"  distdir="../condd-1.0/$subdir"  
distdir)  || exit 1;  fi;  done
find condd-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r condd-1.0
test -f condd-1.0/foo/Makefile.am
test -f condd-1.0/bar/Makefile.am
test -f condd-1.0/hello-common.c
test -f condd-1.0/hello-cond1.c
test -f condd-1.0/hello-generic.c
PASS: condd.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/condinc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^target: Makefile.in
+ grep address@hidden@target: Makefile.in
@address@hidden: dependency
+ exit 0
PASS: condinc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/condinc2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
adjunct:3: too many conditionals closed in include file
Makefile.am:2:   `adjunct' included from here
Makefile.am:3: endif without if
+ cat stdout
+ test 1 = 1
+ grep adjunct:3: too many conditionals closed stderr
adjunct:3: too many conditionals closed in include file
PASS: condinc2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/condlib.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F librsaref.a.c Makefile.in
+ exit 0
PASS: condlib.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/condman.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: condman.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/condman2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^install-man1: Makefile.in
install-man1: $(man1_MANS) $(man_MANS)
+ grep ^install-man2: Makefile.in
install-man2: $(man2_MANS) $(man_MANS)
+ grep ^install-man5: Makefile.in
install-man5: $(man5_MANS) $(man_MANS)
PASS: condman2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/conf2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: conf2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confdeps.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo FOO = foo
+ set -e
+ echo confdeps: Generated by aclocal...
confdeps: Generated by aclocal...
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^\$(ACLOCAL_M4): Makefile.in
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+ echo confdeps: Not generated by aclocal...
confdeps: Not generated by aclocal...
+ sed -n 3,$p aclocal.m4
+ mv aclocal.m4t aclocal.m4
+ automake-1.8a --foreign -Werror -Wall
+ grep ^\$(ACLOCAL_M4): Makefile.in
+ exit 0
PASS: confdeps.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
conff: running make --version -v
=== Running test ../../tests/conff.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir bar
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bar/Makefile
+ make
Making all in bar
+ cd bar
+ make top-rule
+ cat stdout
top rule
+ grep top rule stdout
top rule
+ make bot-rule
+ cat stdout
bot rule
+ grep bot rule stdout
bot rule
+ cd ..
+ sleep 2
+ cat
+ make
Making all in bar
 cd .. && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign  bar/Makefile:bar/Makefile.in:Makefile.bot
 cd .. && /bin/bash ./config.status bar/Makefile 
config.status: creating bar/Makefile
+ cd bar
+ make top-rule
+ cat stdout
top2 rule
+ grep top2 rule stdout
top2 rule
+ make bot-rule
+ cat stdout
bot rule
+ grep bot rule stdout
bot rule
+ cd ..
+ sleep 2
+ cat
+ make
Making all in bar
 cd .. && /bin/bash ./config.status bar/Makefile 
config.status: creating bar/Makefile
+ cd bar
+ make top-rule
+ cat stdout
top2 rule
+ grep top2 rule stdout
top2 rule
+ make bot-rule
+ cat stdout
bot2 rule
+ grep bot2 rule stdout
bot2 rule
+ cd ..
+ make distcheck
{ test ! -d conff-1.0  || { find conff-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr conff-1.0; }; }
mkdir conff-1.0
list='bar'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "conff-1.0/$subdir"  || mkdir "conff-1.0/$subdir"  || exit 1;  (cd $subdir 
&&  make   top_distdir="../conff-1.0"  distdir="../conff-1.0/$subdir"  distdir) 
 || exit 1;  fi;  done
mkdir -p -- . ../conff-1.0/bar/..
find conff-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r conff-1.0
tardir=conff-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >conff-1.0.tar.gz
{ test ! -d conff-1.0  || { find conff-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr conff-1.0; }; }
case 'conff-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c conff-1.0.tar.gz 
| /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c conff-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c conff-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c conff-1.0.shar.gz | 
unshar ;; *.zip*)  unzip conff-1.0.zip ;; esac
chmod -R a-w conff-1.0; chmod a+w conff-1.0
mkdir conff-1.0/_build
mkdir conff-1.0/_inst
chmod a-w conff-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd conff-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
conff-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    && 
make   && make  dvi  && make  check  && make  install  && make  installcheck  
&& make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
conff-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bar/Makefile
Making all in bar
Making dvi in bar
Making check in bar
Making install in bar
Making installcheck in bar
Making uninstall in bar
Making install in bar
Making uninstall in bar
{ test ! -d conff-1.0  || { find conff-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr conff-1.0; }; }
mkdir conff-1.0
list='bar'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "conff-1.0/$subdir"  || mkdir "conff-1.0/$subdir"  || exit 1;  (cd $subdir 
&&  make   top_distdir="../conff-1.0"  distdir="../conff-1.0/$subdir"  distdir) 
 || exit 1;  fi;  done
mkdir -p -- . ../conff-1.0/bar/..
find conff-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/conff-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r conff-1.0
tardir=conff-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/conff-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >conff-1.0.tar.gz
{ test ! -d conff-1.0  || { find conff-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr conff-1.0; }; }
Making distclean in bar
rm -f 
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d conff-1.0  || { find conff-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr conff-1.0; }; }
===========================================
conff-1.0 archives ready for distribution: 
conff-1.0.tar.gz
===========================================
PASS: conff.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/conff2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
configure.in:3: not enough arguments for AC_CONFIG_FILES
configure.in:4: not enough arguments for AC_CONFIG_HEADERS
automake: no `Makefile.am' found or specified
+ cat stdout
+ test 1 = 1
+ grep configure.in:3:.*AC_CONFIG_FILES stderr
configure.in:3: not enough arguments for AC_CONFIG_FILES
+ grep configure.in:4:.*AC_CONFIG_HEADERS stderr
configure.in:4: not enough arguments for AC_CONFIG_HEADERS
PASS: conff2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confh.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ mkdir include
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep acconfig.h
        $(srcdir)/Makefile.in $(top_srcdir)/configure acconfig.h \
+ mv Makefile.in save
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall Makefile
+ cmp Makefile.in save
PASS: confh.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confh4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ mkdir include
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -E ^DEFAULT_INCLUDES =.* -I(\.|\$\(top_builddir\))/include Makefile.in
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
PASS: confh4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confh5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir include
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoheader
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/config.h.in
config.status: creating config.h
config.status: creating include/config.h
+ make
make  all-am
+ sleep 2
+ echo #undef @FOO@
+ make include/config.h
cd . && /bin/bash ./config.status include/config.h.in
config.status: creating include/config.h.in
cd . && /bin/bash ./config.status include/config.h
config.status: creating include/config.h
`include/config.h' is up to date.
+ grep /\*.*#undef.*name include/config.h
/* #undef name */
+ make test
{ test ! -d confh5-1.0  || { find confh5-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr confh5-1.0; }; }
mkdir confh5-1.0
mkdir -p -- . confh5-1.0/include
find confh5-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r confh5-1.0
test -f confh5-1.0/config.h.in
test -f confh5-1.0/include/config.h.in.in
test ! -e confh5-1.0/include/config.h.in
+ make distcheck
{ test ! -d confh5-1.0  || { find confh5-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr confh5-1.0; }; }
mkdir confh5-1.0
mkdir -p -- . confh5-1.0/include
find confh5-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r confh5-1.0
tardir=confh5-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >confh5-1.0.tar.gz
{ test ! -d confh5-1.0  || { find confh5-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr confh5-1.0; }; }
case 'confh5-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
confh5-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c confh5-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c confh5-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c confh5-1.0.shar.gz | 
unshar ;; *.zip*)  unzip confh5-1.0.zip ;; esac
chmod -R a-w confh5-1.0; chmod a+w confh5-1.0
mkdir confh5-1.0/_build
mkdir confh5-1.0/_inst
chmod a-w confh5-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd confh5-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
confh5-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
confh5-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/config.h.in
config.status: creating config.h
config.status: creating include/config.h
make  all-am
{ test ! -d confh5-1.0  || { find confh5-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr confh5-1.0; }; }
mkdir confh5-1.0
mkdir -p -- . confh5-1.0/include
find confh5-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/confh5-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r confh5-1.0
tardir=confh5-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/confh5-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >confh5-1.0.tar.gz
{ test ! -d confh5-1.0  || { find confh5-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr confh5-1.0; }; }
rm -f include/config.h.in
rm -f config.h stamp-h1 include/config.h include/stamp-h2
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d confh5-1.0  || { find confh5-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr confh5-1.0; }; }
============================================
confh5-1.0 archives ready for distribution: 
confh5-1.0.tar.gz
============================================
PASS: confh5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
config: running make --version -v
=== Running test ../../tests/config.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ mkdir subdir
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subdir/config.h
+ make
+ sleep 2
+ echo #define FOO
+ make subdir/config.h
cd . && /bin/bash ./config.status subdir/config.h
config.status: creating subdir/config.h
`subdir/config.h' is up to date.
+ grep FOO subdir/config.h
#define FOO
+ make distcheck
{ test ! -d config-1.0  || { find config-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr config-1.0; }; }
mkdir config-1.0
mkdir -p -- . config-1.0/subdir
find config-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r config-1.0
tardir=config-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >config-1.0.tar.gz
{ test ! -d config-1.0  || { find config-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr config-1.0; }; }
case 'config-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
config-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c config-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c config-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c config-1.0.shar.gz | 
unshar ;; *.zip*)  unzip config-1.0.zip ;; esac
chmod -R a-w config-1.0; chmod a+w config-1.0
mkdir config-1.0/_build
mkdir config-1.0/_inst
chmod a-w config-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd config-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
config-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
config-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subdir/config.h
{ test ! -d config-1.0  || { find config-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr config-1.0; }; }
mkdir config-1.0
mkdir -p -- . config-1.0/subdir
find config-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/config-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r config-1.0
tardir=config-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/config-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >config-1.0.tar.gz
{ test ! -d config-1.0  || { find config-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr config-1.0; }; }
rm -f 
rm -f subdir/config.h subdir/stamp-h1
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d config-1.0  || { find config-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr config-1.0; }; }
============================================
config-1.0 archives ready for distribution: 
config-1.0.tar.gz
============================================
PASS: config.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confincl.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep @CONFIG_INCLUDE_SPEC@ Makefile.in
+ exit 0
PASS: confincl.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/conflnk.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo SUBDIRS = sdir
+ :
+ mkdir sdir
+ :
+ :
+ mkdir sdir-no-make
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdir/Makefile
config.status: linking ./src to dest
config.status: linking ./src to dest2
config.status: linking ./src to sdir/dest3
config.status: linking ./sdir/src2 to dest4
config.status: linking ./sdir/src2 to sdir/dest5
config.status: linking ./src to sdir-no-make/dest6
+ make clean
Making clean in sdir
Making clean in .
+ test -r dest
+ test -r dest2
+ test -r sdir/dest3
+ test -r dest4
+ test -r sdir/dest5
+ test -r sdir-no-make/dest6
+ test -f src
+ test -f sdir/src2
+ make distclean
Making distclean in sdir
rm -f dest3 dest5
rm -f Makefile
Making distclean in .
rm -f dest dest2 dest4 sdir-no-make/dest6
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test -f src
+ test -f sdir/src2
+ test -r dest
+ test -r dest2
+ test -r sdir/dest3
+ test -r dest4
+ test -r sdir/dest5
+ test -r sdir-no-make/dest6
+ :
PASS: conflnk.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/conflnk2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ mkdir sdir
+ :
+ :
+ mkdir sdir-no-make
+ :
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdir/Makefile
config.status: linking ./src to dest
config.status: linking ./src2 to sdir/dest2
config.status: linking ./sdir/src3 to sdir-no-make/dest3
config.status: linking ./sdir-no-make/src4 to sdir/dest4
+ make test
{ test ! -d conflnk2-1.0  || { find conflnk2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr conflnk2-1.0; }; }
mkdir conflnk2-1.0
mkdir -p -- . conflnk2-1.0/. conflnk2-1.0/sdir conflnk2-1.0/sdir-no-make
list='sdir'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "conflnk2-1.0/$subdir"  || mkdir "conflnk2-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../conflnk2-1.0"  
distdir="../conflnk2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find conflnk2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r conflnk2-1.0
test -f conflnk2-1.0/src
test -f conflnk2-1.0/src2
test -f conflnk2-1.0/sdir/src3
test -f conflnk2-1.0/sdir-no-make/src4
test 2 -gt `find conflnk2-1.0/sdir -type d | wc -l`
test 2 -gt `find conflnk2-1.0/sdir-no-make -type d | wc -l`
test 4 -gt `find conflnk2-1.0 -type d | wc -l`
PASS: conflnk2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/conflnk3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ test -e configure.in
+ cat
+ :
+ :
+ mkdir sdir
+ :
+ :
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ grep my_src_dir Makefile.in
+ grep my_dest Makefile.in
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdir/Makefile
config.status: linking ./src2 to sdir/dest2
config.status: linking ./sdir/src3 to sdir/dest3
config.status: linking ./src to dest
config.status: linking ./sdir/dest2 to dest4
config.status: linking ./src to dest5
+ test -e sdir/dest2
+ test -e sdir/dest3
+ test -e dest
+ test -e dest4
+ test -e dest5
+ make test
{ test ! -d conflnk3-1.0  || { find conflnk3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr conflnk3-1.0; }; }
mkdir conflnk3-1.0
mkdir -p -- . conflnk3-1.0/. conflnk3-1.0/sdir
list='sdir'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "conflnk3-1.0/$subdir"  || mkdir "conflnk3-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../conflnk3-1.0"  
distdir="../conflnk3-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find conflnk3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r conflnk3-1.0
test ! -e conflnk3-1.0/sdir/dest3
test ! -e conflnk3-1.0/sdir/dest2
test ! -e conflnk3-1.0/dest3
test ! -e conflnk3-1.0/dest2
test -f conflnk3-1.0/src2
test ! -e conflnk3-1.0/sdir/src3
test ! -e conflnk3-1.0/src3
+ make distclean
Making distclean in sdir
rm -f dest2 dest3
rm -f Makefile
Making distclean in .
rm -f dest4
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test ! -e sdir/dest2
+ test ! -e sdir/dest3
+ test -e dest
+ test -e dest5
+ rm -f dest dest5
+ test ! -e dest4
PASS: conflnk3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confsub.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir subdir
+ cat
+ echo Before.
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F subdir/config.h subdir/Makefile.in
+ grep -F -v cd $(top_builddir)
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subdir/Makefile
config.status: creating subdir/config.h
+ grep -F Before. subdir/config.h
Before.
+ sleep 2
+ echo After.
+ make
Making all in subdir
cd .. && /bin/bash ./config.status subdir/config.h
config.status: creating subdir/config.h
make  all-am
+ grep -F After. subdir/config.h
After.
+ exit 0
PASS: confsub.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confvar.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^QBERT Makefile.in
QBERT = @QBERT@
PASS: confvar.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/confvar2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: confvar2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/copy.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ :
+ rm -f install-sh
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -c -a
configure.in: installing `./install-sh'
PASS: copy.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ctarget1.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@target: true Makefile.in
@address@hidden: true
+ grep address@hidden@  action Makefile.in
@TEST_TRUE@     action
+ grep address@hidden@target: false Makefile.in
@address@hidden: false
+ exit 0
PASS: ctarget1.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxx.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^\.SUFFIXES:.*c[+][+] Makefile.in
.SUFFIXES: .c++ .o .obj
PASS: cxx.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxx2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCXX does not appear in AM_CONDITIONAL
Makefile.am: C++ source seen but `CXX' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX'
Makefile.am: to `configure.in' and run `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AC_PROG_CXX stderr
Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX'
PASS: cxx2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxxansi.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F jane$U Makefile.in
+ grep -F doe$U Makefile.in
am_anonymous_OBJECTS = doe$U.$(OBJEXT) jane.$(OBJEXT)
@AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
+ exit 0
PASS: cxxansi.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxxcpp.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^CXXCPP Makefile.in
CXXCPP = @CXXCPP@
PASS: cxxcpp.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxxlibobj.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep CC Makefile.in
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
ac_ct_CC = @ac_ct_CC@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c 
-o $@ $<; \
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else 
rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no 
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c 
-o $@ `$(CYGPATH_W) '$<'`; \
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else 
rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no 
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
PASS: cxxlibobj.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxxlink.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .CXXLINK Makefile.in
        $(CXXLINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
PASS: cxxlink.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxxnoc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep CC Makefile.in
+ grep -v MKDEP
+ exit 0
PASS: cxxnoc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cxxo.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F doe.$(OBJEXT) Makefile.in
am_anonymous_OBJECTS = doe.$(OBJEXT)
PASS: cxxo.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/cygwin32.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^CYGWIN Makefile.in
+ grep EXEEXT Makefile.in
bin_PROGRAMS = www$(EXEEXT)
EXEEXT = @EXEEXT@
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
          f=`echo "$$p" | sed 
's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
www$(EXEEXT): $(www_OBJECTS) $(www_DEPENDENCIES) 
        @rm -f www$(EXEEXT)
PASS: cygwin32.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/dash.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: dash.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/defun.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
PASS: defun.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/defun2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: defun2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/dejagnu.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^check-TESTS Makefile.in
check-TESTS: $(TESTS)
+ grep ^check-DEJAGNU Makefile.in
check-DEJAGNU: site.exp
PASS: dejagnu.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/dejagnu2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ grep site.exp Makefile.in
check-DEJAGNU: site.exp
        -rm -f site.exp site.bak
site.exp:
+ grep ^site\.exp: Makefile.in
+ wc -l
+ test 1 -eq 1
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make site.exp
+ cat stdout
foo
+ grep foo stdout
foo
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:3: user target `site.exp' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/dejagnu.am:
 ... overrides Automake target `site.exp' defined here
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:3:.*site.exp stderr
Makefile.am:3: user target `site.exp' defined here...
PASS: dejagnu2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
dejagnu3: running runtest --version
runtest: not found
SKIP: dejagnu3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
dejagnu4: running runtest --version
runtest: not found
SKIP: dejagnu4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
dejagnu5: running runtest --version
runtest: not found
SKIP: dejagnu5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
dejagnu6: running runtest --version
runtest: not found
SKIP: dejagnu6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
dejagnu7: running runtest --version
runtest: not found
SKIP: dejagnu7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/depacl2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a -I .
PASS: depacl2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/depcomp.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ rm -f depcomp
+ mkdir subdir
+ mkdir subdir2
+ cat
+ cp subdir/Makefile.am subdir2/Makefile.am
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
subdir/Makefile.am: installing `./depcomp'
+ test -f depcomp
PASS: depcomp.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
depcomp2: running gcc --version
2.95.2
=== Running test ../../tests/depcomp2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ rm -f depcomp
+ mkdir subdir
+ cat
+ :
+ CFLAGS=
+ export CFLAGS
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure CC=gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subdir/Makefile
config.status: executing depfiles commands
+ cat error.log
+ test -z 
PASS: depcomp2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
depcomp3: running gcc --version
2.95.2
=== Running test ../../tests/depcomp3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir src
+ touch src/foo.h
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ grep am_cv_CC_dependencies_compiler_type configure
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  am_cv_CC_dependencies_compiler_type=none
        am_cv_CC_dependencies_compiler_type=$depmode
  am_cv_CC_dependencies_compiler_type=none
echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+ ./configure am_cv_CC_dependencies_compiler_type=dashmstdout
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... 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
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make check
make  prg
source='src/sub.c' object='src/sub.o' libtool=no  DEPDIR=.deps 
depmode=dashmstdout /bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"depcomp3\" 
-DPACKAGE_TARNAME=\"depcomp3\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"depcomp3\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"depcomp3\" -DVERSION=\"1.0\" -I. -I.      -g -O2 -c -o src/sub.o 
src/sub.c
gcc  -g -O2   -o prg  src/sub.o  
+ make grepdeps
grep 'src/sub.o.*:' src/.deps/sub.Po
src/sub.o: src/sub.c src/foo.h
PASS: depcomp3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
depcomp4: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
depcomp4: running gcc --version
2.95.2
depcomp4: running makedepend -f-
/usr/libexec/ld-elf.so.1: Undefined symbol "__stdoutp" referenced from COPY 
relocation in makedepend
SKIP: depcomp4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
depcomp5: running icc -V -dryrun
icc: not found
SKIP: depcomp5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/depdist.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ rm -f configure.in
+ mkdir config
+ test config != config
+ test depcomp != config
+ mv depcomp config
+ test install-sh != config
+ mv install-sh config
+ test missing != config
+ mv missing config
+ cat
+ cat
+ mkdir subdir
+ :
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ grep config/depcomp Makefile.in
        $(srcdir)/Makefile.in $(top_srcdir)/configure config/depcomp \
PASS: depdist.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/depend.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@@am__include@ Makefile.in
+ wc -l
+ test 1 = 1
PASS: depend.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
depend2: running gcc --version
2.95.2
=== Running test ../../tests/depend2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ CFLAGS=
+ export CFLAGS
+ ./configure --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hello\" 
-DVERSION=\"0.23\" -I. -I.       -c hello.c
gcc     -o hello  hello.o  
PASS: depend2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/depend3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: depend3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/depend4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ aclocal-1.8a
+ headers=
+ headers= one.h
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@@am__include@ Makefile.in
+ wc -l
+ test 1 = 1
+ headers= one.h two.h
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@@am__include@ Makefile.in
+ wc -l
+ test 1 = 1
+ headers= one.h two.h three.h
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@@am__include@ Makefile.in
+ wc -l
+ test 1 = 1
+ headers= one.h two.h three.h four.h
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@@am__include@ Makefile.in
+ wc -l
+ test 1 = 1
+ headers= one.h two.h three.h four.h five.h
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@@am__include@ Makefile.in
+ wc -l
+ test 1 = 1
+ headers= one.h two.h three.h four.h five.h six.h
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@@am__include@ Makefile.in
+ wc -l
+ test 1 = 1
PASS: depend4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/destdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d destdir-1.0  || { find destdir-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr destdir-1.0; }; }
mkdir destdir-1.0
find destdir-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r destdir-1.0
tardir=destdir-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >destdir-1.0.tar.gz
{ test ! -d destdir-1.0  || { find destdir-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr destdir-1.0; }; }
case 'destdir-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
destdir-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c destdir-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c destdir-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c destdir-1.0.shar.gz | 
unshar ;; *.zip*)  unzip destdir-1.0.zip ;; esac
chmod -R a-w destdir-1.0; chmod a+w destdir-1.0
mkdir destdir-1.0/_build
mkdir destdir-1.0/_inst
chmod a-w destdir-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd destdir-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
destdir-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
destdir-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share"
 /usr/bin/install -c -m 644 '../foo' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/foo'
make  install-data-hook
cp 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/foo
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/bar
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/foo'
rm -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/bar
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share"
 || mkdir -p -- . 
"/tmp/am-dc-82241//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share"
 /usr/bin/install -c -m 644 '../foo' 
'/tmp/am-dc-82241//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/foo'
make  install-data-hook
cp 
/tmp/am-dc-82241//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/foo
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/bar
cp: 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_inst/share/bar:
 Permission denied
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_build.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_build.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/destdir-1.0/_build.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
+ :
PASS: destdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/dirforbid.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:1: `datadir' is not a legitimate directory for `PROGRAMS'
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*directory stderr
Makefile.am:1: `datadir' is not a legitimate directory for `PROGRAMS'
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:1: `libdir' is not a legitimate directory for `HEADERS'
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*directory stderr
Makefile.am:1: `libdir' is not a legitimate directory for `HEADERS'
+ :
PASS: dirforbid.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/dirlist.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir dirlist-test
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ grep GUILE-VERSION configure
. $srcdir/../GUILE-VERSION
+ grep I should not be included configure
+ :
PASS: dirlist.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/discover.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F fsusage.c
Makefile.am:2: automatically discovered file `fsusage.c' should not be 
explicitly mentioned
+ exit 0
PASS: discover.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distcom2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir subdir
+ :
+ cat
+ rm -f compile depcomp
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
subdir/Makefile.am: installing `./compile'
subdir/Makefile.am: installing `./depcomp'
+ test -f compile
+ test -f depcomp
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep compile
        $(srcdir)/Makefile.in $(top_srcdir)/configure compile depcomp \
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep depcomp
        $(srcdir)/Makefile.in $(top_srcdir)/configure compile depcomp \
PASS: distcom2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distcom3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing --gnu
+ cat stdout
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
+ grep README stdour
grep: stdour: No such file or directory
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep README
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+ :
+ AUTOMAKE_fails --add-missing --gnu
+ AUTOMAKE_run 1 --add-missing --gnu
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall --add-missing --gnu
+ exitcode=1
+ cat stderr
Makefile.am: required file `./README' not found
+ cat stdout
+ test 1 = 1
+ grep README stderr
Makefile.am: required file `./README' not found
PASS: distcom3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distcom4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir tests
+ :
+ :
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/autoconf
config.status: creating tests/autoheader
config.status: creating tests/autom4te
config.status: creating tests/autoreconf
config.status: creating tests/autoscan
config.status: creating tests/autoupdate
config.status: creating tests/ifnames
+ make test
{ test ! -d distcom4-1.0  || { find distcom4-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr distcom4-1.0; }; }
mkdir distcom4-1.0
mkdir -p -- . distcom4-1.0/tests
find distcom4-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r distcom4-1.0
test -f distcom4-1.0/tests/wrapper.in
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep tests dc.txt
+ wc -l
+ test 1 = 1
+ grep configure dc.txt
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(top_srcdir)/configure \
+ grep DIST_COMMON = README Makefile.in
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
PASS: distcom4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distcom5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir tests
+ :
+ :
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/autoconf
config.status: creating tests/autoheader
config.status: creating tests/autom4te
config.status: creating tests/autoreconf
config.status: creating tests/autoscan
config.status: creating tests/autoupdate
config.status: creating tests/ifnames
config.status: creating tests/Makefile
+ make test
{ test ! -d distcom5-1.0  || { find distcom5-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr distcom5-1.0; }; }
mkdir distcom5-1.0
mkdir -p -- . distcom5-1.0/tests
list='tests'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "distcom5-1.0/$subdir"  || mkdir "distcom5-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../distcom5-1.0"  
distdir="../distcom5-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find distcom5-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r distcom5-1.0
test -f distcom5-1.0/tests/wrapper.in
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p tests/Makefile.in
+ grep tests top.txt
+ wc -l
+ test 0 = 0
+ grep wrapper inner.txt
+ wc -l
+ test 1 = 1
PASS: distcom5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distcom6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir subdir
+ :
+ cat
+ rm -f compile depcomp
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing --no-force
subdir/Makefile.am: installing `./compile'
subdir/Makefile.am: installing `./depcomp'
+ test -f compile
+ test -f depcomp
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep compile
        $(srcdir)/Makefile.in $(top_srcdir)/configure compile depcomp \
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep depcomp
        $(srcdir)/Makefile.in $(top_srcdir)/configure compile depcomp \
PASS: distcom6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distcom7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ rm -f depcomp
+ mkdir subdir
+ echo bin_PROGRAMS = foo
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails --add-missing subdir/Makefile
+ AUTOMAKE_run 1 --add-missing subdir/Makefile
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall --add-missing subdir/Makefile
+ exitcode=1
+ cat stderr
subdir/Makefile.am: Please make a full run of automake so ./depcomp gets 
distributed.
subdir/Makefile.am: installing `./depcomp'
+ cat stdout
+ test 1 = 1
+ grep full run stderr
subdir/Makefile.am: Please make a full run of automake so ./depcomp gets 
distributed.
PASS: distcom7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep \$(mkdir_p).*\. Makefile.in
+ grep \$(mkdir_p).*foo Makefile.in
        $(mkdir_p) $(distdir)/foo
+ grep mkdir_p.*foo.*foo Makefile.in
+ exit 0
PASS: distdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/distname.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --include-deps --copy --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make dist
{ test ! -d nonesuch-0.23  || { find nonesuch-0.23 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr nonesuch-0.23; }; }
mkdir nonesuch-0.23
find nonesuch-0.23 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r nonesuch-0.23
tardir=nonesuch-0.23 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >nonesuch-0.23.tar.gz
{ test ! -d nonesuch-0.23  || { find nonesuch-0.23 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr nonesuch-0.23; }; }
+ gunzip nonesuch-0.23.tar.gz
+ tar tf nonesuch-0.23.tar
+ grep -F ./nonesuch-0.23/a.c
+ exit 0
PASS: distname.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
dollar: running make --version -v
=== Running test ../../tests/dollar.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make install
make: don't know how to make helloorld. Stop
FAIL: dollar.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/double.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: double.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/dup2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
PASS: dup2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/else.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AM_CONDITIONAL(FOO, true)
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:7: else without if
Makefile.am:9: endif without if
Makefile.am:6: required directory ./java does not exist
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:7:.*else without if stderr
Makefile.am:7: else without if
PASS: else.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/empty.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ echo data_DATA =
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/share"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/share"
PASS: empty.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/empty2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep pavel\.[co] Makefile.in
+ exit 0
PASS: empty2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/empty3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep pavel\.[co] Makefile.in
SOURCES = pavel.c
pavel_SOURCES = pavel.c
SOURCES = pavel.c
DIST_SOURCES = pavel.c
PASS: empty3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/empty4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F zoo. Makefile.in
+ exit 0
PASS: empty4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/error.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
aclocal: configure.in: 1: macro `AM_ONE_MACRO' not found in library
+ exit 0
PASS: error.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/exdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^DATA Makefile.in
+ grep html
DATA = $(html_DATA) $(pkgdata_DATA)
PASS: exdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/exdir2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: `html_DATA' is used but `htmldir' is undefined
+ cat stdout
+ test 1 = 1
+ grep pkgdatadir stderr
+ grep Makefile.am:1:.*htmldir.*undefined stderr
Makefile.am:1: `html_DATA' is used but `htmldir' is undefined
PASS: exdir2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/exeext.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ grep ^maude$(EXEEXT): Makefile.in
maude$(EXEEXT): $(maude_OBJECTS) $(maude_DEPENDENCIES) 
+ grep ^maude\.static$(EXEEXT): Makefile.in
maude.static$(EXEEXT): $(maude_static_OBJECTS) $(maude_static_DEPENDENCIES) 
+ grep ^maude3$(EXEEXT): Makefile.in
maude3$(EXEEXT): $(maude3_OBJECTS) $(maude3_DEPENDENCIES) 
+ grep ^mt$(EXEEXT): Makefile.in
mt$(EXEEXT): $(mt_OBJECTS) $(mt_DEPENDENCIES) 
+ grep ^rmt$(EXEEXT): Makefile.in
rmt$(EXEEXT): $(rmt_OBJECTS) $(rmt_DEPENDENCIES) 
+ grep ^bin_PROGRAMS = Makefile.in
+ wc -l
+ test 1 = 1
+ grep maude3__EXEEXT__OBJECTS Makefile.in
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ EXEEXT=.foo make -e print
+ cat stdout
1BEG: maude.foo mt.foo :END1
2BEG: maude.static.foo :END2
3BEG: maude3.foo :END3
4BEG: rmt.foo :END4
+ grep 1BEG: maude.foo mt.foo :END1 stdout
1BEG: maude.foo mt.foo :END1
+ grep 2BEG: maude.static.foo :END2 stdout
2BEG: maude.static.foo :END2
+ grep 3BEG: maude3.foo :END3 stdout
3BEG: maude3.foo :END3
+ grep 4BEG: rmt.foo :END4 stdout
4BEG: rmt.foo :END4
+ ./configure revert=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ EXEEXT=.foo make -e print
+ cat stdout
1BEG: maude.foo :END1
2BEG: maude.static.foo :END2
3BEG: maude3.foo :END3
4BEG: :END4
+ grep 1BEG: maude.foo :END1 stdout
1BEG: maude.foo :END1
+ grep 2BEG: maude.static.foo :END2 stdout
2BEG: maude.static.foo :END2
+ grep 3BEG: maude3.foo :END3 stdout
3BEG: maude3.foo :END3
+ grep 4BEG: :END4 stdout
4BEG: :END4
PASS: exeext.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/exeext2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -Wnone
+ AUTOMAKE_fails -Wnone -Wobsolete
+ AUTOMAKE_run 1 -Wnone -Wobsolete
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -Wnone -Wobsolete
+ exitcode=1
+ cat stderr
Makefile.am:3: deprecated feature: target `maude' overrides `maude$(EXEEXT)'
Makefile.am:3: change your target to read `maude$(EXEEXT)'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 target `maude$(EXEEXT)' was defined here
Makefile.am:1:   while processing program `maude'
+ cat stdout
+ test 1 = 1
+ grep deprecated.*maude stderr
Makefile.am:3: deprecated feature: target `maude' overrides `maude$(EXEEXT)'
+ AUTOMAKE_fails -Wall
+ AUTOMAKE_run 1 -Wall
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -Wall
+ exitcode=1
+ cat stderr
Makefile.am:3: deprecated feature: target `maude' overrides `maude$(EXEEXT)'
Makefile.am:3: change your target to read `maude$(EXEEXT)'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 target `maude$(EXEEXT)' was defined here
Makefile.am:1:   while processing program `maude'
Makefile.am:3: user target `maude$(EXEEXT)' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 ... overrides Automake target `maude' defined here
Makefile.am:1:   while processing program `maude'
+ cat stdout
+ test 1 = 1
+ grep deprecated.*maude stderr
Makefile.am:3: deprecated feature: target `maude' overrides `maude$(EXEEXT)'
+ grep overrid.*maude stderr
Makefile.am:3: deprecated feature: target `maude' overrides `maude$(EXEEXT)'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 ... overrides Automake target `maude' defined here
+ echo AUTOMAKE_OPTIONS = no-exeext
+ automake-1.8a --foreign -Werror -Wall -Wall -Wno-override
PASS: exeext2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/exeext3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ grep -F maude$(EXEEXT): Makefile.in
maude$(EXEEXT):
+ grep maude.*: Makefile.in
+ wc -l
+ test 1 = 1
PASS: exeext3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/exeext4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make print-bin
+ cat output
echo BEG: prg1.bin prg2.bin prg1.bin prg2.bin prg3.bin :END
BEG: prg1.bin prg2.bin prg1.bin prg2.bin prg3.bin :END
+ grep prg1.bin prg2.bin prg1.bin prg2.bin prg3.bin output
echo BEG: prg1.bin prg2.bin prg1.bin prg2.bin prg3.bin :END
BEG: prg1.bin prg2.bin prg1.bin prg2.bin prg3.bin :END
+ make print-extra
+ cat output
echo BEG: prg1.bin prg2.bin prg3.bin :END
BEG: prg1.bin prg2.bin prg3.bin :END
+ grep prg1.bin prg2.bin prg3.bin output
echo BEG: prg1.bin prg2.bin prg3.bin :END
BEG: prg1.bin prg2.bin prg3.bin :END
PASS: exeext4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/exsource.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep @am__include@ .*/xtra\.P Makefile.in
@AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
PASS: exsource.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ext.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^f\.o: Makefile.in
+ grep ^for\.o: Makefile.in
+ grep ^f90\.o: Makefile.in
+ grep ^F\.o: Makefile.in
+ grep ^r\.o: Makefile.in
+ grep ^m\.o: Makefile.in
+ exit 0
PASS: ext.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ext2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep \.o: Makefile.in
+ cat rules
.cc.o:
d.o: sub/d.cc
e.o: sub/e.cpp
f.o: sub/f.cxx
r-g.o: g.cc
r-h.o: h.cpp
r-i.o: i.cxx
.cpp.o:
.cxx.o:
+ /usr/local/bin/perl -ne if (exists $a{$_}) { exit 1 } else { $a{$_} = 1 }
PASS: ext2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/extra.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^zardoz Makefile.in
zardoz_SOURCES = zardoz.c
zardoz_OBJECTS = zardoz.$(OBJEXT)
zardoz_LDADD = $(LDADD)
zardoz$(EXEEXT): $(zardoz_OBJECTS) $(zardoz_DEPENDENCIES) 
+ grep clean.*EXTRA Makefile.in
+ exit 0
PASS: extra.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/extra3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_SUBST(CODICIL)
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: extra3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/extra4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_SUBST(CODICIL)
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: extra4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/extra5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_OUTPUT
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distdir
mkdir foo
touch foo/bar
{ test ! -d extra5-1.0  || { find extra5-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr extra5-1.0; }; }
mkdir extra5-1.0
find extra5-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r extra5-1.0
PASS: extra5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/extra6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir foo
+ mkdir foo/bar
+ touch foo/bar/baz
+ mkdir baz
+ touch baz/foo
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ mkdir foo2
+ mkdir foo2/bar2
+ touch foo2/bar2/baz2
+ mkdir baz2
+ touch baz2/foo2
+ make check
{ test ! -d extra6-1.0  || { find extra6-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr extra6-1.0; }; }
mkdir extra6-1.0
mkdir -p -- . extra6-1.0/foo extra6-1.0/foo2
find extra6-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r extra6-1.0
test -f extra6-1.0/foo/bar/baz
test -f extra6-1.0/baz/foo
test -f extra6-1.0/foo2/bar2/baz2
test -f extra6-1.0/baz2/foo2
PASS: extra6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/extra7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir foo
+ mkdir foo/bar
+ echo source
+ echo source
+ mkdir baz
+ echo source
+ echo source
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ mkdir foo
+ mkdir foo/bar
+ echo build
+ mkdir baz
+ echo build
+ make check
{ test ! -d extra7-1.0  || { find extra7-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr extra7-1.0; }; }
mkdir extra7-1.0
mkdir -p -- . extra7-1.0/foo
find extra7-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r extra7-1.0
test -f extra7-1.0/foo/bar/baz
test -f extra7-1.0/foo/bar/baz2
test -f extra7-1.0/baz/foo
test -f extra7-1.0/baz/foo2
grep source extra7-1.0/foo/bar/baz
source
grep build extra7-1.0/foo/bar/baz2
build
grep source extra7-1.0/baz/foo
source
grep build extra7-1.0/baz/foo2
build
PASS: extra7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/f90only.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep zardoz.f90 Makefile.in
zardoz_SOURCES = zardoz.f90
PASS: f90only.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/flibs.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep @FLIBS@ Makefile.in
FLIBS = @FLIBS@
zardoz_LDADD = @FLIBS@
PASS: flibs.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fn99.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ mkdir -p 12345678
+ cd 12345678
+ touch x
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d fn99-1.0  || { find fn99-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr fn99-1.0; }; }
mkdir fn99-1.0
find fn99-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r fn99-1.0
tardir=fn99-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >fn99-1.0.tar.gz
{ test ! -d fn99-1.0  || { find fn99-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr fn99-1.0; }; }
case 'fn99-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c fn99-1.0.tar.gz | 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c fn99-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c fn99-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c fn99-1.0.shar.gz | unshar 
;; *.zip*)  unzip fn99-1.0.zip ;; esac
chmod -R a-w fn99-1.0; chmod a+w fn99-1.0
mkdir fn99-1.0/_build
mkdir fn99-1.0/_inst
chmod a-w fn99-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd fn99-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
fn99-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    && 
make   && make  dvi  && make  check  && make  install  && make  installcheck  
&& make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
fn99-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
{ test ! -d fn99-1.0  || { find fn99-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr fn99-1.0; }; }
mkdir fn99-1.0
cp: fn99-1.0/12345678/12345678: Permission denied
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/fn99-1.0/_build.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: fn99.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fnoc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep [^F]CC Makefile.in
+ grep -v MKDEP
+ exit 0
PASS: fnoc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fo.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F doe.$(OBJEXT) Makefile.in
am_anonymous_OBJECTS = doe.$(OBJEXT)
PASS: fo.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fonly.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep zardoz.f Makefile.in
zardoz_SOURCES = zardoz.f
PASS: fonly.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fortdep.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep foo\.Po Makefile.in
+ exit 0
PASS: fortdep.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fpinst2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: fpinst2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/fpinstall.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: fpinstall.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/gcj.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^x/y/convert Makefile.in
x/y/convert.$(OBJEXT): x/y/$(am__dirstamp) \
x/y/convert.o: x/y/convert.java
x/y/convert.obj: x/y/convert.java
PASS: gcj.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/gcj2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: `x/../convert.java' should not contain a `..' component
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:.*\.\. stderr
Makefile.am: `x/../convert.java' should not contain a `..' component
PASS: gcj2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/gcj3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep depcomp Makefile.in
+ wc -l
+ num=       6
+ test 6 -gt 1
PASS: gcj3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
gcj4: running gcj --version
gcj: not found
SKIP: gcj4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/gcj5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: Java source seen but `GCJ' is undefined
Makefile.am: 
Makefile.am: The usual way to define `GCJ' is to add `AM_PROG_GCJ'
Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_PROG_GCJ stderr
Makefile.am: The usual way to define `GCJ' is to add `AM_PROG_GCJ'
PASS: gcj5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/getopt.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ AUTOMAKE_fails -Wnonexistent
+ AUTOMAKE_run 1 -Wnonexistent
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -Wnonexistent
+ exitcode=1
+ cat stderr
automake: unknown warning category `nonexistent'
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
automake: no `Makefile.am' found or specified
+ cat stdout
+ test 1 = 1
+ grep :.*nonexistent stderr
automake: unknown warning category `nonexistent'
+ AUTOMAKE_run 0 -Wnonexistent --help
+ expected_exitcode=0
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -Wnonexistent --help
+ cat stderr
+ cat stdout
Usage: 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/.././automake
 [OPTION] ... [Makefile]...

Generate Makefile.in for configure from Makefile.am.

Operation modes:
      --help               print this help, then exit
      --version            print version number, then exit
  -v, --verbose            verbosely list files processed
      --no-force           only update Makefile.in's that are out of date
  -W, --warnings=CATEGORY  report the warnings falling in CATEGORY

Dependency tracking:
  -i, --ignore-deps      disable dependency tracking code
      --include-deps     enable dependency tracking code

Flavors:
      --cygnus           assume program is part of Cygnus-style tree
      --foreign          set strictness to foreign
      --gnits            set strictness to gnits
      --gnu              set strictness to gnu

Library files:
  -a, --add-missing      add missing standard files to package
      --libdir=DIR       directory storing library files
  -c, --copy             with -a, copy missing files (default is symlink)
  -f, --force-missing    force update of standard files

Warning categories include:
  `gnu'           GNU coding standards (default in gnu and gnits modes)
  `obsolete'      obsolete features or constructions
  `override'      user redefinitions of Automake rules or variables
  `portability'   portability issues
  `syntax'        dubious syntactic constructs (default)
  `unsupported'   unsupported or incomplete features (default)
  `all'           all the warnings
  `no-CATEGORY'   turn off warnings in CATEGORY
  `none'          turn off all the warnings
  `error'         treat warnings as errors

Files which are automatically distributed, if found:
  ABOUT-GNU           README              config.rpath        ltcf-gcj.sh
  ABOUT-NLS           THANKS              config.sub          ltconfig
  AUTHORS             TODO                configure           ltmain.sh
  BACKLOG             acconfig.h          configure.ac        mdate-sh
  COPYING             aclocal.m4          configure.in        missing
  COPYING.DOC         ansi2knr.1          depcomp             mkinstalldirs
  COPYING.LESSER      ansi2knr.c          elisp-comp          py-compile
  COPYING.LIB         compile             install-sh          stamp-vti
  ChangeLog           config.guess        libversion.in       texinfo.tex
  INSTALL             config.h.bot        ltcf-c.sh           ylwrap
  NEWS                config.h.top        ltcf-cxx.sh

Report bugs to <address@hidden>.
+ test 0 = 0
+ grep :.*nonexistent stderr
+ AUTOMAKE_fails --nonexistent
automake: unrecognized option `--nonexistent'
automake: Try 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4+ exitcode=1
+ cat stderr
p' for more information.
+ grep :.*nonexistent stderr
automake: unrecognized option `--nonexistent'
+ AUTOMAKE_run 0 --nonexistent --help
+ expected_exitcode=0
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall --nonexistent --help
+ cat stderr
+ cat stdout
Usage: 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/.././automake
 [OPTION] ... [Makefile]...

Generate Makefile.in for configure from Makefile.am.

Operation modes:
      --help               print this help, then exit
      --version            print version number, then exit
  -v, --verbose            verbosely list files processed
      --no-force           only update Makefile.in's that are out of date
  -W, --warnings=CATEGORY  report the warnings falling in CATEGORY

Dependency tracking:
  -i, --ignore-deps      disable dependency tracking code
      --include-deps     enable dependency tracking code

Flavors:
      --cygnus           assume program is part of Cygnus-style tree
      --foreign          set strictness to foreign
      --gnits            set strictness to gnits
      --gnu              set strictness to gnu

Library files:
  -a, --add-missing      add missing standard files to package
      --libdir=DIR       directory storing library files
  -c, --copy             with -a, copy missing files (default is symlink)
  -f, --force-missing    force update of standard files

Warning categories include:
  `gnu'           GNU coding standards (default in gnu and gnits modes)
  `obsolete'      obsolete features or constructions
  `override'      user redefinitions of Automake rules or variables
  `portability'   portability issues
  `syntax'        dubious syntactic constructs (default)
  `unsupported'   unsupported or incomplete features (default)
  `all'           all the warnings
  `no-CATEGORY'   turn off warnings in CATEGORY
  `none'          turn off all the warnings
  `error'         treat warnings as errors

Files which are automatically distributed, if found:
  ABOUT-GNU           README              config.rpath        ltcf-gcj.sh
  ABOUT-NLS           THANKS              config.sub          ltconfig
  AUTHORS             TODO                configure           ltmain.sh
  BACKLOG             acconfig.h          configure.ac        mdate-sh
  COPYING             aclocal.m4          configure.in        missing
  COPYING.DOC         ansi2knr.1          depcomp             mkinstalldirs
  COPYING.LESSER      ansi2knr.c          elisp-comp          py-compile
  COPYING.LIB         compile             install-sh          stamp-vti
  ChangeLog           config.guess        libversion.in       texinfo.tex
  INSTALL             config.h.bot        ltcf-c.sh           ylwrap
  NEWS                config.h.top        ltcf-cxx.sh

Report bugs to <address@hidden>.
+ test 0 = 0
+ grep :.*nonexistent stderr
+ :
PASS: getopt.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
gettext: running gettext --version
gettext (GNU gettext) 0.11.5
Copyright (C) 1995-1997, 2000-2002 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.
Written by Ulrich Drepper.
=== Running test ../../tests/gettext.test
SKIP: gettext.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
gettext2: running gettext --version
gettext (GNU gettext) 0.11.5
Copyright (C) 1995-1997, 2000-2002 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.
Written by Ulrich Drepper.
=== Running test ../../tests/gettext2.test
SKIP: gettext2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
gnumake: running make --version -v
=== Running test ../../tests/gnumake.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir sub
+ echo SUBDIRS = sub
+ cat
+ echo this should not cause any problem
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/GNUmakefile
+ make distcheck
{ test ! -d gnumake-1.0  || { find gnumake-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr gnumake-1.0; }; }
mkdir gnumake-1.0
list='sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "gnumake-1.0/$subdir"  || mkdir "gnumake-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../gnumake-1.0"  
distdir="../gnumake-1.0/$subdir"  distdir)  || exit 1;  fi;  done
"Makefile", line 1: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: gnumake.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/gnuwarn.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ :
+ :
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -Wnone --add-missing --foreign
+ AUTOMAKE_fails -Wnone --add-missing --gnu
+ AUTOMAKE_run 1 -Wnone --add-missing --gnu
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -Wnone --add-missing --gnu
+ exitcode=1
+ cat stderr
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Makefile.am:1: `CFLAGS' is a user variable, you should not override it;
Makefile.am:1: use `AM_CFLAGS' instead.
Makefile.am:2: `LDFLAGS' is a user variable, you should not override it;
Makefile.am:2: use `AM_LDFLAGS' instead.
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*CFLAGS stderr
Makefile.am:1: `CFLAGS' is a user variable, you should not override it;
Makefile.am:1: use `AM_CFLAGS' instead.
+ grep Makefile.am:2:.*LDFLAGS stderr
Makefile.am:2: `LDFLAGS' is a user variable, you should not override it;
Makefile.am:2: use `AM_LDFLAGS' instead.
+ grep CXXFLAGS stderr
+ automake-1.8a --foreign -Werror -Wall -Wnone --gnu -Wno-gnu
PASS: gnuwarn.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/gnuwarn2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
configure.in:2: option `no-installman' disallowed by GNU standards
+ cat stdout
+ test 1 = 1
+ grep configure.in:2:.*no-installman stderr
configure.in:2: option `no-installman' disallowed by GNU standards
PASS: gnuwarn2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/gnits.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails --gnits
+ AUTOMAKE_run 1 --gnits
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall --gnits
+ exitcode=1
+ cat stderr
configure.in:1: version `3.5.3.2' doesn't follow Gnits standards
+ cat stdout
+ test 1 = 1
+ grep configure.in:.*3\.5\.3\.2 stderr
configure.in:1: version `3.5.3.2' doesn't follow Gnits standards
PASS: gnits.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
gnits2: running gcc --version
2.95.2
=== Running test ../../tests/gnits2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ echo int main () { return 0; }
+ cat
+ mkdir sub
+ cat
+ cat
+ chmod +x sub/scriptok.sh
+ chmod +x sub/scriptnok.sh
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ grep README-alpha Makefile.in
+ mkdir build
+ cd build
+ pwd
+ ../configure 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir
 --program-prefix=p
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all
source='../fubar.c' object='fubar.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"gnits2\" 
-DPACKAGE_TARNAME=\"gnits2\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"gnits2\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits2\" 
-DVERSION=\"1.0\" -I. -I..      -g -O2 -c ../fubar.c
gcc  -g -O2   -o fubar  fubar.o  
source='../fine.c' object='fine.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"gnits2\" 
-DPACKAGE_TARNAME=\"gnits2\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"gnits2\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits2\" 
-DVERSION=\"1.0\" -I. -I..      -g -O2 -c ../fine.c
gcc  -g -O2   -o sub/fine  fine.o  
gcc  -g -O2   -o sub/fubar3  fubar.o  
gcc  -g -O2   -o fubar2  fubar.o  
+ make test-install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
  /usr/bin/install -c 'fubar' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/pfubar'
  /usr/bin/install -c 'sub/fine' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/pfine'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
 /usr/bin/install -c '../sub/scriptok.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/pscriptok.sh'
 /usr/bin/install -c '../sub/scriptnok.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/pscriptnok.sh'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c 'sub/fubar3' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/sub/pfubar3'
test -f ../inst-dir/bin/pfine
test ! -f ../inst-dir/bin/fine
+ make -k installcheck
bad=0; pid=$$; list="fubar sub/fine"; for p in $list; do  case '  ' in  *" $p 
"* | *" ../$p "*) continue;;  esac;  f=`echo "$p" |  sed 
's,^.*/,,;s/$//;s,^,p,;s/$//'`;  for opt in --help --version; do  if 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/$f"
 $opt > c${pid}_.out 2> c${pid}_.err  && test -n "`cat c${pid}_.out`"  && test 
-z "`cat c${pid}_.err`"; then :;  else echo "$f does not support $opt" 1>&2; 
bad=1; fi;  done;  done; rm -f c${pid}_.???; exit $bad
*** Error code 1 (continuing)
bad=0; pid=$$; list="sub/scriptok.sh sub/scriptnok.sh"; for p in $list; do  
case '  ' in  *" $p "* | *" ../$p "*) continue;;  esac;  f=`echo "$p" | sed 
's,^.*/,,;s,^,p,'`;  for opt in --help --version; do  if 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/$f"
 $opt > c${pid}_.out 2> c${pid}_.err  && test -n "`cat c${pid}_.out`"  && test 
-z "`cat c${pid}_.err`"; then :;  else echo "$f does not support $opt" 1>&2; 
bad=1; fi;  done;  done; rm -f c${pid}_.???; exit $bad
*** Error code 1 (continuing)
bad=0; pid=$$; list="sub/fubar3"; for p in $list; do  case '  ' in  *" $p "* | 
*" ../$p "*) continue;;  esac;  f=`echo "$p" |  sed 
's,^.*/,,;s/$//;s,^,p,;s/$//'`;  f=`echo "$p" | sed 's|[^/]*$||'`"$f";  for opt 
in --help --version; do  if 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/$f"
 $opt > c${pid}_.out 2> c${pid}_.err  && test -n "`cat c${pid}_.out`"  && test 
-z "`cat c${pid}_.err`"; then :;  else echo "$f does not support $opt" 1>&2; 
bad=1; fi;  done;  done; rm -f c${pid}_.???; exit $bad
*** Error code 1 (continuing)
`installcheck' not remade because of errors.
+ cat stderr
pfubar does not support --help
pfubar does not support --version
pscriptnok.sh does not support --help
pscriptnok.sh does not support --version
sub/pfubar3 does not support --help
sub/pfubar3 does not support --version
+ make grep-stderr
grep 'pfubar does not support' stderr
pfubar does not support --help
pfubar does not support --version
grep 'pfubar3 does not support' stderr
sub/pfubar3 does not support --help
sub/pfubar3 does not support --version
grep 'pscriptnok.sh does not support' stderr
pscriptnok.sh does not support --help
pscriptnok.sh does not support --version
test `grep 'does not support --help' stderr | wc -l` = 3
test `grep 'does not support --version' stderr | wc -l` = 3
PASS: gnits2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
gnits3: running gcc --version
2.95.2
=== Running test ../../tests/gnits3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ echo int main () { return 0; }
+ mkdir sub
+ cat
+ cp nok.sh sub/nok.sh
+ chmod +x nok.sh
+ chmod +x sub/nok.sh
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ mkdir build
+ cd build
+ pwd
+ ../configure 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir
 --program-prefix=p
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='../nok.c' object='nok.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"gnits3\" -DPACKAGE_TARNAME=\"gnits3\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gnits3\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits3\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c ../nok.c
gcc  -g -O2   -o nok  nok.o  
gcc  -g -O2   -o sub/nok  nok.o  
+ make install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c 'nok' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/pnok'
  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c 'sub/nok' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/sub/pnok'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin"
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c '../nok.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/pnok.sh'
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c '../sub/nok.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/sub/pnok.sh'
+ make -k installcheck
bad=0; pid=$$; list="nok sub/nok"; for p in $list; do  case ' nok nok.sh ' in  
*" $p "* | *" ../$p "*) continue;;  esac;  f=`echo "$p" |  sed 
's,^.*/,,;s/$//;s,^,p,;s/$//'`;  f=`echo "$p" | sed 's|[^/]*$||'`"$f";  for opt 
in --help --version; do  if 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/$f"
 $opt > c${pid}_.out 2> c${pid}_.err  && test -n "`cat c${pid}_.out`"  && test 
-z "`cat c${pid}_.err`"; then :;  else echo "$f does not support $opt" 1>&2; 
bad=1; fi;  done;  done; rm -f c${pid}_.???; exit $bad
*** Error code 1 (continuing)
bad=0; pid=$$; list="nok.sh sub/nok.sh"; for p in $list; do  case ' nok nok.sh 
' in  *" $p "* | *" ../$p "*) continue;;  esac;  f=`echo "$p" | sed 
's,^.*/,,;s,^,p,'`;  f=`echo "$p" | sed 's|[^/]*$||'`"$f";  for opt in --help 
--version; do  if 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/$f"
 $opt > c${pid}_.out 2> c${pid}_.err  && test -n "`cat c${pid}_.out`"  && test 
-z "`cat c${pid}_.err`"; then :;  else echo "$f does not support $opt" 1>&2; 
bad=1; fi;  done;  done; rm -f c${pid}_.???; exit $bad
*** Error code 1 (continuing)
`installcheck' not remade because of errors.
+ cat stderr
sub/pnok does not support --help
sub/pnok does not support --version
sub/pnok.sh does not support --help
sub/pnok.sh does not support --version
+ make grep-stderr
grep 'sub/pnok does not support' stderr
sub/pnok does not support --help
sub/pnok does not support --version
grep 'sub/pnok.sh does not support' stderr
sub/pnok.sh does not support --help
sub/pnok.sh does not support --version
test `grep 'does not support --help' stderr | wc -l` = 2
test `grep 'does not support --version' stderr | wc -l` = 2
+ cd ..
+ echo AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += sub/nok$(EXEEXT) sub/nok.sh
+ automake-1.8a --foreign -Werror -Wall
+ cd build
+ ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make installcheck
bad=0; pid=$$; list="nok sub/nok"; for p in $list; do  case ' nok nok.sh  
sub/nok sub/nok.sh ' in  *" $p "* | *" ../$p "*) continue;;  esac;  f=`echo 
"$p" |  sed 's,^.*/,,;s/$//;s,^,p,;s/$//'`;  f=`echo "$p" | sed 
's|[^/]*$||'`"$f";  for opt in --help --version; do  if 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/$f"
 $opt > c${pid}_.out 2> c${pid}_.err  && test -n "`cat c${pid}_.out`"  && test 
-z "`cat c${pid}_.err`"; then :;  else echo "$f does not support $opt" 1>&2; 
bad=1; fi;  done;  done; rm -f c${pid}_.???; exit $bad
bad=0; pid=$$; list="nok.sh sub/nok.sh"; for p in $list; do  case ' nok nok.sh  
sub/nok sub/nok.sh ' in  *" $p "* | *" ../$p "*) continue;;  esac;  f=`echo 
"$p" | sed 's,^.*/,,;s,^,p,'`;  f=`echo "$p" | sed 's|[^/]*$||'`"$f";  for opt 
in --help --version; do  if 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../inst-dir/bin/$f"
 $opt > c${pid}_.out 2> c${pid}_.err  && test -n "`cat c${pid}_.out`"  && test 
-z "`cat c${pid}_.err`"; then :;  else echo "$f does not support $opt" 1>&2; 
bad=1; fi;  done;  done; rm -f c${pid}_.???; exit $bad
PASS: gnits3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/header.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden Makefile.in
+ exit 0
PASS: header.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/help.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ test -f ../defs
+ rm -f configure.in depcomp install-sh missing
+ aclocal-1.8a --version
aclocal (GNU automake) 1.8a
Written by Tom Tromey <address@hidden>

Copyright (C) 2004 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.
+ aclocal-1.8a --help
Usage: aclocal [OPTIONS] ...


Generate `aclocal.m4' by scanning `configure.ac' or `configure.in'

  --acdir=DIR           directory holding config files
  --help                print this help, then exit
  -I DIR                add directory to search list for .m4 files
  --force               always update output file
  --output=FILE         put output in FILE (default aclocal.m4)
  --print-ac-dir        print name of directory holding m4 files
  --verbose             don't be silent
  --version             print version number, then exit

Report bugs to <address@hidden>.
+ automake-1.8a --foreign -Werror -Wall --version
automake (GNU automake) 1.8a
Written by Tom Tromey <address@hidden>.

Copyright 2004 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.
+ automake-1.8a --foreign -Werror -Wall --help
Usage: 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/.././automake
 [OPTION] ... [Makefile]...

Generate Makefile.in for configure from Makefile.am.

Operation modes:
      --help               print this help, then exit
      --version            print version number, then exit
  -v, --verbose            verbosely list files processed
      --no-force           only update Makefile.in's that are out of date
  -W, --warnings=CATEGORY  report the warnings falling in CATEGORY

Dependency tracking:
  -i, --ignore-deps      disable dependency tracking code
      --include-deps     enable dependency tracking code

Flavors:
      --cygnus           assume program is part of Cygnus-style tree
      --foreign          set strictness to foreign
      --gnits            set strictness to gnits
      --gnu              set strictness to gnu

Library files:
  -a, --add-missing      add missing standard files to package
      --libdir=DIR       directory storing library files
  -c, --copy             with -a, copy missing files (default is symlink)
  -f, --force-missing    force update of standard files

Warning categories include:
  `gnu'           GNU coding standards (default in gnu and gnits modes)
  `obsolete'      obsolete features or constructions
  `override'      user redefinitions of Automake rules or variables
  `portability'   portability issues
  `syntax'        dubious syntactic constructs (default)
  `unsupported'   unsupported or incomplete features (default)
  `all'           all the warnings
  `no-CATEGORY'   turn off warnings in CATEGORY
  `none'          turn off all the warnings
  `error'         treat warnings as errors

Files which are automatically distributed, if found:
  ABOUT-GNU           README              config.rpath        ltcf-gcj.sh
  ABOUT-NLS           THANKS              config.sub          ltconfig
  AUTHORS             TODO                configure           ltmain.sh
  BACKLOG             acconfig.h          configure.ac        mdate-sh
  COPYING             aclocal.m4          configure.in        missing
  COPYING.DOC         ansi2knr.1          depcomp             mkinstalldirs
  COPYING.LESSER      ansi2knr.c          elisp-comp          py-compile
  COPYING.LIB         compile             install-sh          stamp-vti
  ChangeLog           config.guess        libversion.in       texinfo.tex
  INSTALL             config.h.bot        ltcf-c.sh           ylwrap
  NEWS                config.h.top        ltcf-cxx.sh

Report bugs to <address@hidden>.
+ aclocal-1.8a
+ grep configure.ac stderr
aclocal: `configure.ac' or `configure.in' is required
+ grep configure.in stderr
aclocal: `configure.ac' or `configure.in' is required
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
automake: `configure.ac' or `configure.in' is required
+ cat stdout
+ test 1 = 1
+ grep configure.ac stderr
automake: `configure.ac' or `configure.in' is required
+ grep configure.in stderr
automake: `configure.ac' or `configure.in' is required
PASS: help.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/implicit.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^libapp_1_OBJECTS Makefile.in
+ grep -F .$(OBJEXT)
libapp_1_OBJECTS = libapp_1.$(OBJEXT)
PASS: implicit.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/include.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^srcdir Makefile.in
+ wc -l
+ len=       1
+ echo len =        1
len =        1
+ test 1 -eq 1
+ sed -n -e /^DIST_COMMON =.*\\$/ {
   :loop
   p
   n
   /\\$/ b loop
   p
   n
   } -e /^DIST_COMMON =/ p Makefile.in
+ grep foo
        $(srcdir)/Makefile.in $(srcdir)/foo $(top_srcdir)/configure \
PASS: include.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/include2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ :
+ mkdir sub
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ pwd
+ ./configure --srcdir 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
+ make test
{ test ! -d include2-1.0  || { find include2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr include2-1.0; }; }
mkdir include2-1.0
list='sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "include2-1.0/$subdir"  || mkdir "include2-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../include2-1.0"  
distdir="../include2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../include2-1.0/sub/..
find include2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r include2-1.0
test -f include2-1.0/foo
test -f include2-1.0/bar
test 2 -gt `find include2-1.0/sub -type d | wc -l`
PASS: include2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/info.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ echo @setfilename foo.info
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^INFOS = Makefile.in
+ sed -e s/^INFOS = //
PASS: info.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/insh2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F -v @SET_MAKE@ Makefile.in
+ make -s -f Makefile.sed SHELL=/bin/bash magic
+ grep install-sh
@top_srcdir@/configure.in @top_srcdir@/aclocal.m4 @srcdir@/Makefile.am 
@srcdir@/Makefile.in @top_srcdir@/configure depcomp install-sh missing
PASS: insh2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
install2: running gzip --version
gzip 1.2.4 (18 Aug 93)
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H ASMV 
=== Running test ../../tests/install2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ chmod 000 Makefile.am
+ test -r Makefile.am
+ exit 77
SKIP: install2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/installdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep installdirs-local Makefile.in
+ wc -l
+ test 2 -eq 2
PASS: installdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/instsh.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ :
+ rm -f install-sh
+ mkdir frob
+ mv Makefile.am configure.in frob/
+ cd frob
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ cat output
configure.in: installing `./install-sh'
configure.in: installing `./missing'
+ grep /.*/ output
+ test -f install-sh
PASS: instsh.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/instsh2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ ./install-sh
./install-sh: no input file specified.
+ ./install-sh -m 644 dest
./install-sh: no input file specified.
+ ./install-sh -d
+ ./install-sh -d d0
+ test -d d0
+ ./install-sh -d d1 d2 d3
+ test -d d1
+ test -d d2
+ test -d d3
+ :
+ ./install-sh -c -m 644 x y
+ test -f x
+ test -f y
+ ./install-sh -m 644 y z
+ test ! -f y
+ test -f z
+ ./install-sh -m 644 -c x z d1
+ test -f x
+ test -f z
+ test -f d1/x
+ test -f d1/z
+ ./install-sh -m 644 x z d2
+ test ! -f x
+ test ! -f z
+ test -f d2/x
+ test -f d2/z
+ touch a b
+ mkdir x y
+ ./install-sh a b x y
+ test -f x y/a b
+ test ! -f a b
PASS: instsh2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/instdat.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_SUBST(INSTALL_DATA)
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^DATA = Makefile.in
+ grep INSTALL_DATA
+ exit 0
PASS: instdat.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/instdat2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ sed -n /^install-data-am/,/^  /p Makefile.in
+ cat
+ diff expected produced
+ sed -n /^install-exec-am/,/^  /p Makefile.in
+ cat
+ diff expected produced
+ exit 0
PASS: instdat2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/instexec.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^install-exec: Makefile.in
install-exec: install-exec-am
PASS: instexec.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/insthook.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ echo 1
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d insthook-1.0  || { find insthook-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr insthook-1.0; }; }
mkdir insthook-1.0
find insthook-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r insthook-1.0
tardir=insthook-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >insthook-1.0.tar.gz
{ test ! -d insthook-1.0  || { find insthook-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr insthook-1.0; }; }
case 'insthook-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
insthook-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c insthook-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c insthook-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c insthook-1.0.shar.gz | 
unshar ;; *.zip*)  unzip insthook-1.0.zip ;; esac
chmod -R a-w insthook-1.0; chmod a+w insthook-1.0
mkdir insthook-1.0/_build
mkdir insthook-1.0/_inst
chmod a-w insthook-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd insthook-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
insthook-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
insthook-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
configure: creating ./config.status
config.status: creating Makefile
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin"
 /usr/bin/install -c '../foo' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin/foo'
make  install-exec-hook
cd 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin
 &&  mv -f foo foo-1.0 &&  ln -s foo-1.0 foo
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin/foo
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin/foo-1.0
: > ../../ok
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin/foo'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin"
 || mkdir -p -- . 
"/tmp/am-dc-15840//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin"
 /usr/bin/install -c '../foo' 
'/tmp/am-dc-15840//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin/foo'
make  install-exec-hook
cd 
/tmp/am-dc-15840//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin
 &&  mv -f foo foo-1.0 &&  ln -s foo-1.0 foo
 rm -f 
'/tmp/am-dc-15840//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/_inst/bin/foo'
{ test ! -d insthook-1.0  || { find insthook-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr insthook-1.0; }; }
mkdir insthook-1.0
find insthook-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r insthook-1.0
tardir=insthook-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/insthook-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >insthook-1.0.tar.gz
{ test ! -d insthook-1.0  || { find insthook-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr insthook-1.0; }; }
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d insthook-1.0  || { find insthook-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr insthook-1.0; }; }
==============================================
insthook-1.0 archives ready for distribution: 
insthook-1.0.tar.gz
==============================================
+ test -f ok
+ pwd
+ ./configure 
--bindir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
configure: creating ./config.status
config.status: creating Makefile
+ make install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin"
 /usr/bin/install -c 'foo' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin/foo'
make  install-exec-hook
cd 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin
 &&  mv -f foo foo-1.0 &&  ln -s foo-1.0 foo
+ echo 2
+ VERSION=2.0 make -e install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin"
 /usr/bin/install -c 'foo' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin/foo'
make  install-exec-hook
cd 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/bin
 &&  mv -f foo foo-2.0 &&  ln -s foo-2.0 foo
+ grep 1 bin/foo-1.0
1
+ grep 2 bin/foo-2.0
2
+ grep 2 bin/foo
2
PASS: insthook.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/instman.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep [^(/]mkdir_p Makefile.in
+ wc -l
+ test 1 -eq 1
PASS: instman.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/instman2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^install-man Makefile.in
install-man8: $(man8_MANS) $(man_MANS)
install-man: install-man8
PASS: instman2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
instspc: running gcc --version
2.95.2
=== Running test ../../tests/instspc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ mkdir a b
+ cat
+ cat
+ mkdir sub
+ :
+ :
+ :
+ :
+ :
+ :
+ cat
+ cp source.c source2.c
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ mkdir build
+ cd build
+ ../configure --prefix /more space
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='../source.c' object='source.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"instspc\" 
-DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I..      -g -O2 -c ../source.c
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  
+ pwd
+ 
dest=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space
+ 
DESTDIR=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space make -e test-install-space
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 /usr/bin/install -c '../sub/base.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base.sh'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 /usr/bin/install -c -m 644 'sub/libbase.a' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/libbase.a'
 ranlib 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/libbase.a'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
  /usr/bin/install -c 'sub/base' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c '../sub/nobase.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase.sh'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m 644 'sub/libnobase.a' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/libnobase.a'
 ranlib 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/libnobase.a'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c 'sub/nobase' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 /usr/bin/install -c -m 644 '../sub/base.dat' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base.dat'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 /usr/bin/install -c -m 644 '../sub/base.h' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base.h'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m 644 '../sub/nobase.dat' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase.dat'
test -z "/more space/foo" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo"
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m 644 '../sub/nobase.h' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase.h'
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase.h"
test ! -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/nobase.h"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base.h"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase.dat"
test ! -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/nobase.dat"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base.dat"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase.sh"
test ! -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/nobase.sh"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base.sh"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/nobase"
test ! -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/nobase"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/base"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/sub/libnobase.a"
test ! -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/libnobase.a"
test   -f 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/with
 space/more space/foo/libbase.a"
PASS: instspc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/interp.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F z.$(OBJEXT) Makefile.in
am__objects_1 = z.$(OBJEXT)
PASS: interp.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/interp2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: interp2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/java.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^all[-a-z]*:.*classjava\.stamp Makefile.in
all-am: Makefile classjava.stamp
PASS: java.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/java2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
echo timestamp > classnoinst.stamp
PASS: java2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/javaprim.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_SUBST(JAVA)
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: javaprim.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/javasubst.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_SUBST(JAVAC)
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@ Makefile.in
JAVAC = @JAVAC@
PASS: javasubst.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ldadd: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/ldadd.test
SKIP: ldadd.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ldflags: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/ldflags.test
SKIP: ldflags.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/lex.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F $(LEX) Makefile.in
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
+ grep -F joel Makefile.in
+ exit 0
PASS: lex.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/lex2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: Lex source seen but `LEX' is undefined
Makefile.am: 
Makefile.am: The usual way to define `LEX' is to add `AM_PROG_LEX'
Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_PROG_LEX stderr
Makefile.am: The usual way to define `LEX' is to add `AM_PROG_LEX'
PASS: lex2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
lex3: running gcc --version
2.95.2
lex3: running gzip --version
gzip 1.2.4 (18 Aug 93)
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H ASMV 
lex3: running flex --version
flex version 2.5.4
=== Running test ../../tests/lex3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ CFLAGS=
+ export CFLAGS
+ cat
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
flex   foo.l
sed '/^#/ s|lex.yy\.c|foo.c|' lex.yy.c >foo.c
rm -f lex.yy.c
source='foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"am_lex_bug\" -DVERSION=\"0.1.1\" -DYYTEXT_POINTER=1 -I. -I.       
-c foo.c
gcc     -o foo  foo.o -lfl 
+ echo This is the END
+ ./foo
+ make distcheck
{ test ! -d am_lex_bug-0.1.1  || { find am_lex_bug-0.1.1 -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr am_lex_bug-0.1.1; }; }
mkdir am_lex_bug-0.1.1
find am_lex_bug-0.1.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r am_lex_bug-0.1.1
tardir=am_lex_bug-0.1.1 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >am_lex_bug-0.1.1.tar.gz
{ test ! -d am_lex_bug-0.1.1  || { find am_lex_bug-0.1.1 -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr am_lex_bug-0.1.1; }; }
case 'am_lex_bug-0.1.1.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
am_lex_bug-0.1.1.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c am_lex_bug-0.1.1.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c am_lex_bug-0.1.1.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c am_lex_bug-0.1.1.shar.gz 
| unshar ;; *.zip*)  unzip am_lex_bug-0.1.1.zip ;; esac
chmod -R a-w am_lex_bug-0.1.1; chmod a+w am_lex_bug-0.1.1
mkdir am_lex_bug-0.1.1/_build
mkdir am_lex_bug-0.1.1/_inst
chmod a-w am_lex_bug-0.1.1
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd am_lex_bug-0.1.1/_inst && pwd 
| sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && 
cd am_lex_bug-0.1.1/_build  && ../configure --srcdir=.. 
--prefix="$dc_install_base"    && make   && make  dvi  && make  check  && make  
install  && make  installcheck  && make  uninstall  && make  
distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod -R a-w 
"$dc_install_base"  && ({  (cd ../.. && umask 077 && mkdir "$dc_destdir")  && 
make  DESTDIR="$dc_destdir" install  && make  DESTDIR="$dc_destdir" uninstall  
&& make  DESTDIR="$dc_destdir"  distuninstallcheck_dir="$dc_destdir" 
distuninstallcheck;  } || { rm -rf "$dc_destdir"; exit 1; })  && rm -rf 
"$dc_destdir"  && make  dist  && rm -rf am_lex_bug-0.1.1.tar.gz  && make  
distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
flex   ../foo.l
sed '/^#/ s|lex.yy\.c|foo.c|' lex.yy.c >foo.c
rm -f lex.yy.c
source='foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"am_lex_bug\" -DVERSION=\"0.1.1\" -DYYTEXT_POINTER=1 -I. -I..       
-c foo.c
gcc     -o foo  foo.o -lfl 
{ test ! -d am_lex_bug-0.1.1  || { find am_lex_bug-0.1.1 -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr am_lex_bug-0.1.1; }; }
mkdir am_lex_bug-0.1.1
find am_lex_bug-0.1.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/am_lex_bug-0.1.1/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r am_lex_bug-0.1.1
tardir=am_lex_bug-0.1.1 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/am_lex_bug-0.1.1/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >am_lex_bug-0.1.1.tar.gz
{ test ! -d am_lex_bug-0.1.1  || { find am_lex_bug-0.1.1 -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr am_lex_bug-0.1.1; }; }
test -z "foo" || rm -f foo
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
ERROR: files left in build directory after distclean:
./foo.c
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/am_lex_bug-0.1.1/_build.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: lex3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/lex4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F joe.Po Makefile.in
@AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
PASS: lex4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
lex5: running gcc --version
2.95.2
lex5: running make --version -v
lex5: running gzip --version
gzip 1.2.4 (18 Aug 93)
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H ASMV 
lex5: running flex --version
flex version 2.5.4
=== Running test ../../tests/lex5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir foo
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ mkdir sub
+ cd sub
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make foo/foo.o
flex   ../foo/foo.l
sed '/^#/ s|lex.yy\.c|foo/foo.c|' lex.yy.c >foo/foo.c
rm -f lex.yy.c
source='foo/foo.c' object='foo/foo.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"lex5\" -DPACKAGE_TARNAME=\"lex5\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex5\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"lex5\" -DVERSION=\"1.0\" 
-DYYTEXT_POINTER=1 -I. -I..      -g -O2 -c -o foo/foo.o foo/foo.c
+ test -f foo/foo.c
+ test -f foo/foo.o
+ test ! -f ./ylwrap
+ cd ..
+ cp foo/foo.l foo/foo2.l
+ cat
+ sleep 2
+ automake-1.8a --foreign -Werror -Wall -a --no-force
configure.in: installing `./ylwrap'
+ test -f ./ylwrap
+ cd sub
+ make foo/foo2.o
flex -t  ../foo/foo2.l > foo/foo2.tmp.c
gcc -g -O2 -c foo/foo2.tmp.c -o foo/foo2.o
rm -f foo/foo2.tmp.c
+ test -f foo/foo2.c
FAIL: lex5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir subdir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep fsusage\.c subdir/Makefile.in
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in fsusage.c
PASS: libobj2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:3: @LIBOBJS@ used but `LIBOBJS' is undefined
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:3:.*LIBOBJS stderr
Makefile.am:3: @LIBOBJS@ used but `LIBOBJS' is undefined
PASS: libobj3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: libobj4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F foo.c Makefile.in
        $(srcdir)/Makefile.in $(top_srcdir)/configure depcomp foo.c \
PASS: libobj5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ sed -n -e : again
  /^DIST_COMMON.*[^\]$/ p
  /^DIST_COMMON/ {
     s/^DIST_COMMON//p
     n
     s/^/DIST_COMMON/
     b again
  }
+ grep -F dirname.c
DIST_COMMON     depcomp dirname.c install-sh missing strsignal.c
        depcomp dirname.c install-sh missing strsignal.c
PASS: libobj7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep strsignal_.c: Makefile.in
strsignal_.c: strsignal.c $(ANSI2KNR)
PASS: libobj8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj10.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: required file `./foo.c' not found
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:2:.*foo\.c stderr
Makefile.am:2: required file `./foo.c' not found
+ echo BUILT_SOURCES = foo.c
+ automake-1.8a --foreign -Werror -Wall
PASS: libobj10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj11.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: libobj11.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libobj12.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ echo libfoo_a_SOURCES += foo.c
+ echo p1_SOURCES += bar.c
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:4: automatically discovered file `foo.c' should not be explicitly 
mentioned
Makefile.am:9: automatically discovered file `bar.c' should not be explicitly 
mentioned
+ cat stdout
+ test 1 = 1
+ grep -F foo.c stderr
Makefile.am:4: automatically discovered file `foo.c' should not be explicitly 
mentioned
+ grep -F bar.c stderr
Makefile.am:9: automatically discovered file `bar.c' should not be explicitly 
mentioned
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep a_DEPENDENCIES.*LIBOBJS Makefile.in
a_DEPENDENCIES = @LIBOBJS@
+ echo a_SOURCES = foo.c
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:3: automatically discovered file `foo.c' should not be explicitly 
mentioned
+ cat stdout
+ test 1 = 1
+ grep -F foo.c stderr
Makefile.am:3: automatically discovered file `foo.c' should not be explicitly 
mentioned
PASS: libobj12.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libobj13: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/libobj13.test
SKIP: libobj13.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libobj14: running gcc --version
2.95.2
=== Running test ../../tests/libobj14.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: libobj14.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/library.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: library.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/library2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: library used but `RANLIB' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
Makefile.am:1: to `configure.in' and run `autoconf' again.
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCC does not appear in AM_CONDITIONAL
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 AMDEP does not appear in AM_CONDITIONAL
Makefile.am: C source seen but `CC' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am: to `configure.in' and run `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AC_PROG_RANLIB stderr
Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
PASS: library2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/library3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:16: library used but `RANLIB' is undefined
Makefile.am:16: in the following conditions:
Makefile.am:16:   !A and !C and !D
Makefile.am:16: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
Makefile.am:16: to `configure.in' and run `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep ^Makefile.am:.*:   !A and !C and !D$ stderr
Makefile.am:16:   !A and !C and !D
+ grep :   stderr
+ wc -l
+ test 1 = 1
PASS: library3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libtool: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/libtool.test
SKIP: libtool.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libtool2: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/libtool2.test
SKIP: libtool2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libtool3: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
libtool3: running gcc --version
2.95.2
=== Running test ../../tests/libtool3.test
SKIP: libtool3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/libtool4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCC does not appear in AM_CONDITIONAL
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 AMDEP does not appear in AM_CONDITIONAL
Makefile.am: C source seen but `CC' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am: to `configure.in' and run `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AC_PROG_LIBTOOL stderr
Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
PASS: libtool4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libtool5: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/libtool5.test
SKIP: libtool5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libtool6: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/libtool6.test
SKIP: libtool6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libtool7: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
libtool7: running gcc --version
2.95.2
=== Running test ../../tests/libtool7.test
SKIP: libtool7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
libtool8: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/libtool8.test
SKIP: libtool8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
license: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/license.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ :
+ :
+ :
+ :
+ test ! -f COPYING
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --gnu --add-missing
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make test1
{ test ! -d license-1.0  || { find license-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr license-1.0; }; }
mkdir license-1.0
find license-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r license-1.0
grep 'GNU GENERAL PUBLIC LICENSE' license-1.0/COPYING
                    GNU GENERAL PUBLIC LICENSE
                    GNU GENERAL PUBLIC LICENSE
+ rm -f COPYING
+ echo MY-OWN-LICENSE
+ make test2
{ test ! -d license-1.0  || { find license-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr license-1.0; }; }
mkdir license-1.0
find license-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r license-1.0
grep 'MY-OWN-LICENSE' license-1.0/COPYING
MY-OWN-LICENSE
+ automake-1.8a --foreign -Werror -Wall --gnu --add-missing --force-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make test2
{ test ! -d license-1.0  || { find license-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr license-1.0; }; }
mkdir license-1.0
find license-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r license-1.0
grep 'MY-OWN-LICENSE' license-1.0/COPYING
MY-OWN-LICENSE
+ rm -f COPYING
+ echo MY-OWN-LICENSE
+ automake-1.8a --foreign -Werror -Wall --gnu --add-missing --force-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make test3
{ test ! -d license-1.0  || { find license-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr license-1.0; }; }
mkdir license-1.0
find license-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r license-1.0
test ! -f license-1.0/COPYING
grep 'MY-OWN-LICENSE' license-1.0/COPYING.LIB
MY-OWN-LICENSE
PASS: license.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/link_c_cxx.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .\$(CXXLINK) Makefile.in
        $(CXXLINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
+ grep .\$(FLINK) Makefile.in
+ grep .\$(LINK) Makefile.in
+ exit 0
PASS: link_c_cxx.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/link_dist.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .\$(CXXLINK) Makefile.in
        $(CXXLINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
+ grep .\$(FLINK) Makefile.in
+ grep .\$(LINK) Makefile.in
+ exit 0
PASS: link_dist.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/link_f90_only.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .\$(FCLINK) Makefile.in
        $(FCLINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
+ grep .\$(CXXLINK) Makefile.in
+ grep .\$(LINK) Makefile.in
+ exit 0
PASS: link_f90_only.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/link_fc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .\$(F77LINK) Makefile.in
        $(F77LINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
+ grep .\$(LINK) Makefile.in
+ grep .\$(CXXLINK) Makefile.in
+ exit 0
PASS: link_fc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/link_fccxx.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .\$(CXXLINK) Makefile.in
        $(CXXLINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
+ grep .\$(F77LINK) Makefile.in
+ grep .\$(LINK) Makefile.in
+ exit 0
PASS: link_fccxx.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/link_fcxx.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .\$(CXXLINK) Makefile.in
        $(CXXLINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
+ grep .\$(F77LINK) Makefile.in
+ grep .\$(LINK) Makefile.in
+ exit 0
PASS: link_fcxx.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/link_f_only.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .\$(F77LINK) Makefile.in
        $(F77LINK) $(lavalamp_LDFLAGS) $(lavalamp_OBJECTS) $(lavalamp_LDADD) 
$(LIBS)
+ grep .\$(CXXLINK) Makefile.in
+ grep .\$(LINK) Makefile.in
+ exit 0
PASS: link_f_only.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/lisp2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo 1
1
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: Emacs Lisp sources seen but `EMACS' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `EMACS' is to add `AM_PATH_LISPDIR'
Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:1: Emacs Lisp sources seen but `lispdir' is undefined
Makefile.am:1: 
Makefile.am:1: The usual way to define `lispdir' is to add `AM_PATH_LISPDIR'
Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:1: required file `./elisp-comp' not found
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_LISPDIR stderr
Makefile.am:1: The usual way to define `EMACS' is to add `AM_PATH_LISPDIR'
Makefile.am:1: The usual way to define `lispdir' is to add `AM_PATH_LISPDIR'
+ echo 2
2
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: Emacs Lisp sources seen but `EMACS' is undefined
Makefile.am:2: 
Makefile.am:2: The usual way to define `EMACS' is to add `AM_PATH_LISPDIR'
Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:2: required file `./elisp-comp' not found
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_LISPDIR stderr
Makefile.am:2: The usual way to define `EMACS' is to add `AM_PATH_LISPDIR'
+ echo 3
3
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: Emacs Lisp sources seen but `lispdir' is undefined
Makefile.am:2: 
Makefile.am:2: The usual way to define `lispdir' is to add `AM_PATH_LISPDIR'
Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:2: required file `./elisp-comp' not found
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_LISPDIR stderr
Makefile.am:2: The usual way to define `lispdir' is to add `AM_PATH_LISPDIR'
+ echo 4
4
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am:3: installing `./elisp-comp'
PASS: lisp2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
lisp3: running emacs --version
GNU Emacs 20.7.1
Copyright (C) 1999 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
=== Running test ../../tests/lisp3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ echo (require 'am-two)
+ echo (require 'am-three) (provide 'am-two)
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./elisp-comp'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating Makefile
+ make
echo "(provide 'am-three)" > am-three.el
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then  set x;  list='am-one.el am-two.el am-three.el'; 
for p in $list; do  if test -f "$p"; then d=; else d="./"; fi;  set x "$@" 
"$d$p"; shift;  done;  shift;  EMACS="emacs" /bin/bash ./elisp-comp "$@" || 
exit 1;  else : ; fi
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36446/am-one.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36446/am-three.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36446/am-two.elc
Done
+ test -f am-one.elc
+ test -f am-two.elc
+ test -f am-three.elc
+ test -f elc-stamp
+ rm -f am-one.elc
+ make
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then  set x;  list='am-one.el am-two.el am-three.el'; 
for p in $list; do  if test -f "$p"; then d=; else d="./"; fi;  set x "$@" 
"$d$p"; shift;  done;  shift;  EMACS="emacs" /bin/bash ./elisp-comp "$@" || 
exit 1;  else : ; fi
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36474/am-one.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36474/am-three.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36474/am-two.elc
Done
+ test -f am-one.elc
+ unique=0a3346e2af8a689b85002b53df09142a
+ sleep 2
+ echo (message "0a3346e2af8a689b85002b53df09142a")(provide 'am-three)
+ make
+ cat output
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then  set x;  list='am-one.el am-two.el am-three.el'; 
for p in $list; do  if test -f "$p"; then d=; else d="./"; fi;  set x "$@" 
"$d$p"; shift;  done;  shift;  EMACS="emacs" /bin/bash ./elisp-comp "$@" || 
exit 1;  else : ; fi
0a3346e2af8a689b85002b53df09142a
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36495/am-one.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36495/am-three.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.36495/am-two.elc
Done
+ grep 0a3346e2af8a689b85002b53df09142a output
0a3346e2af8a689b85002b53df09142a
+ make distcheck
{ test ! -d lisp3-1.0  || { find lisp3-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr lisp3-1.0; }; }
mkdir lisp3-1.0
find lisp3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r lisp3-1.0
tardir=lisp3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >lisp3-1.0.tar.gz
{ test ! -d lisp3-1.0  || { find lisp3-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr lisp3-1.0; }; }
case 'lisp3-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c lisp3-1.0.tar.gz 
| /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c lisp3-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c lisp3-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c lisp3-1.0.shar.gz | 
unshar ;; *.zip*)  unzip lisp3-1.0.zip ;; esac
chmod -R a-w lisp3-1.0; chmod a+w lisp3-1.0
mkdir lisp3-1.0/_build
mkdir lisp3-1.0/_inst
chmod a-w lisp3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd lisp3-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
lisp3-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    && 
make   && make  dvi  && make  check  && make  install  && make  installcheck  
&& make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
lisp3-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating Makefile
echo "(provide 'am-three)" > am-three.el
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then  set x;  list='am-one.el am-two.el am-three.el'; 
for p in $list; do  if test -f "$p"; then d=; else d="../"; fi;  set x "$@" 
"$d$p"; shift;  done;  shift;  EMACS="emacs" /bin/bash ../elisp-comp "$@" || 
exit 1;  else : ; fi
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_build/elc.37119/am-one.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_build/elc.37119/am-three.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_build/elc.37119/am-two.elc
Done
 /usr/bin/install -c -m 644 '../am-one.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.el'
 /usr/bin/install -c -m 644 'am-one.elc' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.elc'
 /usr/bin/install -c -m 644 '../am-two.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.el'
 /usr/bin/install -c -m 644 'am-two.elc' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.elc'
 /usr/bin/install -c -m 644 'am-three.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.el'
 /usr/bin/install -c -m 644 'am-three.elc' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.elc'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.el'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.elc'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.el'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.elc'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.el'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.elc'
 /usr/bin/install -c -m 644 '../am-one.el' 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.el'
 /usr/bin/install -c -m 644 'am-one.elc' 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.elc'
 /usr/bin/install -c -m 644 '../am-two.el' 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.el'
 /usr/bin/install -c -m 644 'am-two.elc' 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.elc'
 /usr/bin/install -c -m 644 'am-three.el' 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.el'
 /usr/bin/install -c -m 644 'am-three.elc' 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.elc'
 rm -f 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.el'
 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-one.elc'
 rm -f 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.el'
 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-two.elc'
 rm -f 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.el'
 
'/tmp/am-dc-36641//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/_inst/share/emacs/site-lisp/am-three.elc'
{ test ! -d lisp3-1.0  || { find lisp3-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr lisp3-1.0; }; }
mkdir lisp3-1.0
find lisp3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r lisp3-1.0
tardir=lisp3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp3-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >lisp3-1.0.tar.gz
{ test ! -d lisp3-1.0  || { find lisp3-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr lisp3-1.0; }; }
test -z "am-three.el" || rm -f am-three.el
rm -f elc-stamp am-one.elc am-two.elc am-three.elc
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d lisp3-1.0  || { find lisp3-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr lisp3-1.0; }; }
===========================================
lisp3-1.0 archives ready for distribution: 
lisp3-1.0.tar.gz
===========================================
PASS: lisp3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
lisp4: running emacs --version
GNU Emacs 20.7.1
Copyright (C) 1999 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
=== Running test ../../tests/lisp4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ echo (require 'am-two)
+ echo (require 'am-three) (provide 'am-two)
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./elisp-comp'
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating Makefile
+ make
echo "(provide 'am-three)" > am-three.el
+ make test
test ! -f am-one.elc
test ! -f am-two.elc
test ! -f am-three.elc
test ! -f elc-stamp
+ make install-test
 /usr/bin/install -c -m 644 'am-one.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el'
 /usr/bin/install -c -m 644 'am-two.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el'
 /usr/bin/install -c -m 644 'am-three.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el'
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.elc
+ make uninstall
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.elc'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.elc'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.elc'
+ pwd
+ ./configure EMACS=no --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating Makefile
+ make
+ make test
test ! -f am-one.elc
test ! -f am-two.elc
test ! -f am-three.elc
test ! -f elc-stamp
+ make install-test2
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.elc
PASS: lisp4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
lisp5: running emacs --version
GNU Emacs 20.7.1
Copyright (C) 1999 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
=== Running test ../../tests/lisp5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ echo (require 'am-two)
+ echo (require 'am-three) (provide 'am-two)
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating Makefile
+ make
echo "(provide 'am-three)" > am-three.el
+ make test
test ! -f am-one.elc
test ! -f am-two.elc
test ! -f am-three.elc
test ! -f elc-stamp
+ make install-test
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp"
 /usr/bin/install -c -m 644 'am-one.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el'
 /usr/bin/install -c -m 644 'am-two.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el'
 /usr/bin/install -c -m 644 'am-three.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el'
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.elc
+ make uninstall
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el'
+ pwd
+ ./configure EMACS=no --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating Makefile
+ make
+ make test
test ! -f am-one.elc
test ! -f am-two.elc
test ! -f am-three.elc
test ! -f elc-stamp
+ make install-test
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp"
 /usr/bin/install -c -m 644 'am-one.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el'
 /usr/bin/install -c -m 644 'am-two.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el'
 /usr/bin/install -c -m 644 'am-three.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el'
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.el
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.el
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.el
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-one.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-two.elc
test ! -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/share/emacs/site-lisp/am-three.elc
PASS: lisp5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
lisp6: running emacs --version
GNU Emacs 20.7.1
Copyright (C) 1999 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
=== Running test ../../tests/lisp6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ echo (provide 'am-one)
+ echo (require 'am-one)
+ echo (require 'am-one)
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./elisp-comp'
+ pwd
+ ./configure 
--with-lispdir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... emacs
checking where .elc files should go... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp
configure: creating ./config.status
config.status: creating Makefile
+ make
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then  set x;  list='am-one.el  am-three.el'; for p in 
$list; do  if test -f "$p"; then d=; else d="./"; fi;  set x "$@" "$d$p"; 
shift;  done;  shift;  EMACS="emacs" /bin/bash ./elisp-comp "$@" || exit 1;  
else : ; fi
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.40897/am-one.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.40897/am-three.elc
Done
+ test -f am-one.elc
+ test ! -f am-two.elc
+ test -f am-three.elc
+ test -f elc-stamp
+ make install
 /usr/bin/install -c -m 644 'am-one.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp/am-one.el'
 /usr/bin/install -c -m 644 'am-one.elc' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp/am-one.elc'
+ test -f lisp/am-one.el
+ test -f lisp/am-one.elc
+ test ! -f lisp/am-two.el
+ test ! -f lisp/am-two.elc
+ test ! -f lisp/am-three.el
+ test ! -f lisp/am-three.elc
+ make dist-test
{ test ! -d lisp6-1.0  || { find lisp6-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr lisp6-1.0; }; }
mkdir lisp6-1.0
find lisp6-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r lisp6-1.0
test -f lisp6-1.0/am-one.el
test -f lisp6-1.0/am-two.el
test -f lisp6-1.0/am-three.el
+ make distclean
rm -f elc-stamp am-one.elc am-three.elc
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test ! -f am-one.elc
+ test ! -f am-two.elc
+ test ! -f am-three.elc
+ test ! -f elc-stamp
+ pwd
+ ./configure 
--with-lispdir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp
 want_two=1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for emacs... emacs
checking where .elc files should go... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp
configure: creating ./config.status
config.status: creating Makefile
+ make
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then  set x;  list='am-one.el am-two.el am-three.el'; 
for p in $list; do  if test -f "$p"; then d=; else d="./"; fi;  set x "$@" 
"$d$p"; shift;  done;  shift;  EMACS="emacs" /bin/bash ./elisp-comp "$@" || 
exit 1;  else : ; fi
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.41556/am-one.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.41556/am-three.elc
Wrote 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/elc.41556/am-two.elc
Done
+ test -f am-one.elc
+ test -f am-two.elc
+ test -f am-three.elc
+ test -f elc-stamp
+ make install
 /usr/bin/install -c -m 644 'am-one.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp/am-one.el'
 /usr/bin/install -c -m 644 'am-one.elc' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp/am-one.elc'
 /usr/bin/install -c -m 644 'am-two.el' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp/am-two.el'
 /usr/bin/install -c -m 644 'am-two.elc' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/lisp/am-two.elc'
+ test -f lisp/am-one.el
+ test -f lisp/am-one.elc
+ test -f lisp/am-two.el
+ test -f lisp/am-two.elc
+ test ! -f lisp/am-three.el
+ test ! -f lisp/am-three.elc
+ make dist-test
{ test ! -d lisp6-1.0  || { find lisp6-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr lisp6-1.0; }; }
mkdir lisp6-1.0
find lisp6-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r lisp6-1.0
test -f lisp6-1.0/am-one.el
test -f lisp6-1.0/am-two.el
test -f lisp6-1.0/am-three.el
+ make distclean
rm -f elc-stamp am-one.elc am-two.elc am-three.elc
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test ! -f am-one.elc
+ test ! -f am-two.elc
+ test ! -f am-three.elc
+ test ! -f elc-stamp
PASS: lisp6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
listval: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/listval.test
SKIP: listval.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/location.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:12: VAR multiply defined in condition TRUE ...
Makefile.am:8: ... `VAR' previously defined here
automake: libfoo_a_OBJECTS should not be defined
Makefile.am:3:   while processing library `libfoo.a'
automake: use `libfoo_a_LDADD', not `libfoo_a_LIBADD'
Makefile.am:3:   while processing library `libfoo.a'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/library.am:
 deprecated feature: target `libfoo.a' overrides `libfoo.a$(EXEEXT)'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/library.am:
 change your target to read `libfoo.a$(EXEEXT)'
Makefile.am:3:   while processing library `libfoo.a'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 target `libfoo.a$(EXEEXT)' was defined here
Makefile.am:1:   while processing program `libfoo.a'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 redefinition of `libfoo.a$(EXEEXT)'...
Makefile.am:1:   while processing program `libfoo.a'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/library.am:
 ... `libfoo.a' previously defined here
Makefile.am:3:   while processing library `libfoo.a'
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/tags.am:
 redefinition of `ctags'...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 ... `ctags$(EXEEXT)' previously defined here
Makefile.am:6:   while processing program `ctags'
+ cat stdout
+ test 1 = 1
+ sed s,^.*lib/am/\([a-z]*\.am\),\1, stderr
+ cat
+ diff expected observed
PASS: location.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/longline.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo DUMMY = some_long_filename_1
+ echo DUMMY += some_long_filename_2
+ echo DUMMY += some_long_filename_3
+ echo DUMMY += some_long_filename_4
+ echo DUMMY += some_long_filename_5
+ echo DUMMY += some_long_filename_6
+ echo DUMMY += some_long_filename_7
+ echo DUMMY += some_long_filename_8
+ echo DUMMY += some_long_filename_9
+ echo DUMMY += some_long_filename_10
+ echo DUMMY += some_long_filename_11
+ echo DUMMY += some_long_filename_12
+ echo DUMMY += some_long_filename_13
+ echo DUMMY += some_long_filename_14
+ echo DUMMY += some_long_filename_15
+ echo DUMMY += some_long_filename_16
+ echo DUMMY += some_long_filename_17
+ echo DUMMY += some_long_filename_18
+ echo DUMMY += some_long_filename_19
+ echo DUMMY += some_long_filename_20
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep DUMMY Makefile.in
+ wc -c
+ test 80 -ge 73
PASS: longline.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ltcond: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
ltcond: running gcc --version
2.95.2
=== Running test ../../tests/ltcond.test
SKIP: ltcond.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ltcond2: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
ltcond2: running gcc --version
2.95.2
=== Running test ../../tests/ltcond2.test
SKIP: ltcond2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ltconv: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
ltconv: running gcc --version
2.95.2
=== Running test ../../tests/ltconv.test
SKIP: ltconv.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ltdeps: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/ltdeps.test
SKIP: ltdeps.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ltlibobjs: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/ltlibobjs.test
SKIP: ltlibobjs.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
ltlibsrc: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
ltlibsrc: running gcc --version
2.95.2
=== Running test ../../tests/ltlibsrc.test
SKIP: ltlibsrc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/maintclean.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ touch bar.in
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ test -d autom4te.cache
+ test_cache=test -d autom4te.cache
+ ./configure YACC=false
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bar
+ test -f bar
+ make
touch foo.c
+ test -f foo.c
+ make distclean
rm -f bar
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test ! -f bar
+ test ! -f Makefile
+ test ! -f config.status
+ test -f foo.c
+ test -d autom4te.cache
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bar
+ test -f bar
+ make foo.c
`foo.c' is up to date.
+ test -f foo.c
+ make maintainer-clean
rm -f bar
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
test -z "foo.c" || rm -f foo.c
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./autom4te.cache
rm -f Makefile
+ test ! -f bar
+ test ! -f foo.c
+ test ! -f Makefile
+ test ! -f config.status
+ test ! -d autom4te.cache
PASS: maintclean.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
make: running make --version -v
=== Running test ../../tests/make.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ export ACLOCAL
+ export AUTOCONF
+ export AUTOMAKE
+ save=make
+ MAKE=make  ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make  sets $(MAKE)... yes
checking for style of include used by make ... GNU
configure: creating ./config.status
config.status: creating Makefile
+ grep -F am__include = include Makefile
am__include = include
+ touch configure.in
+ make
cd . && aclocal-1.8a 
 cd . && automake-1.8a --foreign -Werror -Wall --foreign 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
/bin/bash ./config.status --recheck
running /bin/bash ./configure   --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
configure: creating ./config.status
 /bin/bash ./config.status
config.status: creating Makefile
+ grep -F am__include = include Makefile
am__include = include
+ rm -f config.cache
+ MAKE=make -w ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make -w sets $(MAKE)... no
checking for style of include used by make -w... none
configure: creating ./config.status
config.status: creating Makefile
+ grep -F am__include = include Makefile
FAIL: make.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
makej: running make --version -v
=== Running test ../../tests/makej.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo m4_define([THE_VERSION], [2.718])
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoheader
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure --version
+ grep 2\.718
version7 configure 2.718
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
+ make
make  all-am
+ sleep 2
+ echo m4_define([THE_VERSION], [3.141])
+ make -j
make: option requires an argument -- j
usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile]
            [-I directory] [-j max_jobs] [-m directory] [-V variable]
            [variable=value] [target ...]
FAIL: makej.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/makevars.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ aclocal-1.8a
+ :
+ automake-1.8a --foreign -Werror -Wall
+ grep -E ^(CC|CPP|CXX|CXXCPP) = Makefile.in
+ exit 0
PASS: makevars.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/man.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^MANS  Makefile.in
MANS = $(dist_man_MANS) $(nodist_man1_MANS)
PASS: man.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/man2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure --prefix=
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ pwd
+ 
DESTDIR=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst
 make -e install
test -z "/man/man2" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man2"
 /usr/bin/install -c -m 644 './foo.2' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man2/foo.2'
test -z "/man/man4" || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man4"
 /usr/bin/install -c -m 644 './foo.4' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man4/foo.4'
 /usr/bin/install -c -m 644 './bar.man' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man4/bar.4'
+ test -f ./_inst/man/man2/foo.2
+ test -f ./_inst/man/man4/foo.4
+ test -f ./_inst/man/man4/bar.4
+ pwd
+ 
DESTDIR=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst
 make -e uninstall
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man2/foo.2'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man4/foo.4'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/man/man4/bar.4'
+ test ! -f ./_inst/man/man2/foo.2
+ test ! -f ./_inst/man/man4/foo.4
+ test ! -f ./_inst/man/man4/bar.4
PASS: man2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/mclean.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep rm -f .*MAINTAINERCLEANFILES Makefile.in
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
PASS: mclean.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/mdate.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep required file.*mdate-sh
Makefile.am:1: required file `./mdate-sh' not found
PASS: mdate.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/mdate2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ echo @setfilename textutils
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall ././Makefile
+ grep mdate-sh Makefile.in
+ grep -v SHELL
        install-sh mdate-sh missing texinfo.tex
PASS: mdate2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/mdate3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ mkdir foo
+ :
+ :
+ mv install-sh foo
+ mv missing foo
+ mv mkinstalldirs foo
mv: rename mkinstalldirs to foo/mkinstalldirs: No such file or directory
+ mv depcomp foo
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep [^/]mdate-sh Makefile.in
+ exit 0
PASS: mdate3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/mdate4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir sub
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
sub/Makefile.am:1: installing `sub/mdate-sh'
sub/Makefile.am:1: installing `sub/texinfo.tex'
+ test -f sub/mdate-sh
PASS: mdate4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/missing.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ required=GNUmake
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
+ sleep 2
+ echo AC_PREREQ(9999)
+ make distdir
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
aclocal.m4:656: error: Autoconf version 9999 or higher is required
aclocal.m4:656: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 63
automake: autoconf failed with exit status: 63
WARNING: `automake-1.8a' is probably too old.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
aclocal.m4:656: error: Autoconf version 9999 or higher is required
aclocal.m4:656: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 63
WARNING: `autoconf' is probably too old.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
{ test ! -d missing-1.0  || { find missing-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr missing-1.0; }; }
mkdir missing-1.0
find missing-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r missing-1.0
+ export AUTOMAKE ACLOCAL
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
+ sleep 2
+ touch aclocal.m4
+ make
 cd . && automake-1.8a --foreign -Werror -Wall --foreign 
aclocal.m4:656: error: Autoconf version 9999 or higher is required
aclocal.m4:656: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 63
automake: autoconf failed with exit status: 63
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
+ :
PASS: missing.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/missing2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ required=GNUmake
+ set -e
+ cat
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
+ sleep 2
+ echo AC_PREREQ(9999)
+ make distdir
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a 
v.m4:1: error: Autoconf version 9999 or higher is required
v.m4:1: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
WARNING: `aclocal-1.8a' is probably too old.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
v.m4:1: error: Autoconf version 9999 or higher is required
v.m4:1: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 63
automake: autoconf failed with exit status: 63
WARNING: `automake-1.8a' is probably too old.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
v.m4:1: error: Autoconf version 9999 or higher is required
v.m4:1: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 63
WARNING: `autoconf' is probably too old.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
{ test ! -d missing2-1.0  || { find missing2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr missing2-1.0; }; }
mkdir missing2-1.0
find missing2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r missing2-1.0
+ export AUTOMAKE ACLOCAL
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
+ sleep 2
+ touch v.m4
+ make
cd . && aclocal-1.8a 
v.m4:1: error: Autoconf version 9999 or higher is required
v.m4:1: the top level
autom4te: /usr/local/bin/gm4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
*** Error code 63

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
+ :
PASS: missing2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/mkinst2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/sub
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make installdirs
+ test ! -d sub/man
PASS: mkinst2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/mkinstall.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall ././Makefile
+ grep  /mkinstalldirs Makefile.in
+ exit 0
PASS: mkinstall.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
multlib: running gcc --version
2.95.2
multlib: running make --version -v
=== Running test ../../tests/multlib.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ chmod +x mycc
+ cat
+ mkdir libfoo
+ cat
+ cat
+ :
+ mkdir libbar
+ cat
+ cat
+ mkdir libbar/sub
+ :
+ :
+ cp 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/tests/../lib/config-ml.in
 .
+ cp 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/tests/../lib/symlink-tree
 .
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ cd libfoo
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Makefile.am: installing `./depcomp'
+ cd ../libbar
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Makefile.am: installing `./depcomp'
+ cd ..
+ mkdir build
+ cd build
+ pwd
+ ../configure --enable-multilib 
CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in libfoo
configure: running /bin/bash '../../libfoo/configure' --prefix=/usr/local  
'--enable-multilib' 
'CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc'
 --cache-file=/dev/null --srcdir=../../libfoo
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
 accepts -g... yes
checking for 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc...
 gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing default-1 commands
configure: configuring in libbar
configure: running /bin/bash '../../libbar/configure' --prefix=/usr/local  
'--enable-multilib' 
'CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc'
 --cache-file=/dev/null --srcdir=../../libbar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
 accepts -g... yes
checking for 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc...
 gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: executing depfiles commands
config.status: executing default-1 commands
+ make
Making all in libfoo
source='../../libfoo/foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../../libfoo/depcomp  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
 -DPACKAGE_NAME=\"libfoo\" -DPACKAGE_TARNAME=\"libfoo\" 
-DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"libfoo\ 0.1\" 
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"libfoo\" -DVERSION=\"0.1\" 
-I. -I../../libfoo      -g -O2 -c ../../libfoo/foo.c
rm -f libfoo.a
ar cru libfoo.a foo.o 
ranlib libfoo.a
true  DO=all multi-do
Making all in libbar
Making all in sub
source='../../libbar/bar.c' object='bar.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../../libbar/depcomp  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../mycc
 -DPACKAGE_NAME=\"libbar\" -DPACKAGE_TARNAME=\"libbar\" 
-DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"libbar\ 0.1\" 
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"libbar\" -DVERSION=\"0.1\" 
-I. -I../../libbar      -g -O2 -c ../../libbar/bar.c
rm -f libbar.a
ar cru libbar.a bar.o 
ranlib libbar.a
true  DO=all multi-do
+ make install
Making install in libfoo
true  DO=all multi-do
true  DO=install multi-do
Making install in libbar
Making install in sub
true  DO=all multi-do
true  DO=install multi-do
+ make distcleancheck
Making distclean in libbar
true  DO=distclean multi-clean
Making distclean in sub
rm -f 
rm -f Makefile
Making distclean in .
test -z "libbar.a" || rm -f libbar.a
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
Making distclean in libfoo
test -z "libfoo.a" || rm -f libfoo.a
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
true  DO=distclean multi-clean
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ cd ..
+ pwd
+ ./configure --enable-multilib --with-target-subdir=. 
CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in libfoo
configure: running /bin/bash './configure' --prefix=/usr/local  
'--enable-multilib' '--with-target-subdir=.' 
'CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc'
 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
 accepts -g... yes
checking for 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc...
 gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing default-1 commands
configure: configuring in libbar
configure: running /bin/bash './configure' --prefix=/usr/local  
'--enable-multilib' '--with-target-subdir=.' 
'CC=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc'
 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
 accepts -g... yes
checking for 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc...
 gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: executing depfiles commands
config.status: executing default-1 commands
+ make
Making all in libfoo
source='foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
 -DPACKAGE_NAME=\"libfoo\" -DPACKAGE_TARNAME=\"libfoo\" 
-DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"libfoo\ 0.1\" 
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"libfoo\" -DVERSION=\"0.1\" 
-I. -I.      -g -O2 -c foo.c
rm -f libfoo.a
ar cru libfoo.a foo.o 
ranlib libfoo.a
true  DO=all multi-do
Making all in libbar
Making all in sub
source='bar.c' object='bar.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/mycc
 -DPACKAGE_NAME=\"libbar\" -DPACKAGE_TARNAME=\"libbar\" 
-DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"libbar\ 0.1\" 
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"libbar\" -DVERSION=\"0.1\" 
-I. -I.      -g -O2 -c bar.c
rm -f libbar.a
ar cru libbar.a bar.o 
ranlib libbar.a
true  DO=all multi-do
PASS: multlib.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
nobase: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
nobase: running gcc --version
2.95.2
=== Running test ../../tests/nobase.test
SKIP: nobase.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nodef.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo DEFS = @DEFS@
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating output
+ grep DEFS.*-DVERSION=\\"UnIqUe output
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"UnIqUe_PaCkAgE\" 
-DVERSION=\"UnIqUe_VeRsIoN\" 
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating output
+ grep DEFS.*-DVERSION=\\"UnIqUe output
+ :
PASS: nodef.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nodef2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo DEFS = @DEFS@
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating output
+ grep DEFS.*-DVERSION=\\"UnIqUe output
DEFS = -DPACKAGE_NAME=\"UnIqUe_PaCkAgE\" -DPACKAGE_TARNAME=\"unique_package\" 
-DPACKAGE_VERSION=\"UnIqUe_VeRsIoN\" -DPACKAGE_STRING=\"UnIqUe_PaCkAgE\ 
UnIqUe_VeRsIoN\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"unique_package\" 
-DVERSION=\"UnIqUe_VeRsIoN\" 
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating output
config.status: creating Makefile
+ grep DEFS.*-DVERSION=\\"UnIqUe output
+ :
PASS: nodef2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nodep.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir x
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep % Makefile.in
+ exit 0
PASS: nodep.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nodepcomp.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ rm -f depcomp
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: nodepcomp.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nodist.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_PROG_CC
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^am_eyeball_OBJECTS Makefile.in
am_eyeball_OBJECTS = a.$(OBJEXT)
+ grep ^DIST_SOURCES = Makefile.in
DIST_SOURCES = $(eyeball_SOURCES) $(dist_eyeball_SOURCES)
+ grep ^DIST_SOURCES =.*nodist Makefile.in
+ exit 0
PASS: nodist.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nodist2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make install-data
PASS: nodist2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nodist3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_PROG_CC
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^dist: Makefile.in
+ grep ^DIST_SOURCES = Makefile.in
+ exit 0
PASS: nodist3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
nogzip: running bzip2 --help
bzip2, a block-sorting file compressor.  Version 1.0.1, 23-June-2000.

   usage: bzip2 [flags and input files in any order]

   -h --help           print this message
   -d --decompress     force decompression
   -z --compress       force compression
   -k --keep           keep (don't delete) input files
   -f --force          overwrite existing output files
   -t --test           test compressed file integrity
   -c --stdout         output to standard out
   -q --quiet          suppress noncritical error messages
   -v --verbose        be verbose (a 2nd -v gives more)
   -L --license        display software version & license
   -V --version        display software version & license
   -s --small          use less memory (at most 2500k)
   -1 .. -9            set block size to 100k .. 900k

   If invoked as `bzip2', default action is to compress.
              as `bunzip2',  default action is to decompress.
              as `bzcat', default action is to decompress to stdout.

   If no file names are given, bzip2 compresses or decompresses
   from standard input to standard output.  You can combine
   short flags, so `-v -4' means the same as -v4 or -4v, &c.

=== Running test ../../tests/nogzip.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make test
{ test ! -d nogzip-1.0  || { find nogzip-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr nogzip-1.0; }; }
mkdir nogzip-1.0
find nogzip-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r nogzip-1.0
tardir=nogzip-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | bzip2 -9 -c >nogzip-1.0.tar.bz2
{ test ! -d nogzip-1.0  || { find nogzip-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr nogzip-1.0; }; }
case 'nogzip-1.0.tar.bz2' in  *.tar.gz*)  GZIP=--best gunzip -c 
nogzip-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c nogzip-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c nogzip-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c nogzip-1.0.shar.gz | 
unshar ;; *.zip*)  unzip nogzip-1.0.zip ;; esac
chmod -R a-w nogzip-1.0; chmod a+w nogzip-1.0
mkdir nogzip-1.0/_build
mkdir nogzip-1.0/_inst
chmod a-w nogzip-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd nogzip-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
nogzip-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
nogzip-1.0.tar.bz2  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
{ test ! -d nogzip-1.0  || { find nogzip-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr nogzip-1.0; }; }
mkdir nogzip-1.0
find nogzip-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/nogzip-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r nogzip-1.0
tardir=nogzip-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/nogzip-1.0/missing
 --run tar chof - "$tardir" | bzip2 -9 -c >nogzip-1.0.tar.bz2
{ test ! -d nogzip-1.0  || { find nogzip-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr nogzip-1.0; }; }
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d nogzip-1.0  || { find nogzip-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr nogzip-1.0; }; }
============================================
nogzip-1.0 archives ready for distribution: 
nogzip-1.0.tar.bz2
============================================
test nogzip-1.0.tar.bz2 = nogzip-1.0.tar.bz2
test -f nogzip-1.0.tar.bz2
PASS: nogzip.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nogzip2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
configure.in:2: no-dist-gzip specified but no dist-* specified, at least one 
archive format must be enabled
+ cat stdout
+ test 1 = 1
+ grep configure.in:2:.*no-dist-gzip stderr
configure.in:2: no-dist-gzip specified but no dist-* specified, at least one 
archive format must be enabled
+ echo AUTOMAKE_OPTIONS = dist-bzip2
+ automake-1.8a --foreign -Werror -Wall
PASS: nogzip2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/noinst.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^install[-a-z]*:.* all Makefile.in
install-am: all-am
PASS: noinst.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/noinstdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep noinstdir Makefile.in
+ grep checkdir Makefile.in
+ exit 0
PASS: noinstdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nolink.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ grep ^meal.*: Makefile.in
+ grep -v beef.meat
+ exit 0
PASS: nolink.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/nostdinc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F -e -I. Makefile.in
+ exit 0
PASS: nostdinc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/number.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -c ^zardoz_OBJECTS Makefile.in
+ count=1
+ test 1 -eq 1
PASS: number.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/obsolete.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ /usr/local/bin/perl -ne /AU_DEFUN\(\[(\w+)\]/ && print "$1\n" 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/tests/../m4/obsolete.m4
+ cat obs
+ /usr/local/bin/perl -ne chomp; print "grep $_ stderr || exit 1\n";  obs
+ /usr/local/bin/perl -ne chomp; print "grep $_ configure.in && exit 1\n";  obs
+ cat configure.in
+ wc -l
+ test 14 -gt 1
+ aclocal-1.8a
configure.in:8: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:393: AC_MINGW32 is expanded from...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../m4/obsolete.m4:37:
 AM_MINGW32 is expanded from...
configure.in:8: the top level
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf -Wobsolete
+ . ./obs.1
+ grep AC_FEATURE_CTYPE stderr
configure.in:2: warning: The macro `AC_FEATURE_CTYPE' is obsolete.
aclocal.m4:43: AC_FEATURE_CTYPE is expanded from...
+ grep AC_FEATURE_ERRNO stderr
configure.in:3: warning: The macro `AC_FEATURE_ERRNO' is obsolete.
aclocal.m4:44: AC_FEATURE_ERRNO is expanded from...
+ grep AM_CYGWIN32 stderr
configure.in:4: warning: The macro `AM_CYGWIN32' is obsolete.
aclocal.m4:45: AM_CYGWIN32 is expanded from...
+ grep AM_EXEEXT stderr
configure.in:5: warning: The macro `AM_EXEEXT' is obsolete.
aclocal.m4:46: AM_EXEEXT is expanded from...
+ grep AM_FUNC_MKTIME stderr
configure.in:6: warning: The macro `AM_FUNC_MKTIME' is obsolete.
aclocal.m4:47: AM_FUNC_MKTIME is expanded from...
+ grep AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL stderr
configure.in:7: warning: The macro `AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL' is 
obsolete.
aclocal.m4:49: AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL is expanded from...
+ grep AM_MINGW32 stderr
configure.in:8: warning: The macro `AM_MINGW32' is obsolete.
aclocal.m4:50: AM_MINGW32 is expanded from...
+ grep AM_PROG_INSTALL stderr
configure.in:9: warning: The macro `AM_PROG_INSTALL' is obsolete.
aclocal.m4:51: AM_PROG_INSTALL is expanded from...
+ grep AM_SANITY_CHECK_CC stderr
configure.in:10: warning: The macro `AM_SANITY_CHECK_CC' is obsolete.
aclocal.m4:52: AM_SANITY_CHECK_CC is expanded from...
+ grep AM_SYS_POSIX_TERMIOS stderr
configure.in:11: warning: The macro `AM_SYS_POSIX_TERMIOS' is obsolete.
aclocal.m4:53: AM_SYS_POSIX_TERMIOS is expanded from...
+ grep fp_FUNC_FNMATCH stderr
configure.in:12: warning: The macro `fp_FUNC_FNMATCH' is obsolete.
aclocal.m4:54: fp_FUNC_FNMATCH is expanded from...
+ grep fp_PROG_INSTALL stderr
configure.in:13: warning: The macro `fp_PROG_INSTALL' is obsolete.
aclocal.m4:55: fp_PROG_INSTALL is expanded from...
+ grep md_TYPE_PTRDIFF_T stderr
configure.in:14: warning: The macro `md_TYPE_PTRDIFF_T' is obsolete.
aclocal.m4:56: md_TYPE_PTRDIFF_T is expanded from...
+ autoupdate
+ . ./obs.2
+ grep AC_FEATURE_CTYPE configure.in
+ grep AC_FEATURE_ERRNO configure.in
+ grep AM_CYGWIN32 configure.in
+ grep AM_EXEEXT configure.in
+ grep AM_FUNC_MKTIME configure.in
+ grep AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL configure.in
+ grep AM_MINGW32 configure.in
+ grep AM_PROG_INSTALL configure.in
+ grep AM_SANITY_CHECK_CC configure.in
+ grep AM_SYS_POSIX_TERMIOS configure.in
+ grep fp_FUNC_FNMATCH configure.in
+ grep fp_PROG_INSTALL configure.in
+ grep md_TYPE_PTRDIFF_T configure.in
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
configure.in:13: warning: AC_CANONICAL_HOST invoked multiple times
+ exit 0
PASS: obsolete.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/order.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
PASS: order.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/outdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir zardir
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -Wno-obsolete --output-dir=zardir
+ test -f Makefile.in
+ test -f zardir/Makefile.in
PASS: outdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ mkdir frob
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: output.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ mkdir intl po misc
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^gettextize Makefile.in
+ exit 0
PASS: output2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ mkdir tests
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: output3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir tests
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep tests/defs.in tests/Makefile.in
+ exit 0
PASS: output4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
automake: no `Makefile.am' found or specified
+ cat stdout
+ test 1 = 1
+ grep found or specified stderr
automake: no `Makefile.am' found or specified
PASS: output5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
output6: running make --version -v
=== Running test ../../tests/output6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ cat
+ echo d = D
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating foo
+ make -f foo print
+ grep ABCD
ABCD
+ sleep 2
+ cat
+ make+ grep -f GFCD foo
 print
FAIL: output6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir mk sub
+ cat
+ cat
+ cat
+ echo bar
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: creating mk/Makefile
+ make
+ cat output
Making all in mk
in--mk
Making all in sub
in--sub
at--toplevel
+ grep in--mk output
in--mk
+ grep in--sub output
in--sub
+ grep at--toplevel output
at--toplevel
+ make distcheck
{ test ! -d output7-1.0  || { find output7-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output7-1.0; }; }
mkdir output7-1.0
mkdir -p -- . output7-1.0/mk
list='mk sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "output7-1.0/$subdir"  || mkdir "output7-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../output7-1.0"  
distdir="../output7-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../output7-1.0/sub/../mk
find output7-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r output7-1.0
tardir=output7-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >output7-1.0.tar.gz
{ test ! -d output7-1.0  || { find output7-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output7-1.0; }; }
case 'output7-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
output7-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c output7-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c output7-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c output7-1.0.shar.gz | 
unshar ;; *.zip*)  unzip output7-1.0.zip ;; esac
chmod -R a-w output7-1.0; chmod a+w output7-1.0
mkdir output7-1.0/_build
mkdir output7-1.0/_inst
chmod a-w output7-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd output7-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
output7-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
output7-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: creating mk/Makefile
Making all in mk
in--mk
Making all in sub
in--sub
at--toplevel
Making dvi in mk
Making dvi in sub
Making check in mk
in--mk
Making check in sub
in--sub
at--toplevel
Making install in mk
in--mk
Making install in sub
in--sub
at--toplevel
Making installcheck in mk
Making installcheck in sub
Making uninstall in mk
Making uninstall in sub
Making install in mk
in--mk
Making install in sub
in--sub
at--toplevel
Making uninstall in mk
Making uninstall in sub
{ test ! -d output7-1.0  || { find output7-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output7-1.0; }; }
mkdir output7-1.0
mkdir -p -- . output7-1.0/mk
list='mk sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "output7-1.0/$subdir"  || mkdir "output7-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../output7-1.0"  
distdir="../output7-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../output7-1.0/sub/../mk
find output7-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/output7-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r output7-1.0
tardir=output7-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/output7-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >output7-1.0.tar.gz
{ test ! -d output7-1.0  || { find output7-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output7-1.0; }; }
Making distclean in sub
rm -f 
rm -f Makefile
Making distclean in mk
rm -f 
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d output7-1.0  || { find output7-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output7-1.0; }; }
=============================================
output7-1.0 archives ready for distribution: 
output7-1.0.tar.gz
=============================================
PASS: output7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ mkdir testdir
+ cd testdir
+ mv ../configure.in .
+ cat
+ mkdir a
+ echo SUBDIRS = a
+ :
+ echo foo
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating a/foo.sh
config.status: creating a/Makefile
+ make
Making all in a
+ cat a/foo.sh
+ test foo = foo
+ sleep 2
+ echo bar
+ cd a
+ make foo.sh
cd .. && /bin/bash ./config.status a/foo.sh
config.status: creating a/foo.sh
+ cat foo.sh
+ test bar = bar
PASS: output8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir a
+ mkdir b
+ cat
+ :
+ :
+ echo foo
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating a/mid.in
config.status: creating b/out
config.status: creating a/Makefile
config.status: creating b/Makefile
+ :
+ make distcheck
{ test ! -d output9-1.0  || { find output9-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output9-1.0; }; }
mkdir output9-1.0
mkdir -p -- . output9-1.0/a
list='a b'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "output9-1.0/$subdir"  || mkdir "output9-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../output9-1.0"  
distdir="../output9-1.0/$subdir"  distdir)  || exit 1;  fi;  done
make   top_distdir="output9-1.0" distdir="output9-1.0"  dist-hook
test -f output9-1.0/a/input.in.in
test ! -f output9-1.0/a/mid.in
if test ! -f check; then :; else : > ok; fi
find output9-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r output9-1.0
tardir=output9-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >output9-1.0.tar.gz
{ test ! -d output9-1.0  || { find output9-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output9-1.0; }; }
case 'output9-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
output9-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c output9-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c output9-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c output9-1.0.shar.gz | 
unshar ;; *.zip*)  unzip output9-1.0.zip ;; esac
chmod -R a-w output9-1.0; chmod a+w output9-1.0
mkdir output9-1.0/_build
mkdir output9-1.0/_inst
chmod a-w output9-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd output9-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
output9-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
output9-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating a/mid.in
config.status: creating b/out
config.status: creating a/Makefile
config.status: creating b/Makefile
Making all in a
Making all in b
Making dvi in a
Making dvi in b
Making check in a
Making check in b
Making install in a
Making install in b
Making installcheck in a
Making installcheck in b
Making uninstall in a
Making uninstall in b
Making install in a
Making install in b
Making uninstall in a
Making uninstall in b
{ test ! -d output9-1.0  || { find output9-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output9-1.0; }; }
mkdir output9-1.0
mkdir -p -- . output9-1.0/a
list='a b'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "output9-1.0/$subdir"  || mkdir "output9-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../output9-1.0"  
distdir="../output9-1.0/$subdir"  distdir)  || exit 1;  fi;  done
make   top_distdir="output9-1.0" distdir="output9-1.0"  dist-hook
test -f output9-1.0/a/input.in.in
test ! -f output9-1.0/a/mid.in
if test ! -f check; then :; else : > ok; fi
find output9-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/output9-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r output9-1.0
tardir=output9-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/output9-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >output9-1.0.tar.gz
{ test ! -d output9-1.0  || { find output9-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output9-1.0; }; }
Making distclean in b
rm -f out
rm -f Makefile
Making distclean in a
rm -f mid.in
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d output9-1.0  || { find output9-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr output9-1.0; }; }
=============================================
output9-1.0 archives ready for distribution: 
output9-1.0.tar.gz
=============================================
+ test -f ok
PASS: output9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/output10.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir a
+ mkdir b
+ cat
+ cat
+ echo address@hidden@
+ echo address@hidden@
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating a/top
config.status: creating a/bot
config.status: creating b/Makefile
+ cd b
+ make output
echo topbot > ok
+ grep topbot ok
topbot
+ cd ..
+ make distcheck
{ test ! -d output10-1.0  || { find output10-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr output10-1.0; }; }
mkdir output10-1.0
mkdir -p -- . output10-1.0/a
list='b'; for subdir in $list; do  if test "$subdir" = .; then :; else  test -d 
"output10-1.0/$subdir"  || mkdir "output10-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../output10-1.0"  
distdir="../output10-1.0/$subdir"  distdir)  || exit 1;  fi;  done
make   top_distdir="output10-1.0" distdir="output10-1.0"  dist-hook
test ! -f output10-1.0/a/top
test ! -f output10-1.0/a/bot
find output10-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r output10-1.0
tardir=output10-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >output10-1.0.tar.gz
{ test ! -d output10-1.0  || { find output10-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr output10-1.0; }; }
case 'output10-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
output10-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c output10-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c output10-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c output10-1.0.shar.gz | 
unshar ;; *.zip*)  unzip output10-1.0.zip ;; esac
chmod -R a-w output10-1.0; chmod a+w output10-1.0
mkdir output10-1.0/_build
mkdir output10-1.0/_inst
chmod a-w output10-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd output10-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
output10-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
output10-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating a/top
config.status: creating a/bot
config.status: creating b/Makefile
Making all in b
Making dvi in b
Making check in b
Making install in b
Making installcheck in b
Making uninstall in b
Making install in b
Making uninstall in b
{ test ! -d output10-1.0  || { find output10-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr output10-1.0; }; }
mkdir output10-1.0
mkdir -p -- . output10-1.0/a
list='b'; for subdir in $list; do  if test "$subdir" = .; then :; else  test -d 
"output10-1.0/$subdir"  || mkdir "output10-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../output10-1.0"  
distdir="../output10-1.0/$subdir"  distdir)  || exit 1;  fi;  done
make   top_distdir="output10-1.0" distdir="output10-1.0"  dist-hook
test ! -f output10-1.0/a/top
test ! -f output10-1.0/a/bot
find output10-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/output10-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r output10-1.0
tardir=output10-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/output10-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >output10-1.0.tar.gz
{ test ! -d output10-1.0  || { find output10-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr output10-1.0; }; }
Making distclean in b
rm -f 
rm -f Makefile
Making distclean in .
rm -f a/top a/bot
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d output10-1.0  || { find output10-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr output10-1.0; }; }
==============================================
output10-1.0 archives ready for distribution: 
output10-1.0.tar.gz
==============================================
PASS: output10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/overrid.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: user target `install' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/install.am:
 ... overrides Automake target `install' defined here
Makefile.am:3: user target `installcheck' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/install.am:
 ... overrides Automake target `installcheck' defined here
Makefile.am:3: consider using installcheck-local instead of installcheck
Makefile.am:7: user target `clean-am' defined here...
automake: ... overrides Automake target `clean-am' defined here
Makefile.am:7: consider using clean-local instead of clean-am
Makefile.am:5: user target `html' defined here...
automake: ... overrides Automake target `html' defined here
Makefile.am:5: consider using html-local instead of html
+ cat stdout
+ test 1 = 1
+ grep install-local stderr
+ grep installcheck-local stderr
Makefile.am:3: consider using installcheck-local instead of installcheck
+ grep html-local stderr
Makefile.am:5: consider using html-local instead of html
+ grep cleam-am-local stderr
+ grep clean-local stderr
Makefile.am:7: consider using clean-local instead of clean-am
+ grep ps stderr
+ grep html: Makefile.in
+ wc -l
+ test 1 = 1
+ grep ps: Makefile.in
+ wc -l
+ test 2 = 2
+ grep @address@hidden: mine Makefile.in
@address@hidden: mine
+ grep @address@hidden: ps-am Makefile.in
@address@hidden: ps-am
PASS: overrid.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/parse.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F zar.cdoz Makefile.in
+ exit 0
PASS: parse.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/percent.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -Wportability
+ AUTOMAKE_run 1 -Wportability
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -Wportability
+ exitcode=1
+ cat stderr
Makefile.am:4: `%'-style pattern rules are a GNU make extension
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:4:.*% stderr
Makefile.am:4: `%'-style pattern rules are a GNU make extension
PASS: percent.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/percent2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: `%'-style pattern rules are a GNU make extension
Makefile.am:5: `%'-style pattern rules are a GNU make extension
+ cat stdout
+ test 1 = 1
+ grep %.*pattern.*rules stderr
Makefile.am:1: `%'-style pattern rules are a GNU make extension
Makefile.am:5: `%'-style pattern rules are a GNU make extension
+ automake-1.8a --foreign -Werror -Wall -Wno-portability
PASS: percent2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/phony.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F .PHONY: Makefile.in
+ wc -l
+ test 3 = 3
PASS: phony.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F zar doz Makefile.in
data_DATA = zar doz
PASS: pluseq.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AM_CONDITIONAL(CHECK, true)
+ cat
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep CHECK_TRUE.*zar doz Makefile.in
@address@hidden = zar doz
+ grep CHECK_FALSE.*dog Makefile.in
@address@hidden = dog
PASS: pluseq2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AM_CONDITIONAL(CHECK, true)
+ cat
+ :
+ :
+ :
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@data_DATA = 
zarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr \\$ Makefile.in
@address@hidden = 
zarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr \
+ grep address@hidden@  doz$ Makefile.in
@CHECK_TRUE@    doz
+ grep address@hidden@data_DATA = dog$ Makefile.in
@address@hidden = dog
+ exit 0
PASS: pluseq3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_PROG_CC
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F @CC@ -Dwhatever Makefile.in
CC = @CC@ -Dwhatever
PASS: pluseq4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AM_CONDITIONAL(CHECK, true)
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:4: Cannot apply `+=' because `INCLUDES' is not defined in
Makefile.am:4: the following conditions:
Makefile.am:4:   !CHECK
Makefile.am:4: Either define `INCLUDES' in these conditions, or use
Makefile.am:4: `+=' in the same conditions as the definitions.
Makefile.am:2: `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')
+ cat stdout
+ test 1 = 1
+ grep :.*!CHECK$ stderr
Makefile.am:4:   !CHECK
+ grep :   stderr
+ wc -l
+ test 1 = 1
+ grep AM_CPPFLAGS stderr
Makefile.am:2: `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')
+ echo AUTOMAKE_OPTIONS = -Wno-obsolete
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:4: Cannot apply `+=' because `INCLUDES' is not defined in
Makefile.am:4: the following conditions:
Makefile.am:4:   !CHECK
Makefile.am:4: Either define `INCLUDES' in these conditions, or use
Makefile.am:4: `+=' in the same conditions as the definitions.
+ cat stdout
+ test 1 = 1
+ grep AM_CPPFLAGS stderr
+ grep :.*!CHECK$ stderr
Makefile.am:4:   !CHECK
PASS: pluseq5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_SUBST(ZZZ)
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F @mandir@ foo Makefile.in
mandir = @mandir@ foo
+ grep ^mandir = Makefile.in
+ wc -l
+ num=       1
+ test 1 -eq 1
PASS: pluseq6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:3: AR must be set with `=' before using `+='
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:3:.*AR stderr
Makefile.am:3: AR must be set with `=' before using `+='
PASS: pluseq7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ sed -n -e /^VAR =/ {
   :loop
    p
    n
    /\\$/ b loop
    p
    n
   } Makefile.in
+ grep three
VAR = one two three
PASS: pluseq8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:21: Cannot apply `+=' because `B' is not defined in
Makefile.am:21: the following conditions:
Makefile.am:21:   !COND1 and !COND3
Makefile.am:21: Either define `B' in these conditions, or use
Makefile.am:21: `+=' in the same conditions as the definitions.
+ cat stdout
+ test 1 = 1
+ grep :   !COND1 and !COND3$ stderr
Makefile.am:21:   !COND1 and !COND3
+ grep :   stderr
+ wc -l
+ test 1 = 1
PASS: pluseq9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pluseq10.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make print
+ cat stdout
BEG: 0.h a0.h a1.h a2.h a3.h :END
+ grep BEG: 0.h a0.h a1.h a2.h a3.h :END stdout
BEG: 0.h a0.h a1.h a2.h a3.h :END
PASS: pluseq10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/postproc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall myMakefile
+ mv myMakefile.in myMakefile.old
+ echo # Post-processed by post-processor 3.14.
+ cat myMakefile.old
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating myMakefile
config.status: executing depfiles commands
+ test -f .deps/fred.Po
+ :
PASS: postproc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/ppf77.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: ppf77.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pr2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ mkdir templ
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -E mkdir_p.*templ([^/]|$) Makefile.in
        $(mkdir_p) $(distdir)/templ
PASS: pr2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr9: running gzip --version
gzip 1.2.4 (18 Aug 93)
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H ASMV 
=== Running test ../../tests/pr9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ mkdir support
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a -c
configure.in: installing `support/install-sh'
configure.in: installing `support/missing'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
+ make distcheck
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
mkdir pr9-0
mkdir -p -- . pr9-0/support
find pr9-0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/support/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r pr9-0
tardir=pr9-0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/support/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >pr9-0.tar.gz
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
case 'pr9-0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c pr9-0.tar.gz | 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/support/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c pr9-0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/support/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c pr9-0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/support/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c pr9-0.shar.gz | unshar ;; 
*.zip*)  unzip pr9-0.zip ;; esac
chmod -R a-w pr9-0; chmod a+w pr9-0
mkdir pr9-0/_build
mkdir pr9-0/_inst
chmod a-w pr9-0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd pr9-0/_inst && pwd | sed -e 
's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
pr9-0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    && 
make   && make  dvi  && make  check  && make  install  && make  installcheck  
&& make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
pr9-0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
mkdir pr9-0
mkdir -p -- . pr9-0/support
find pr9-0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/pr9-0/support/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r pr9-0
tardir=pr9-0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/pr9-0/support/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >pr9-0.tar.gz
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
=======================================
pr9-0 archives ready for distribution: 
pr9-0.tar.gz
=======================================
+ gunzip pr9-0.tar.gz
+ tar tf pr9-0.tar
+ grep -F support
pr9-0/support/install-sh
pr9-0/support/missing
PASS: pr9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr72: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/pr72.test
SKIP: pr72.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr87: running gcc --version
2.95.2
=== Running test ../../tests/pr87.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ subdirs=foo bar
+ mkdir foo
+ cat
+ cat
+ mkdir bar
+ cat
+ cat
+ echo SUBDIRS = foo bar
+ cat
+ echo foo bar
+ sed s|\([a-z][a-z]*\).*|\1/\1.c|
+ echo foo bar
+ sed s|\([a-z][a-z]*\)|\1/Makefile|g
+ CFLAGS=
+ export CFLAGS
+ touch README NEWS AUTHORS ChangeLog
+ mkdir build
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ read line
+ test # Makefile.in generated by automake 1.8a from Makefile.am. = .c.o:
+ read line
+ test # @configure_input@ = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, = 
.c.o:
+ read line
+ test # 2003, 2004  Free Software Foundation, Inc. = .c.o:
+ read line
+ test # This Makefile.in is free software; the Free Software Foundation = .c.o:
+ read line
+ test # gives unlimited permission to copy and/or distribute it, = .c.o:
+ read line
+ test # with or without modifications, as long as this notice is preserved. = 
.c.o:
+ read line
+ test  = .c.o:
+ read line
+ test # This program is distributed in the hope that it will be useful, = .c.o:
+ read line
+ test # but WITHOUT ANY WARRANTY, to the extent permitted by law; without = 
.c.o:
+ read line
+ test # even the implied warranty of MERCHANTABILITY or FITNESS FOR A = .c.o:
+ read line
+ test # PARTICULAR PURPOSE. = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test @SET_MAKE@ = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test SOURCES = $(foo_SOURCES) = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test srcdir = @srcdir@ = .c.o:
+ read line
+ test top_srcdir = @top_srcdir@ = .c.o:
+ read line
+ test VPATH = @srcdir@ = .c.o:
+ read line
+ test pkgdatadir = $(datadir)/@PACKAGE@ = .c.o:
+ read line
+ test pkglibdir = $(libdir)/@PACKAGE@ = .c.o:
+ read line
+ test pkgincludedir = $(includedir)/@PACKAGE@ = .c.o:
+ read line
+ test top_builddir = .. = .c.o:
+ read line
+ test am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd = .c.o:
+ read line
+ test INSTALL = @INSTALL@ = .c.o:
+ read line
+ test install_sh_DATA = $(install_sh) -c -m 644 = .c.o:
+ read line
+ test install_sh_PROGRAM = $(install_sh) -c = .c.o:
+ read line
+ test install_sh_SCRIPT = $(install_sh) -c = .c.o:
+ read line
+ test INSTALL_HEADER = $(INSTALL_DATA) = .c.o:
+ read line
+ test transform = $(program_transform_name) = .c.o:
+ read line
+ test NORMAL_INSTALL = : = .c.o:
+ read line
+ test PRE_INSTALL = : = .c.o:
+ read line
+ test POST_INSTALL = : = .c.o:
+ read line
+ test NORMAL_UNINSTALL = : = .c.o:
+ read line
+ test PRE_UNINSTALL = : = .c.o:
+ read line
+ test POST_UNINSTALL = : = .c.o:
+ read line
+ test bin_PROGRAMS = foo$(EXEEXT) = .c.o:
+ read line
+ test subdir = foo = .c.o:
+ read line
+ test DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in = .c.o:
+ read line
+ test ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 = .c.o:
+ read line
+ test am__aclocal_m4_deps = $(top_srcdir)/configure.in = .c.o:
+ read line
+ test am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES)    
$(ACLOCAL_M4) = .c.o:
+ read line
+ test mkinstalldirs = $(mkdir_p) = .c.o:
+ read line
+ test CONFIG_CLEAN_FILES = = .c.o:
+ read line
+ test am__installdirs = "$(DESTDIR)$(bindir)" = .c.o:
+ read line
+ test binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) = .c.o:
+ read line
+ test PROGRAMS = $(bin_PROGRAMS) = .c.o:
+ read line
+ test am_foo_OBJECTS = foo.$(OBJEXT) = .c.o:
+ read line
+ test foo_OBJECTS = $(am_foo_OBJECTS) = .c.o:
+ read line
+ test foo_LDADD = $(LDADD) = .c.o:
+ read line
+ test DEFAULT_INCLUDES = -I. -I$(srcdir) = .c.o:
+ read line
+ test depcomp = $(SHELL) $(top_srcdir)/depcomp = .c.o:
+ read line
+ test am__depfiles_maybe = depfiles = .c.o:
+ read line
+ test COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS)   
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) = .c.o:
+ read line
+ test CCLD = $(CC) = .c.o:
+ read line
+ test LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ = 
.c.o:
+ read line
+ test SOURCES = $(foo_SOURCES) = .c.o:
+ read line
+ test DIST_SOURCES = $(foo_SOURCES) = .c.o:
+ read line
+ test ETAGS = etags = .c.o:
+ read line
+ test CTAGS = ctags = .c.o:
+ read line
+ test DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) = 
.c.o:
+ read line
+ test ACLOCAL = @ACLOCAL@ = .c.o:
+ read line
+ test AMDEP_FALSE = @AMDEP_FALSE@ = .c.o:
+ read line
+ test AMDEP_TRUE = @AMDEP_TRUE@ = .c.o:
+ read line
+ test AMTAR = @AMTAR@ = .c.o:
+ read line
+ test AUTOCONF = @AUTOCONF@ = .c.o:
+ read line
+ test AUTOHEADER = @AUTOHEADER@ = .c.o:
+ read line
+ test AUTOMAKE = @AUTOMAKE@ = .c.o:
+ read line
+ test AWK = @AWK@ = .c.o:
+ read line
+ test CC = @CC@ = .c.o:
+ read line
+ test CCDEPMODE = @CCDEPMODE@ = .c.o:
+ read line
+ test CFLAGS = @CFLAGS@ = .c.o:
+ read line
+ test CPPFLAGS = @CPPFLAGS@ = .c.o:
+ read line
+ test CYGPATH_W = @CYGPATH_W@ = .c.o:
+ read line
+ test DEFS = @DEFS@ = .c.o:
+ read line
+ test DEPDIR = @DEPDIR@ = .c.o:
+ read line
+ test ECHO_C = @ECHO_C@ = .c.o:
+ read line
+ test ECHO_N = @ECHO_N@ = .c.o:
+ read line
+ test ECHO_T = @ECHO_T@ = .c.o:
+ read line
+ test EXEEXT = @EXEEXT@ = .c.o:
+ read line
+ test INSTALL_DATA = @INSTALL_DATA@ = .c.o:
+ read line
+ test INSTALL_PROGRAM = @INSTALL_PROGRAM@ = .c.o:
+ read line
+ test INSTALL_SCRIPT = @INSTALL_SCRIPT@ = .c.o:
+ read line
+ test INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ = .c.o:
+ read line
+ test LDFLAGS = @LDFLAGS@ = .c.o:
+ read line
+ test LIBOBJS = @LIBOBJS@ = .c.o:
+ read line
+ test LIBS = @LIBS@ = .c.o:
+ read line
+ test LTLIBOBJS = @LTLIBOBJS@ = .c.o:
+ read line
+ test MAKEINFO = @MAKEINFO@ = .c.o:
+ read line
+ test OBJEXT = @OBJEXT@ = .c.o:
+ read line
+ test PACKAGE = @PACKAGE@ = .c.o:
+ read line
+ test PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ = .c.o:
+ read line
+ test PACKAGE_NAME = @PACKAGE_NAME@ = .c.o:
+ read line
+ test PACKAGE_STRING = @PACKAGE_STRING@ = .c.o:
+ read line
+ test PACKAGE_TARNAME = @PACKAGE_TARNAME@ = .c.o:
+ read line
+ test PACKAGE_VERSION = @PACKAGE_VERSION@ = .c.o:
+ read line
+ test PATH_SEPARATOR = @PATH_SEPARATOR@ = .c.o:
+ read line
+ test SET_MAKE = @SET_MAKE@ = .c.o:
+ read line
+ test SHELL = @SHELL@ = .c.o:
+ read line
+ test STRIP = @STRIP@ = .c.o:
+ read line
+ test VERSION = @VERSION@ = .c.o:
+ read line
+ test ac_ct_CC = @ac_ct_CC@ = .c.o:
+ read line
+ test ac_ct_STRIP = @ac_ct_STRIP@ = .c.o:
+ read line
+ test am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ = .c.o:
+ read line
+ test am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ = .c.o:
+ read line
+ test am__include = @am__include@ = .c.o:
+ read line
+ test am__leading_dot = @am__leading_dot@ = .c.o:
+ read line
+ test am__quote = @am__quote@ = .c.o:
+ read line
+ test am__tar = @am__tar@ = .c.o:
+ read line
+ test am__untar = @am__untar@ = .c.o:
+ read line
+ test bindir = @bindir@ = .c.o:
+ read line
+ test build_alias = @build_alias@ = .c.o:
+ read line
+ test datadir = @datadir@ = .c.o:
+ read line
+ test exec_prefix = @exec_prefix@ = .c.o:
+ read line
+ test host_alias = @host_alias@ = .c.o:
+ read line
+ test includedir = @includedir@ = .c.o:
+ read line
+ test infodir = @infodir@ = .c.o:
+ read line
+ test install_sh = @install_sh@ = .c.o:
+ read line
+ test libdir = @libdir@ = .c.o:
+ read line
+ test libexecdir = @libexecdir@ = .c.o:
+ read line
+ test localstatedir = @localstatedir@ = .c.o:
+ read line
+ test mandir = @mandir@ = .c.o:
+ read line
+ test mkdir_p = @mkdir_p@ = .c.o:
+ read line
+ test oldincludedir = @oldincludedir@ = .c.o:
+ read line
+ test prefix = @prefix@ = .c.o:
+ read line
+ test program_transform_name = @program_transform_name@ = .c.o:
+ read line
+ test sbindir = @sbindir@ = .c.o:
+ read line
+ test sharedstatedir = @sharedstatedir@ = .c.o:
+ read line
+ test sysconfdir = @sysconfdir@ = .c.o:
+ read line
+ test target_alias = @target_alias@ = .c.o:
+ read line
+ test foo_SOURCES = foo.c = .c.o:
+ read line
+ test all: all-am = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test .SUFFIXES: = .c.o:
+ read line
+ test .SUFFIXES: .c .o .obj = .c.o:
+ read line
+ test $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) = 
.c.o:
+ read line
+ test @for dep in $?; do         case '$(am__configure_deps)' in           
*$$dep*)          cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh     
            && exit 0;            exit 1;;    esac;         done;   echo ' cd 
$(top_srcdir) && $(AUTOMAKE) --foreign  foo/Makefile';        cd $(top_srcdir) 
&&       $(AUTOMAKE) --foreign  foo/Makefile = .c.o:
+ read line
+ test .PRECIOUS: Makefile = .c.o:
+ read line
+ test Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status = .c.o:
+ read line
+ test @case '$?' in      *config.status*)          cd $(top_builddir) && 
$(MAKE) $(AM_MAKEFLAGS) am--refresh;;           *)        echo ' cd 
$(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe)';      cd $(top_builddir) && $(SHELL) ./config.status 
$(subdir)/$@ $(am__depfiles_maybe);;         esac; = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test $(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES) = .c.o:
+ read line
+ test cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test $(top_srcdir)/configure:  $(am__configure_deps) = .c.o:
+ read line
+ test cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh = .c.o:
+ read line
+ test $(ACLOCAL_M4):  $(am__aclocal_m4_deps) = .c.o:
+ read line
+ test cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh = .c.o:
+ read line
+ test install-binPROGRAMS: $(bin_PROGRAMS) = .c.o:
+ read line
+ test @$(NORMAL_INSTALL) = .c.o:
+ read line
+ test test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" = .c.o:
+ read line
+ test @list='$(bin_PROGRAMS)'; for p in $$list; do       p1=`echo $$p|sed 
's/$(EXEEXT)$$//'`;    if test -f $$p          ; then            f=`echo "$$p1" 
| sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`;         echo " 
$(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; 
         $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" 
"$(DESTDIR)$(bindir)/$$f" || exit 1;       else :; fi;   done = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test uninstall-binPROGRAMS: = .c.o:
+ read line
+ test @$(NORMAL_UNINSTALL) = .c.o:
+ read line
+ test @list='$(bin_PROGRAMS)'; for p in $$list; do       f=`echo "$$p" | sed 
's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`;           echo " rm 
-f '$(DESTDIR)$(bindir)/$$f'";        rm -f "$(DESTDIR)$(bindir)/$$f";      
done = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test clean-binPROGRAMS: = .c.o:
+ read line
+ test -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) = .c.o:
+ read line
+ test foo$(EXEEXT): $(foo_OBJECTS) $(foo_DEPENDENCIES)  = .c.o:
+ read line
+ test @rm -f foo$(EXEEXT) = .c.o:
+ read line
+ test $(LINK) $(foo_LDFLAGS) $(foo_OBJECTS) $(foo_LDADD) $(LIBS) = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test mostlyclean-compile: = .c.o:
+ read line
+ test -rm -f *.$(OBJEXT) = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test distclean-compile: = .c.o:
+ read line
+ test -rm -f *.tab.c = .c.o:
+ read line
+ test  = .c.o:
+ read line
+ test @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@ = 
.c.o:
+ read line
+ test  = .c.o:
+ read line
+ test .c.o: = .c.o:
+ read next
+ test -z @am__fastdepCC_TRUE@  if $(COMPILE) -MT $@ -MD -MP -MF 
"$(DEPDIR)/$*.Tpo" -c -o $@ $<; @am__fastdepCC_TRUE@   then mv -f 
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+ break
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating foo/Makefile
config.status: creating bar/Makefile
config.status: executing depfiles commands
+ make distcheck
{ test ! -d test_am-1.0  || { find test_am-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr test_am-1.0; }; }
mkdir test_am-1.0
list='foo bar'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "test_am-1.0/$subdir"  || mkdir "test_am-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../test_am-1.0"  
distdir="../test_am-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find test_am-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r test_am-1.0
tardir=test_am-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >test_am-1.0.tar.gz
{ test ! -d test_am-1.0  || { find test_am-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr test_am-1.0; }; }
case 'test_am-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
test_am-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c test_am-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c test_am-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c test_am-1.0.shar.gz | 
unshar ;; *.zip*)  unzip test_am-1.0.zip ;; esac
chmod -R a-w test_am-1.0; chmod a+w test_am-1.0
mkdir test_am-1.0/_build
mkdir test_am-1.0/_inst
chmod a-w test_am-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd test_am-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
test_am-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
test_am-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating foo/Makefile
config.status: creating bar/Makefile
config.status: executing depfiles commands
Making all in foo
source='../../foo/foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"test_am\" -DVERSION=\"1.0\" -I. -I../../foo       -c ../../foo/foo.c
gcc     -o foo  foo.o  
Making all in bar
source='../../bar/bar.c' object='bar.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"test_am\" -DVERSION=\"1.0\" -I. -I../../bar       -c ../../bar/bar.c
gcc     -o bar  bar.o  
Making dvi in foo
Making dvi in bar
Making check in foo
Making check in bar
Making install in foo
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
  /usr/bin/install -c 'foo' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/foo'
Making install in bar
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
  /usr/bin/install -c 'bar' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/bar'
Making installcheck in foo
Making installcheck in bar
Making uninstall in foo
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/foo'
Making uninstall in bar
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/bar'
Making install in foo
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
 || mkdir -p -- . 
"/tmp/am-dc-86046//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
  /usr/bin/install -c 'foo' 
'/tmp/am-dc-86046//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/foo'
Making install in bar
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
 || mkdir -p -- . 
"/tmp/am-dc-86046//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin"
  /usr/bin/install -c 'bar' 
'/tmp/am-dc-86046//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/bar'
Making uninstall in foo
 rm -f 
'/tmp/am-dc-86046//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/foo'
Making uninstall in bar
 rm -f 
'/tmp/am-dc-86046//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/_inst/bin/bar'
{ test ! -d test_am-1.0  || { find test_am-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr test_am-1.0; }; }
mkdir test_am-1.0
list='foo bar'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "test_am-1.0/$subdir"  || mkdir "test_am-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../test_am-1.0"  
distdir="../test_am-1.0/$subdir"  distdir)  || exit 1;  fi;  done
find test_am-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r test_am-1.0
tardir=test_am-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/test_am-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >test_am-1.0.tar.gz
{ test ! -d test_am-1.0  || { find test_am-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr test_am-1.0; }; }
Making distclean in bar
test -z "bar" || rm -f bar
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in foo
test -z "foo" || rm -f foo
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d test_am-1.0  || { find test_am-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr test_am-1.0; }; }
=============================================
test_am-1.0 archives ready for distribution: 
test_am-1.0.tar.gz
=============================================
PASS: pr87.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr204: running bison --version
GNU Bison version 1.28
pr204: running gcc --version
2.95.2
=== Running test ../../tests/pr204.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ cp parse.y parse2.y
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
configure.in: installing `./ylwrap'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make distdir
{ test ! -d pr204-0.1  || { find pr204-0.1 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr pr204-0.1; }; }
mkdir pr204-0.1
find pr204-0.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r pr204-0.1
+ test -f pr204-0.1/parse.c
+ test -f pr204-0.1/parse.y
+ test -f pr204-0.1/parse2.c
+ test -f pr204-0.1/parse2.y
+ make parse.c parse2.c
/bin/bash ./ylwrap parse.y y.tab.c parse.c y.tab.h parse.h y.output 
parse.output -- bison -y -d 
updating parse.h
/bin/bash ./ylwrap parse2.y y.tab.c parse2.c y.tab.h parse2.h y.output 
parse2.output -- bison -y -d 
updating parse2.h
PASS: pr204.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr211: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/pr211.test
SKIP: pr211.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr220: running gcc --version
2.95.2
=== Running test ../../tests/pr220.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ touch README NEWS AUTHORS ChangeLog
+ mkdir build
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: error: conditional "NEVER_TRUE" was never defined.
Usually this means the macro was only invoked conditionally.
+ exit 0
PASS: pr220.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr224: running gcc --version
2.95.2
=== Running test ../../tests/pr224.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ mkdir foo
+ cat
+ cat
+ cat
+ touch README NEWS AUTHORS ChangeLog
+ mkdir build
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ cd build
+ CC=gcc ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='../foo/main.c' object='foo/main.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"test_am\" -DVERSION=\"1.0\" -I. -I..      -g -O2 -c -o foo/main.o 
../foo/main.c
gcc  -g -O2   -o bar  foo/main.o  
+ test -d foo/.deps
+ make distclean
test -z "bar" || rm -f bar
rm -f *.o
rm -f foo/main.o
rm -f *.tab.c
rm -f 
rm -f foo/.deps/.dirstamp
rm -f foo/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf foo/.deps
rm -f Makefile
+ test -d foo/.deps
+ :
PASS: pr224.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pr229.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
configure.in:4: installing `./config.guess'
configure.in:4: installing `./config.sub'
+ test -f config.sub
+ test -f config.guess
PASS: pr229.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pr243.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ test -f .deps/fx64.Po
PASS: pr243.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pr266.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Maudefile
config.status: executing depfiles commands
+ test -f .deps/fx64.Po
PASS: pr266.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pr279.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: pr279.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pr279-2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep @foo_DEPENDENCIES = zardoz Makefile.in
@address@hidden = zardoz
+ grep @foo_DEPENDENCIES = maude Makefile.in
@address@hidden = maude
PASS: pr279-2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/pr287.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ chmod +x foo
+ set -e
+ mkdir install
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ cd install
+ pwd
+ ./configure 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
+ make distdir
{ test ! -d foo-0.1  || { find foo-0.1 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr foo-0.1; }; }
mkdir foo-0.1
list=''; for subdir in $list; do  if test "$subdir" = .; then :; else  test -d 
"foo-0.1/$subdir"  || mkdir "foo-0.1/$subdir"  || exit 1;  (cd $subdir &&  make 
  top_distdir="../foo-0.1"  distdir="../foo-0.1/$subdir"  distdir)  || exit 1;  
fi;  done
find foo-0.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r foo-0.1
PASS: pr287.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr300-lib: running gcc --version
2.95.2
=== Running test ../../tests/pr300-lib.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --copy --add-missing
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='a.c' object='a.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"pr300-lib\" -DPACKAGE_TARNAME=\"pr300-lib\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"pr300-lib\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pr300-lib\" -DVERSION=\"1.0\" -I. -I.      
-g -O2 -c a.c
rm -f subdir/liba.a
ar cru subdir/liba.a a.o 
ranlib subdir/liba.a
rm -f subdir/libb.a
ar cru subdir/libb.a a.o 
ranlib subdir/libb.a
+ test -f subdir/liba.a
+ test -f subdir/libb.a
+ make install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 /usr/bin/install -c -m 644 'subdir/liba.a' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/liba.a'
 ranlib 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/liba.a'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m 644 'subdir/libb.a' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/subdir/libb.a'
 ranlib 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/subdir/libb.a'
+ test -f inst/lib/liba.a
+ test -f inst/lib/subdir/libb.a
+ make uninstall
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/liba.a'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/subdir/libb.a'
+ test -f inst/lib/liba.a
+ test -f inst/lib/subdir/libb.a
+ make install-strip
make  INSTALL_PROGRAM="/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -s"  install_sh_PROGRAM="/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -s" INSTALL_STRIP_FLAG=-s  `test -z '' ||  echo 
"INSTALL_PROGRAM_ENV=STRIPPROG=''"` install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 /usr/bin/install -c -m 644 'subdir/liba.a' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/liba.a'
 ranlib 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/liba.a'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib"
 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m 644 'subdir/libb.a' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/subdir/libb.a'
 ranlib 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/lib/subdir/libb.a'
+ test -f inst/lib/liba.a
+ test -f inst/lib/subdir/libb.a
PASS: pr300-lib.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr300-ltlib: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
pr300-ltlib: running gcc --version
2.95.2
=== Running test ../../tests/pr300-ltlib.test
SKIP: pr300-ltlib.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr300-prog: running gcc --version
2.95.2
=== Running test ../../tests/pr300-prog.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --copy --add-missing
+ pwd
+ ./configure --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test-all
source='a.c' object='a.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"pr300-prog\" -DPACKAGE_TARNAME=\"pr300-prog\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"pr300-prog\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pr300-prog\" -DVERSION=\"1.0\" -I. -I.     
 -g -O2 -c a.c
gcc  -g -O2   -o subdir/wish  a.o  
gcc  -g -O2   -o subdir/want  a.o  
test -f subdir/wish
test -f subdir/want
+ make test-install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
  /usr/bin/install -c 'subdir/wish' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/wish'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c 'subdir/want' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/subdir/want'
test -f inst/bin/wish
test -f inst/bin/subdir/want
+ make test-uninstall
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/wish'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/subdir/want'
test ! -f inst/bin/wish
test ! -f inst/bin/subdir/want
+ make test-install-strip
make  INSTALL_PROGRAM="/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -s"  install_sh_PROGRAM="/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -s" INSTALL_STRIP_FLAG=-s  `test -z '' ||  echo 
"INSTALL_PROGRAM_ENV=STRIPPROG=''"` install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
  /usr/bin/install -c 'subdir/wish' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/wish'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
  
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c 'subdir/want' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/subdir/want'
test -f inst/bin/wish
test -f inst/bin/subdir/want
PASS: pr300-prog.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
pr307: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
pr307: running gcc --version
2.95.2
=== Running test ../../tests/pr307.test
SKIP: pr307.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/prefix.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: prefix.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/primary.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
automake: `bin_PROGRAMS' contains configure substitution,
automake: but `EXTRA_PROGRAMS' not defined
+ cat stdout
+ test 1 = 1
+ grep EXTRA_PROGRAMS stderr
automake: but `EXTRA_PROGRAMS' not defined
PASS: primary.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/primary2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: `EXTRA_PROGRAMS' contains configure substitution, but shouldn't
+ cat stdout
+ test 1 = 1
+ grep EXTRA_PROGRAMS stderr
Makefile.am:2: `EXTRA_PROGRAMS' contains configure substitution, but shouldn't
PASS: primary2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/proginst.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: proginst.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/python.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AM_PATH_PYTHON
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am:1: installing `./py-compile'
+ grep ^py_compile = Makefile.in
py_compile = $(top_srcdir)/py-compile
+ test -f py-compile
PASS: python.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/python2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo 1
1
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:2: `python_PYTHON' is used but `pythondir' is undefined
Makefile.am:2: 
Makefile.am:2: The usual way to define `pythondir' is to add `AM_PATH_PYTHON'
Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_PYTHON stderr
Makefile.am:2: The usual way to define `pythondir' is to add `AM_PATH_PYTHON'
+ echo 2
2
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:2: `pkgpython_PYTHON' is used but `pkgpythondir' is undefined
Makefile.am:2: 
Makefile.am:2: The usual way to define `pkgpythondir' is to add `AM_PATH_PYTHON'
Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_PYTHON stderr
Makefile.am:2: The usual way to define `pkgpythondir' is to add `AM_PATH_PYTHON'
+ echo 3
3
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:2: `pyexec_PYTHON' is used but `pyexecdir' is undefined
Makefile.am:2: 
Makefile.am:2: The usual way to define `pyexecdir' is to add `AM_PATH_PYTHON'
Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_PYTHON stderr
Makefile.am:2: The usual way to define `pyexecdir' is to add `AM_PATH_PYTHON'
+ echo 4
4
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:2: `pkgpyexec_PYTHON' is used but `pkgpyexecdir' is undefined
Makefile.am:2: 
Makefile.am:2: The usual way to define `pkgpyexecdir' is to add `AM_PATH_PYTHON'
Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_PYTHON stderr
Makefile.am:2: The usual way to define `pkgpyexecdir' is to add `AM_PATH_PYTHON'
+ echo 5
5
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:2: Python sources seen but `PYTHON' is undefined
Makefile.am:2: 
Makefile.am:2: The usual way to define `PYTHON' is to add `AM_PATH_PYTHON'
Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:2: installing `./py-compile'
+ cat stdout
+ test 1 = 1
+ grep AM_PATH_PYTHON stderr
Makefile.am:2: The usual way to define `PYTHON' is to add `AM_PATH_PYTHON'
+ echo 6
6
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
+ test -f py-compile
+ echo 7
7
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
PASS: python2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
python3: running python -V
python: illegal option -- V
usage: python [option] ... [-c cmd | file | -] [arg] ...
Options and arguments (and corresponding environment variables):
-d     : debug output from parser (also PYTHONDEBUG=x)
-i     : inspect interactively after running script, (also PYTHONINSPECT=x)
         and force prompts, even if stdin does not appear to be a terminal
-O     : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)
-OO    : remove doc-strings in addition to the -O optimizations
-S     : don't imply 'import site' on initialization
-t     : issue warnings about inconsistent tab usage (-tt: issue errors)
-u     : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)
-v     : verbose (trace import statements) (also PYTHONVERBOSE=x)
-x     : skip first line of source, allowing use of non-Unix forms of #!cmd
-X     : disable class based built-in exceptions
-c cmd : program passed in as string (terminates option list)
file   : program read from script file
-      : program read from stdin (default; interactive mode if a tty)
arg ...: arguments passed to program in sys.argv[1:]
Other environment variables:
PYTHONSTARTUP: file executed on interactive startup (no default)
PYTHONPATH   : ':'-separated list of directories prefixed to the
               default module search path.  The result is sys.path.
PYTHONHOME   : alternate <prefix> directory (or <prefix>:<exec_prefix>).
               The default module search path uses <prefix>/python1.5.
SKIP: python3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/python4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure PYTHON=:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
+ cat stderr
configure: error: no suitable Python interpreter found
+ grep no suitable Python interpreter found stderr
configure: error: no suitable Python interpreter found
PASS: python4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/python5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for a Python interpreter with version >= 9999.9... none
+ cat stderr
configure: error: no suitable Python interpreter found
+ grep no suitable Python interpreter found stderr
configure: error: no suitable Python interpreter found
PASS: python5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/python6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure PYTHON=:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ cat stderr
GREP ME:
+ grep GREP ME: stderr
GREP ME:
PASS: python6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/python7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for a Python interpreter with version >= 9999.9... none
configure: creating ./config.status
config.status: creating Makefile
+ cat stderr
GREP ME:
+ grep GREP ME: stderr
GREP ME:
PASS: python7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
python8: running python -V
python: illegal option -- V
usage: python [option] ... [-c cmd | file | -] [arg] ...
Options and arguments (and corresponding environment variables):
-d     : debug output from parser (also PYTHONDEBUG=x)
-i     : inspect interactively after running script, (also PYTHONINSPECT=x)
         and force prompts, even if stdin does not appear to be a terminal
-O     : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)
-OO    : remove doc-strings in addition to the -O optimizations
-S     : don't imply 'import site' on initialization
-t     : issue warnings about inconsistent tab usage (-tt: issue errors)
-u     : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)
-v     : verbose (trace import statements) (also PYTHONVERBOSE=x)
-x     : skip first line of source, allowing use of non-Unix forms of #!cmd
-X     : disable class based built-in exceptions
-c cmd : program passed in as string (terminates option list)
file   : program read from script file
-      : program read from stdin (default; interactive mode if a tty)
arg ...: arguments passed to program in sys.argv[1:]
Other environment variables:
PYTHONSTARTUP: file executed on interactive startup (no default)
PYTHONPATH   : ':'-separated list of directories prefixed to the
               default module search path.  The result is sys.path.
PYTHONHOME   : alternate <prefix> directory (or <prefix>:<exec_prefix>).
               The default module search path uses <prefix>/python1.5.
SKIP: python8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
python9: running python -V
python: illegal option -- V
usage: python [option] ... [-c cmd | file | -] [arg] ...
Options and arguments (and corresponding environment variables):
-d     : debug output from parser (also PYTHONDEBUG=x)
-i     : inspect interactively after running script, (also PYTHONINSPECT=x)
         and force prompts, even if stdin does not appear to be a terminal
-O     : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)
-OO    : remove doc-strings in addition to the -O optimizations
-S     : don't imply 'import site' on initialization
-t     : issue warnings about inconsistent tab usage (-tt: issue errors)
-u     : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)
-v     : verbose (trace import statements) (also PYTHONVERBOSE=x)
-x     : skip first line of source, allowing use of non-Unix forms of #!cmd
-X     : disable class based built-in exceptions
-c cmd : program passed in as string (terminates option list)
file   : program read from script file
-      : program read from stdin (default; interactive mode if a tty)
arg ...: arguments passed to program in sys.argv[1:]
Other environment variables:
PYTHONSTARTUP: file executed on interactive startup (no default)
PYTHONPATH   : ':'-separated list of directories prefixed to the
               default module search path.  The result is sys.path.
PYTHONHOME   : alternate <prefix> directory (or <prefix>:<exec_prefix>).
               The default module search path uses <prefix>/python1.5.
SKIP: python9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
python10: running python -V
python: illegal option -- V
usage: python [option] ... [-c cmd | file | -] [arg] ...
Options and arguments (and corresponding environment variables):
-d     : debug output from parser (also PYTHONDEBUG=x)
-i     : inspect interactively after running script, (also PYTHONINSPECT=x)
         and force prompts, even if stdin does not appear to be a terminal
-O     : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)
-OO    : remove doc-strings in addition to the -O optimizations
-S     : don't imply 'import site' on initialization
-t     : issue warnings about inconsistent tab usage (-tt: issue errors)
-u     : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)
-v     : verbose (trace import statements) (also PYTHONVERBOSE=x)
-x     : skip first line of source, allowing use of non-Unix forms of #!cmd
-X     : disable class based built-in exceptions
-c cmd : program passed in as string (terminates option list)
file   : program read from script file
-      : program read from stdin (default; interactive mode if a tty)
arg ...: arguments passed to program in sys.argv[1:]
Other environment variables:
PYTHONSTARTUP: file executed on interactive startup (no default)
PYTHONPATH   : ':'-separated list of directories prefixed to the
               default module search path.  The result is sys.path.
PYTHONHOME   : alternate <prefix> directory (or <prefix>:<exec_prefix>).
               The default module search path uses <prefix>/python1.5.
SKIP: python10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/recurs.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: variable `bin_PROGRAMS' recursively defined
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:.*bin_PROGRAMS.*recursively defined stderr
Makefile.am:1: variable `bin_PROGRAMS' recursively defined
PASS: recurs.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/recurs2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+
+
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: recurs2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/remake.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir sub
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^Makefile sub/Makefile.in
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
PASS: remake.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/remake2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir sub
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep AUTOMAKE.*sub/Makefile sub/Makefile.in
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sub/Makefile'; \
          $(AUTOMAKE) --foreign  sub/Makefile
PASS: remake2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/remake3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ mkdir sub
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^sub/foo Makefile.in
sub/foo: $(top_builddir)/config.status $(top_srcdir)/sub/foo.in
PASS: remake3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/remake4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
+ sleep 2
+ touch aclocal.m4
+ make distdir
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
{ test ! -d remake4-1.0  || { find remake4-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr remake4-1.0; }; }
mkdir remake4-1.0
find remake4-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r remake4-1.0
+ cd remake4-1.0
+ test ! -f rebuild_ok
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
PASS: remake4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
remake5: running make --version -v
=== Running test ../../tests/remake5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
+ make
+ sleep 2
+ touch aclocal.m4 Makefile.am configure.in foo.m4
+ make
+ sleep 2
+ echo # GrEpMe
+ make
 cd . && /bin/bash ./config.status Makefile 
config.status: creating Makefile
+ grep GrEpMe Makefile
# GrEpMe
+ sleep 2
+ grep AUTOCONF.*=.*false Makefile
AUTOCONF = false
+ :
+ ./configure --no-create
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
+ make
 /bin/bash ./config.status
config.status: creating Makefile
+ grep AUTOCONF.*=.*false Makefile
+ ./configure --enable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
configure: creating ./config.status
config.status: creating Makefile
+ sleep 2
+ echo AC_SUBST([YIPPY_YIPPY_YEAH])
+ make
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a 
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
/bin/bash ./config.status --recheck
running /bin/bash ./configure  --enable-maintainer-mode  --no-create 
--no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
configure: creating ./config.status
 /bin/bash ./config.status
config.status: creating Makefile
+ grep YIPPY_YIPPY_YEAH Makefile
YIPPY_YIPPY_YEAH = 
PASS: remake5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/regex.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking which of GNU rx or gawk's regex is wanted... regex
checking for GNU regex in libc... no
+ ./configure --without-regex
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking which of GNU rx or gawk's regex is wanted... rx
checking for re_rx_search... no
PASS: regex.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/req.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ grep DEFUN.*INIT_AUTOMAKE aclocal.m4
AC_DEFUN([AM_INIT_AUTOMAKE],
PASS: req.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/reqd.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir one
+ mkdir two
+ echo SUBDIRS = one two
+ echo info_TEXINFOS = mumble.texi
+ cat
+ cp one/Makefile.am one/mumble.texi two
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing --copy
one/Makefile.am:1: installing `one/mdate-sh'
one/Makefile.am:1: installing `one/texinfo.tex'
two/Makefile.am:1: installing `two/mdate-sh'
two/Makefile.am:1: installing `two/texinfo.tex'
+ test -f one/mdate-sh
+ test -f one/texinfo.tex
+ test -f two/mdate-sh
+ test -f two/texinfo.tex
PASS: reqd.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
reqd2: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/reqd2.test
SKIP: reqd2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/rulepat.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^$(srcdir)/Makefile\.am Makefile.in
$(srcdir)/Makefile.am:
PASS: rulepat.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/scripts.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: scripts.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/seenc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCXX does not appear in AM_CONDITIONAL
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 AMDEP does not appear in AM_CONDITIONAL
Makefile.am: C++ source seen but `CXX' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX'
Makefile.am: to `configure.in' and run `autoconf' again.
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCC does not appear in AM_CONDITIONAL
Makefile.am: C source seen but `CC' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am: to `configure.in' and run `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep -F CC stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCC does not appear in AM_CONDITIONAL
Makefile.am: C source seen but `CC' is undefined
Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
+ grep -F CXX stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCXX does not appear in AM_CONDITIONAL
Makefile.am: C++ source seen but `CXX' is undefined
Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX'
PASS: seenc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/sinclude.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir sub
+ cat
+ cat
+ cat
+ :
+ echo sinclude(sub/g.m4)
+ aclocal-1.8a
+ echo m4_sinclude(sub/p.m4)
+ echo m4_include(sub/h.m4)
+ automake-1.8a --foreign -Werror -Wall
+ grep MAGICALPIG Makefile.in
MAGICALPIG = @MAGICALPIG@
+ grep MAGICALHOG Makefile.in
MAGICALHOG = @MAGICALHOG@
+ grep GREPME Makefile.in
GREPME = @GREPME@
PASS: sinclude.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/srcsub.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: `x_SOURCES' includes configure substitution address@hidden@';
Makefile.am:2: configure substitutions are not allowed in _SOURCES variables
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:2:.*x_SOURCES.*substitution stderr
Makefile.am:2: `x_SOURCES' includes configure substitution address@hidden@';
PASS: srcsub.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/srcsub2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: `bar' includes configure substitution address@hidden@'
Makefile.am:2: and is referred to from `x_SOURCES';
Makefile.am:2: configure substitutions are not allowed in _SOURCES variables
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:2:.*bar.*substitution stderr
Makefile.am:2: `bar' includes configure substitution address@hidden@'
+ grep Makefile.am:2:.*x_SOURCES stderr
Makefile.am:2: and is referred to from `x_SOURCES';
PASS: srcsub2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/space.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: space.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/specflg.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: required file `./compile' not found
+ cat stdout
+ test 1 = 1
+ grep required.*compile stderr
Makefile.am: required file `./compile' not found
+ :
+ automake-1.8a --foreign -Werror -Wall
+ grep COMPILE. [^-] Makefile.in
+ grep [^-]foo\.o Makefile.in
+ grep -F )-c Makefile.in
+ exit 0
PASS: specflg.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/specflg2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: required file `./compile' not found
+ cat stdout
+ test 1 = 1
+ grep required.*compile stderr
Makefile.am: required file `./compile' not found
+ :
+ automake-1.8a --foreign -Werror -Wall
+ grep COMPILE. [^-] Makefile.in
+ grep foo Makefile.in
SOURCES = $(libfoo_a_SOURCES)
libfoo_a_AR = $(AR) $(ARFLAGS)
libfoo_a_LIBADD =
am_libfoo_a_OBJECTS = libfoo_a-foo.$(OBJEXT) libfoo_a-bar.$(OBJEXT)
libfoo_a_OBJECTS = $(am_libfoo_a_OBJECTS)
SOURCES = $(libfoo_a_SOURCES)
DIST_SOURCES = $(libfoo_a_SOURCES)
lib_LIBRARIES = libfoo.a
libfoo_a_SOURCES = foo.c bar.cc
libfoo_a_CFLAGS = -DBAR
libfoo_a_CXXFLAGS = -DZOT
libfoo.a: $(libfoo_a_OBJECTS) $(libfoo_a_DEPENDENCIES) 
        -rm -f libfoo.a
        $(libfoo_a_AR) libfoo.a $(libfoo_a_OBJECTS) $(libfoo_a_LIBADD)
        $(RANLIB) libfoo.a
libfoo_a-foo.o: foo.c
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(libfoo_a_CFLAGS) $(CFLAGS) -c -o libfoo_a-foo.o `test -f 'foo.c' 
|| echo '$(srcdir)/'`foo.c
libfoo_a-foo.obj: foo.c
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(libfoo_a_CFLAGS) $(CFLAGS) -c -o libfoo_a-foo.obj `if test -f 
'foo.c'; then $(CYGPATH_W) 'foo.c'; else $(CYGPATH_W) '$(srcdir)/foo.c'; fi`
libfoo_a-bar.o: bar.cc
        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(libfoo_a_CXXFLAGS) $(CXXFLAGS) -c -o libfoo_a-bar.o `test -f 
'bar.cc' || echo '$(srcdir)/'`bar.cc
libfoo_a-bar.obj: bar.cc
        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(libfoo_a_CXXFLAGS) $(CXXFLAGS) -c -o libfoo_a-bar.obj `if test -f 
'bar.cc'; then $(CYGPATH_W) 'bar.cc'; else $(CYGPATH_W) '$(srcdir)/bar.cc'; fi`
+ grep [^-]foo\.o Makefile.in
+ grep bar Makefile.in
am_libfoo_a_OBJECTS = libfoo_a-foo.$(OBJEXT) libfoo_a-bar.$(OBJEXT)
libfoo_a_SOURCES = foo.c bar.cc
libfoo_a-bar.o: bar.cc
        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(libfoo_a_CXXFLAGS) $(CXXFLAGS) -c -o libfoo_a-bar.o `test -f 
'bar.cc' || echo '$(srcdir)/'`bar.cc
libfoo_a-bar.obj: bar.cc
        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(libfoo_a_CXXFLAGS) $(CXXFLAGS) -c -o libfoo_a-bar.obj `if test -f 
'bar.cc'; then $(CYGPATH_W) 'bar.cc'; else $(CYGPATH_W) '$(srcdir)/bar.cc'; fi`
+ grep [^-]bar\.o Makefile.in
+ exit 0
PASS: specflg2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/specflg3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F -e -o foo-foo Makefile.in
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -MT foo-foo.o -MD -MP -MF 
"$(DEPDIR)/foo-foo.Tpo" -c -o foo-foo.o `test -f 'foo.c' || echo 
'$(srcdir)/'`foo.c; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -c -o foo-foo.o `test -f 
'foo.c' || echo '$(srcdir)/'`foo.c
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -MT foo-foo.obj -MD -MP -MF 
"$(DEPDIR)/foo-foo.Tpo" -c -o foo-foo.obj `if test -f 'foo.c'; then 
$(CYGPATH_W) 'foo.c'; else $(CYGPATH_W) '$(srcdir)/foo.c'; fi`; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -c -o foo-foo.obj `if test 
-f 'foo.c'; then $(CYGPATH_W) 'foo.c'; else $(CYGPATH_W) '$(srcdir)/foo.c'; fi`
+ grep -F foo.o.o Makefile.in
+ grep -F foo.$(OBJEXT).$(OBJEXT) Makefile.in
+ grep -F $(foo_CFLAGS) Makefile.in
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -MT foo-foo.o -MD -MP -MF 
"$(DEPDIR)/foo-foo.Tpo" -c -o foo-foo.o `test -f 'foo.c' || echo 
'$(srcdir)/'`foo.c; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -c -o foo-foo.o `test -f 
'foo.c' || echo '$(srcdir)/'`foo.c
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -MT foo-foo.obj -MD -MP -MF 
"$(DEPDIR)/foo-foo.Tpo" -c -o foo-foo.obj `if test -f 'foo.c'; then 
$(CYGPATH_W) 'foo.c'; else $(CYGPATH_W) '$(srcdir)/foo.c'; fi`; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -c -o foo-foo.obj `if test 
-f 'foo.c'; then $(CYGPATH_W) 'foo.c'; else $(CYGPATH_W) '$(srcdir)/foo.c'; fi`
+ exit 0
PASS: specflg3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/specflg6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F foo-foo.o: foo.c Makefile.in
+ uncondval=foo-foo.o: foo.c
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ grep -F foo-foo.o: foo.c Makefile.in
+ condval=foo-foo.o: foo.c
+ test xfoo-foo.o: foo.c = xfoo-foo.o: foo.c
PASS: specflg6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
specflg7: running gcc --version
2.95.2
=== Running test ../../tests/specflg7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='false.c' object='f-false.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"specflg7\" 
-DPACKAGE_TARNAME=\"specflg7\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"specflg7\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"specflg7\" -DVERSION=\"1.0\" -I. -I.    -DAM_FALSE -g -O2 -c -o 
f-false.o `test -f 'false.c' || echo './'`false.c
gcc  -g -O2   -o false  f-false.o  
source='false.c' object='t-false.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"specflg7\" 
-DPACKAGE_TARNAME=\"specflg7\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"specflg7\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"specflg7\" -DVERSION=\"1.0\" -I. -I.    -DAM_TRUE -g -O2 -c -o 
t-false.o `test -f 'false.c' || echo './'`false.c
gcc  -g -O2   -o true  t-false.o  
+ ./true
+ grep true
true
+ ./false
+ grep false
false
+ test -f ./t-false.o
+ test -f ./f-false.o
PASS: specflg7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
specflg8: running gcc --version
2.95.2
=== Running test ../../tests/specflg8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='false.c' object='false-false.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"specflg8\" 
-DPACKAGE_TARNAME=\"specflg8\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"specflg8\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"specflg8\" -DVERSION=\"1.0\" -I. -I.  -DAM_FALSE   -g -O2 -c -o 
false-false.o `test -f 'false.c' || echo './'`false.c
gcc  -g -O2   -o false  false-false.o  
source='false.c' object='true-false.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"specflg8\" 
-DPACKAGE_TARNAME=\"specflg8\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"specflg8\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"specflg8\" -DVERSION=\"1.0\" -I. -I.  -DAM_TRUE   -g -O2 -c -o 
true-false.o `test -f 'false.c' || echo './'`false.c
gcc  -g -O2   -o true  true-false.o  
+ ./true
+ grep true
true
+ grep+ ./false false

false
PASS: specflg8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/specflg9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am: installing `./compile'
+ grep -F $(AM_CFLAGS) Makefile.in
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzbar-bar.o -MD -MP 
-MF "$(DEPDIR)/zzbar-bar.Tpo" -c -o zzbar-bar.o `test -f 'bar.c' || echo 
'$(srcdir)/'`bar.c; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzbar-bar.o `test -f 
'bar.c' || echo '$(srcdir)/'`bar.c
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzbar-bar.obj -MD -MP 
-MF "$(DEPDIR)/zzbar-bar.Tpo" -c -o zzbar-bar.obj `if test -f 'bar.c'; then 
$(CYGPATH_W) 'bar.c'; else $(CYGPATH_W) '$(srcdir)/bar.c'; fi`; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzbar-bar.obj `if 
test -f 'bar.c'; then $(CYGPATH_W) 'bar.c'; else $(CYGPATH_W) 
'$(srcdir)/bar.c'; fi`
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT foo.o -MD -MP -MF 
"$(DEPDIR)/foo.Tpo" -c -o foo.o `test -f 'sub/foo.c' || echo 
'$(srcdir)/'`sub/foo.c; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o foo.o `test -f 
'sub/foo.c' || echo '$(srcdir)/'`sub/foo.c
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT foo.obj -MD -MP -MF 
"$(DEPDIR)/foo.Tpo" -c -o foo.obj `if test -f 'sub/foo.c'; then $(CYGPATH_W) 
'sub/foo.c'; else $(CYGPATH_W) '$(srcdir)/sub/foo.c'; fi`; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o foo.obj `if test -f 
'sub/foo.c'; then $(CYGPATH_W) 'sub/foo.c'; else $(CYGPATH_W) 
'$(srcdir)/sub/foo.c'; fi`
+ grep -F $(zzfoo_CFLAGS) Makefile.in
+ grep -F $(zzfoo_CPPFLAGS) Makefile.in
+ grep -F $(zzbar_CFLAGS) Makefile.in
+ grep -F $(zzbar_CPPFLAGS) Makefile.in
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzbar-bar.o -MD -MP 
-MF "$(DEPDIR)/zzbar-bar.Tpo" -c -o zzbar-bar.o `test -f 'bar.c' || echo 
'$(srcdir)/'`bar.c; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzbar-bar.o `test -f 
'bar.c' || echo '$(srcdir)/'`bar.c
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zzbar-bar.obj -MD -MP 
-MF "$(DEPDIR)/zzbar-bar.Tpo" -c -o zzbar-bar.obj `if test -f 'bar.c'; then 
$(CYGPATH_W) 'bar.c'; else $(CYGPATH_W) '$(srcdir)/bar.c'; fi`; \
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(zzbar_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zzbar-bar.obj `if 
test -f 'bar.c'; then $(CYGPATH_W) 'bar.c'; else $(CYGPATH_W) 
'$(srcdir)/bar.c'; fi`
+ :
PASS: specflg9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/spell.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCC does not appear in AM_CONDITIONAL
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 AMDEP does not appear in AM_CONDITIONAL
Makefile.am: C source seen but `CC' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am: to `configure.in' and run `autoconf' again.
Makefile.am:3: variable `boo_SOURCES' is defined but no program or
Makefile.am:3: library has `boo' as canonic name (possible typo)
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:3:.*boo stderr
Makefile.am:3: variable `boo_SOURCES' is defined but no program or
Makefile.am:3: library has `boo' as canonic name (possible typo)
PASS: spell.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/spell2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:3: variable `qardoz_LDADD' is defined but no program or
Makefile.am:3: library has `qardoz' as canonic name (possible typo)
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:3:.*qardoz stderr
Makefile.am:3: variable `qardoz_LDADD' is defined but no program or
Makefile.am:3: library has `qardoz' as canonic name (possible typo)
PASS: spell2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/spell3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: spell3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/spelling.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
Makefile.am:1: `bni_PROGRAMS' is used but `bnidir' is undefined
+ exit 0
PASS: spelling.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/spy.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ touch b c
+ sleep 2
+ :
+ make
`a' is up to date.
`a' is up to date.
+ cat a
+ test  = 
+ sleep 2
+ touch b
+ make
echo rule1 >> a
`a' is up to date.
+ cat a
+ test rule1 = rule1
+ :
+ sleep 2
+ touch c
+ make
`a' is up to date.
echo rule2 >> a
+ cat a
+ test rule2 = rule2
PASS: spy.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/stamph2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ mkdir sdir1
+ mkdir sdir2
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating 1.h
config.status: creating 2.h
config.status: creating 3.h
config.status: creating sdir1/4.h
config.status: creating sdir1/5.h
config.status: creating sdir1/6.h
config.status: creating sdir1/7.h
+ test -f stamp-h1
+ test -f stamp-h2
+ test -f stamp-h3
+ test -f sdir1/stamp-h4
+ test -f sdir1/stamp-h5
+ test -f sdir1/stamp-h6
+ test -f sdir1/stamp-h7
+ rm -f stamp-h1 stamp-h2 stamp-h3
+ rm -f sdir1/stamp-h4 sdir1/stamp-h5 sdir1/stamp-h6 sdir1/stamp-h7
+ ./config.status sdir1/7.h 2.h sdir1/4.h
config.status: creating sdir1/7.h
config.status: sdir1/7.h is unchanged
config.status: creating 2.h
config.status: 2.h is unchanged
config.status: creating sdir1/4.h
config.status: sdir1/4.h is unchanged
+ test ! -f stamp-h1
+ test -f stamp-h2
+ test ! -f stamp-h3
+ test -f sdir1/stamp-h4
+ test ! -f sdir1/stamp-h5
+ test ! -f sdir1/stamp-h6
+ test -f sdir1/stamp-h7
+ exit 0
PASS: stamph2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/stdlib.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: `foo' is not a standard library name
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*foo.*standard library name stderr
Makefile.am:1: `foo' is not a standard library name
PASS: stdlib.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
stdlib2: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/stdlib2.test
SKIP: stdlib2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/strip.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ chmod +x foo
+ set -e
+ mkdir install
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ cd install
+ pwd
+ ./configure 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
+ make install-strip
make  INSTALL_PROGRAM="/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -s"  install_sh_PROGRAM="/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -s" INSTALL_STRIP_FLAG=-s  `test -z '' ||  echo 
"INSTALL_PROGRAM_ENV=STRIPPROG=''"` install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install/bin"
 /usr/bin/install -c 'foo' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install/bin/foo'
PASS: strip.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subdir.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ mkdir zot
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: subdir.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subdir2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ mkdir one
+ mkdir one/two
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --gnu
PASS: subdir2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subdir3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir x
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^z\.o: x/z\.c$ Makefile.in
z.o: x/z.c
PASS: subdir3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subdir4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ mkdir lib src
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ cat
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --gnu
+ grep ^DIST_COMMON.*depcomp lib/Makefile.in
+ exit 0
PASS: subdir4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
subdir5: running make --version -v
subdir5: running gcc --version
2.95.2
=== Running test ../../tests/subdir5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --include-deps --copy --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='a.c' object='a.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"maude\" -DPACKAGE_TARNAME=\"maude\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"maude\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"maude\" -DVERSION=\"1.0\" -I. -I.      -g 
-O2 -c a.c
gcc  -g -O2   -o wish  a.o  
+ cat
+ :
+ mkdir maude
+ cat
+ :
+ echo SUBDIRS = maude
+ make
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a 
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
/bin/bash ./config.status --recheck
running /bin/bash ./configure  CC=gcc  --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating maude/Makefile
config.status: executing depfiles commands
+ test -f maude/Makefile
+ mkdir maude2
+ echo AC_CONFIG_FILES([maude2/Makefile])AC_SUBST([GREPME])
+ :
+ echo SUBDIRS += maude2
+ make
Making all in maude
cd .. && make  am--refresh
cd .. && make  am--refresh
cd .. && make  am--refresh
cd . && /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a 
 cd . && /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/sh 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  CC=gcc  --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating maude/Makefile
config.status: creating maude2/Makefile
config.status: executing depfiles commands
+ grep GREPME Makefile
GREPME = 
+ grep GREPME maude/Makefile
GREPME = 
+ grep GREPME maude2/Makefile
GREPME = 
PASS: subdir5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subdir6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ touch Makefile.am
+ mkdir sub
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ touch sub/config.hin
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/config.h
+ test -f sub/stamp-h1
+ make clean
+ test -f sub/stamp-h1
+ make distclean
rm -f 
rm -f sub/config.h sub/stamp-h1
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test -f sub/stamp-h1
+ :
PASS: subdir6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subdir7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ mkdir obj
+ cat
+ :
+ echo SUBDIRS = obj
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: naming a subdirectory `obj' causes troubles with BSD make
+ cat stdout
+ test 1 = 1
+ grep obj.*BSD stderr
Makefile.am:1: naming a subdirectory `obj' causes troubles with BSD make
+ cat
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: naming a subdirectory `obj' causes troubles with BSD make
+ cat stdout
+ test 1 = 1
+ grep obj.*BSD stderr
Makefile.am:2: naming a subdirectory `obj' causes troubles with BSD make
PASS: subdir7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
subdir8: running make --version -v
subdir8: running gcc --version
2.95.2
=== Running test ../../tests/subdir8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_CONFIG_FILES([sub/Makefile])
+ cat
+ cat
+ mkdir sub
+ cat
+ cat
+ mkdir m4
+ echo AC_DEFUN([MORE_DEFS], [])
+ aclocal-1.8a -I m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --copy --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: executing depfiles commands
+ make
Making all in sub
source='a.c' object='a.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"subdir8\" -DPACKAGE_TARNAME=\"subdir8\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"subdir8\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"subdir8\" -DVERSION=\"1.0\" -I. -I.      
-g -O2 -c a.c
gcc  -g -O2   -o wish  a.o  
+ mkdir sub/maude
+ cat
+ :
+ echo SUBDIRS = maude
+ mkdir maude
+ :
+ echo AC_CONFIG_FILES([maude/Makefile sub/maude/Makefile])
+ cd sub
+ make
cd .. && make  am--refresh
cd .. && make  am--refresh
cd .. && make  am--refresh
+ cd ..
+ test -f maude/Makefile
FAIL: subdir8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subdirbuiltsources.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ mkdir lib
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --include-deps --copy --force-missing 
--add-missing --gnu
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: executing depfiles commands
+ make
Making all in lib
echo \#define FOO_DEFINE 1 >foo.h
make  all-am
source='foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"nonesuch\" -DVERSION=\"nonesuch\" -I. -I.      -g -O2 -c foo.c
rm -f libfoo.a
ar cru libfoo.a foo.o 
ranlib libfoo.a
+ exit 0
PASS: subdirbuiltsources.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
subcond: running gettext --version
gettext (GNU gettext) 0.11.5
Copyright (C) 1995-1997, 2000-2002 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.
Written by Ulrich Drepper.
=== Running test ../../tests/subcond.test
SKIP: subcond.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subcond2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir src opt
+ :
+ :
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating opt/Makefile
+ make distcheck
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
mkdir subcond2-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond2-1.0/$subdir"  || mkdir "subcond2-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond2-1.0"  
distdir="../subcond2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond2-1.0/opt/../src
find subcond2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond2-1.0
tardir=subcond2-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond2-1.0.tar.gz
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
case 'subcond2-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
subcond2-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c subcond2-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c subcond2-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c subcond2-1.0.shar.gz | 
unshar ;; *.zip*)  unzip subcond2-1.0.zip ;; esac
chmod -R a-w subcond2-1.0; chmod a+w subcond2-1.0
mkdir subcond2-1.0/_build
mkdir subcond2-1.0/_inst
chmod a-w subcond2-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subcond2-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
subcond2-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
subcond2-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating opt/Makefile
Making all in src
cp ../../src/source result
Making dvi in src
Making check in src
make  check-local
Making all in src
test -f src/result
test ! -f opt/result
: > ./../../sanity1
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
mkdir subcond2-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond2-1.0/$subdir"  || mkdir "subcond2-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond2-1.0"  
distdir="../subcond2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond2-1.0/opt/../src
find subcond2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond2-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond2-1.0
test -f subcond2-1.0/src/source
test -f subcond2-1.0/opt/source
Making install in src
Making installcheck in src
Making uninstall in src
Making install in src
Making uninstall in src
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
mkdir subcond2-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond2-1.0/$subdir"  || mkdir "subcond2-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond2-1.0"  
distdir="../subcond2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond2-1.0/opt/../src
find subcond2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond2-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond2-1.0
tardir=subcond2-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond2-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond2-1.0.tar.gz
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
Making distclean in opt
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in src
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
==============================================
subcond2-1.0 archives ready for distribution: 
subcond2-1.0.tar.gz
==============================================
+ test -f sanity1
+ DISTCHECK_CONFIGURE_FLAGS=want_opt=yes make distcheck
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
mkdir subcond2-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond2-1.0/$subdir"  || mkdir "subcond2-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond2-1.0"  
distdir="../subcond2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond2-1.0/opt/../src
find subcond2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond2-1.0
tardir=subcond2-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond2-1.0.tar.gz
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
case 'subcond2-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
subcond2-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c subcond2-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c subcond2-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c subcond2-1.0.shar.gz | 
unshar ;; *.zip*)  unzip subcond2-1.0.zip ;; esac
chmod -R a-w subcond2-1.0; chmod a+w subcond2-1.0
mkdir subcond2-1.0/_build
mkdir subcond2-1.0/_inst
chmod a-w subcond2-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subcond2-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
subcond2-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"  
want_opt=yes  && make   && make  dvi  && make  check  && make  install  && make 
 installcheck  && make  uninstall  && make  
distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod -R a-w 
"$dc_install_base"  && ({  (cd ../.. && umask 077 && mkdir "$dc_destdir")  && 
make  DESTDIR="$dc_destdir" install  && make  DESTDIR="$dc_destdir" uninstall  
&& make  DESTDIR="$dc_destdir"  distuninstallcheck_dir="$dc_destdir" 
distuninstallcheck;  } || { rm -rf "$dc_destdir"; exit 1; })  && rm -rf 
"$dc_destdir"  && make  dist  && rm -rf subcond2-1.0.tar.gz  && make  
distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating opt/Makefile
Making all in src
cp ../../src/source result
Making all in opt
cp ../../opt/source result
Making dvi in src
Making dvi in opt
Making check in src
Making check in opt
make  check-local
Making all in src
Making all in opt
test -f src/result
test -f opt/result
: > ./../../sanity2
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
mkdir subcond2-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond2-1.0/$subdir"  || mkdir "subcond2-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond2-1.0"  
distdir="../subcond2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond2-1.0/opt/../src
find subcond2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond2-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond2-1.0
test -f subcond2-1.0/src/source
test -f subcond2-1.0/opt/source
Making install in src
Making install in opt
Making installcheck in src
Making installcheck in opt
Making uninstall in src
Making uninstall in opt
Making install in src
Making install in opt
Making uninstall in src
Making uninstall in opt
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
mkdir subcond2-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond2-1.0/$subdir"  || mkdir "subcond2-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond2-1.0"  
distdir="../subcond2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond2-1.0/opt/../src
find subcond2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond2-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond2-1.0
tardir=subcond2-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond2-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond2-1.0.tar.gz
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
Making distclean in opt
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in src
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d subcond2-1.0  || { find subcond2-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond2-1.0; }; }
==============================================
subcond2-1.0 archives ready for distribution: 
subcond2-1.0.tar.gz
==============================================
+ test -f sanity2
PASS: subcond2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subcond3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir src opt
+ :
+ :
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating opt/Makefile
+ make distcheck
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
mkdir subcond3-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond3-1.0/$subdir"  || mkdir "subcond3-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond3-1.0"  
distdir="../subcond3-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond3-1.0/opt/../src
find subcond3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond3-1.0
tardir=subcond3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond3-1.0.tar.gz
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
case 'subcond3-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
subcond3-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c subcond3-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c subcond3-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c subcond3-1.0.shar.gz | 
unshar ;; *.zip*)  unzip subcond3-1.0.zip ;; esac
chmod -R a-w subcond3-1.0; chmod a+w subcond3-1.0
mkdir subcond3-1.0/_build
mkdir subcond3-1.0/_inst
chmod a-w subcond3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subcond3-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
subcond3-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
subcond3-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating opt/Makefile
Making all in src
cp ../../src/source result
Making dvi in src
Making check in src
make  check-local
Making all in src
test -f src/result
if test -n ""; then  test -f opt/result || exit 1;  : > ./../../sanity2 || exit 
1;  else  test ! -f opt/result || exit 1;  : > ./../../sanity1 || exit 1;  fi
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
mkdir subcond3-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond3-1.0/$subdir"  || mkdir "subcond3-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond3-1.0"  
distdir="../subcond3-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond3-1.0/opt/../src
find subcond3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond3-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond3-1.0
test -f subcond3-1.0/src/source
test -f subcond3-1.0/opt/source
Making install in src
Making installcheck in src
Making uninstall in src
Making install in src
Making uninstall in src
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
mkdir subcond3-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond3-1.0/$subdir"  || mkdir "subcond3-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond3-1.0"  
distdir="../subcond3-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond3-1.0/opt/../src
find subcond3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond3-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond3-1.0
tardir=subcond3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond3-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond3-1.0.tar.gz
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
Making distclean in opt
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in src
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
==============================================
subcond3-1.0 archives ready for distribution: 
subcond3-1.0.tar.gz
==============================================
+ test -f sanity1
+ DISTCHECK_CONFIGURE_FLAGS=want_opt=yes make distcheck
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
mkdir subcond3-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond3-1.0/$subdir"  || mkdir "subcond3-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond3-1.0"  
distdir="../subcond3-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond3-1.0/opt/../src
find subcond3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond3-1.0
tardir=subcond3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond3-1.0.tar.gz
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
case 'subcond3-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
subcond3-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c subcond3-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c subcond3-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c subcond3-1.0.shar.gz | 
unshar ;; *.zip*)  unzip subcond3-1.0.zip ;; esac
chmod -R a-w subcond3-1.0; chmod a+w subcond3-1.0
mkdir subcond3-1.0/_build
mkdir subcond3-1.0/_inst
chmod a-w subcond3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subcond3-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
subcond3-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"  
want_opt=yes  && make   && make  dvi  && make  check  && make  install  && make 
 installcheck  && make  uninstall  && make  
distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod -R a-w 
"$dc_install_base"  && ({  (cd ../.. && umask 077 && mkdir "$dc_destdir")  && 
make  DESTDIR="$dc_destdir" install  && make  DESTDIR="$dc_destdir" uninstall  
&& make  DESTDIR="$dc_destdir"  distuninstallcheck_dir="$dc_destdir" 
distuninstallcheck;  } || { rm -rf "$dc_destdir"; exit 1; })  && rm -rf 
"$dc_destdir"  && make  dist  && rm -rf subcond3-1.0.tar.gz  && make  
distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating opt/Makefile
Making all in src
cp ../../src/source result
Making all in opt
cp ../../opt/source result
Making dvi in src
Making dvi in opt
Making check in src
Making check in opt
make  check-local
Making all in src
Making all in opt
test -f src/result
if test -n "opt"; then  test -f opt/result || exit 1;  : > ./../../sanity2 || 
exit 1;  else  test ! -f opt/result || exit 1;  : > ./../../sanity1 || exit 1;  
fi
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
mkdir subcond3-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond3-1.0/$subdir"  || mkdir "subcond3-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond3-1.0"  
distdir="../subcond3-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond3-1.0/opt/../src
find subcond3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond3-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond3-1.0
test -f subcond3-1.0/src/source
test -f subcond3-1.0/opt/source
Making install in src
Making install in opt
Making installcheck in src
Making installcheck in opt
Making uninstall in src
Making uninstall in opt
Making install in src
Making install in opt
Making uninstall in src
Making uninstall in opt
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
mkdir subcond3-1.0
list='src opt'; for subdir in $list; do  if test "$subdir" = .; then :; else  
test -d "subcond3-1.0/$subdir"  || mkdir "subcond3-1.0/$subdir"  || exit 1;  
(cd $subdir &&  make   top_distdir="../subcond3-1.0"  
distdir="../subcond3-1.0/$subdir"  distdir)  || exit 1;  fi;  done
mkdir -p -- . ../subcond3-1.0/opt/../src
find subcond3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond3-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subcond3-1.0
tardir=subcond3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subcond3-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subcond3-1.0.tar.gz
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
Making distclean in opt
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in src
test -z "result" || rm -f result
rm -f 
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d subcond3-1.0  || { find subcond3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr subcond3-1.0; }; }
==============================================
subcond3-1.0 archives ready for distribution: 
subcond3-1.0.tar.gz
==============================================
+ test -f sanity2
PASS: subcond3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subobj.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ cat stderr
Makefile.am: installing `./compile'
+ grep install.*compile stderr
Makefile.am: installing `./compile'
+ test -f compile
+ grep -F generic/a.$(OBJEXT) Makefile.in
am_wish_OBJECTS = generic/a.$(OBJEXT) generic/b.$(OBJEXT)
generic/a.$(OBJEXT): generic/$(am__dirstamp) \
        -rm -f generic/a.$(OBJEXT)
+ grep [^/]a\.\$(OBJEXT) Makefile.in
+ grep ^generic/b.\$(OBJEXT):.*dirstamp Makefile.in
generic/b.$(OBJEXT): generic/$(am__dirstamp) \
PASS: subobj.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subobj2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F generic/a.$(OBJEXT) Makefile.in
am_wish_OBJECTS = generic/a.$(OBJEXT) generic/b.$(OBJEXT)
generic/a.$(OBJEXT): generic/$(am__dirstamp) \
        -rm -f generic/a.$(OBJEXT)
+ grep [^/]a\.\$(OBJEXT) Makefile.in
+ grep -F -e -c -o Makefile.in
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c 
-o $@ $<; \
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c 
-o $@ `$(CYGPATH_W) '$<'`; \
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c 
-o $@ $<; \
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c 
-o $@ `$(CYGPATH_W) '$<'`; \
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
PASS: subobj2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
subobj3: running gcc --version
2.95.2
=== Running test ../../tests/subobj3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir sub
+ cat
+ CFLAGS=
+ export CFLAGS
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ ANSI2KNR=./ansi2knr U=_ make -e
source='sub/hello.c' object='sub/hello.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ./depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"hello\" -DVERSION=\"0.23\" -DPROTOTYPES=1 -D__PROTOTYPES=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -I. -I.       -c -o sub/hello.o sub/hello.c
gcc     -o hello  sub/hello.o  
+ ./hello
yeah, yeah
PASS: subobj3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subobj4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir d1 d2
+ cat
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep CC.*z d1/Makefile.in
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT z.o -MD -MP -MF 
"$(DEPDIR)/z.Tpo" -c -o z.o `test -f '../d2/z.c' || echo 
'$(srcdir)/'`../d2/z.c; \
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/z.Tpo" "$(DEPDIR)/z.Po"; else rm 
-f "$(DEPDIR)/z.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../d2/z.c' object='z.o' 
libtool=no @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o z.o `test -f 
'../d2/z.c' || echo '$(srcdir)/'`../d2/z.c
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT z.obj -MD -MP -MF 
"$(DEPDIR)/z.Tpo" -c -o z.obj `if test -f '../d2/z.c'; then $(CYGPATH_W) 
'../d2/z.c'; else $(CYGPATH_W) '$(srcdir)/../d2/z.c'; fi`; \
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/z.Tpo" "$(DEPDIR)/z.Po"; else rm 
-f "$(DEPDIR)/z.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../d2/z.c' object='z.obj' 
libtool=no @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o z.obj `if test -f 
'../d2/z.c'; then $(CYGPATH_W) '../d2/z.c'; else $(CYGPATH_W) 
'$(srcdir)/../d2/z.c'; fi`
PASS: subobj4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subobj5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ mkdir generic
+ :
+ :
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --include-deps --copy --add-missing
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating generic/Makefile
config.status: executing depfiles commands
+ make dist
{ test ! -d nonesuch-nonesuch  || { find nonesuch-nonesuch -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr nonesuch-nonesuch; }; }
mkdir nonesuch-nonesuch
find nonesuch-nonesuch -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r nonesuch-nonesuch
tardir=nonesuch-nonesuch && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >nonesuch-nonesuch.tar.gz
{ test ! -d nonesuch-nonesuch  || { find nonesuch-nonesuch -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr nonesuch-nonesuch; }; }
PASS: subobj5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
subobj6: running gcc --version
2.95.2
=== Running test ../../tests/subobj6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ mkdir generic
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --include-deps --copy --add-missing
Makefile.am: installing `./compile'
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test-all
source='../generic/a.c' object='generic/a.o' libtool=no  DEPDIR=.deps 
depmode=gcc /bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"subobj6\" 
-DPACKAGE_TARNAME=\"subobj6\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"subobj6\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"subobj6\" -DVERSION=\"1.0\" -I. -I..      -g -O2 -c -o generic/a.o 
../generic/a.c
gcc  -g -O2   -o wish  generic/a.o  
test -f generic/.dirstamp
+ make test-mostlyclean
rm -f *.o
rm -f generic/a.o
test ! -f generic/a.o
+ make test-distclean
test -z "wish" || rm -f wish
rm -f *.o
rm -f generic/a.o
rm -f *.tab.c
rm -f 
rm -f generic/.dirstamp
rm -f generic/.deps/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf generic/.deps
rm -f Makefile
test ! -f generic/.dirstamp
+ cd ..
+ cat
+ mv generic/a.c a.c
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --include-deps --copy --add-missing
+ mkdir build2
+ cd build2
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='../a.c' object='a.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"subobj6\" -DPACKAGE_TARNAME=\"subobj6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"subobj6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"subobj6\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c -o a.o ../a.c
gcc  -g -O2   -o wish  a.o  
+ make mostlyclean
rm -f *.o
PASS: subobj6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subobj7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep wish_CFLAGS Makefile.in
+ exit 0
PASS: subobj7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subobj8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ mkdir tools foo foo/bar
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
configure.in: installing `tools/install-sh'
configure.in: installing `tools/missing'
foo/Makefile.am: installing `tools/compile'
foo/Makefile.am: installing `tools/depcomp'
+ test -f tools/compile
PASS: subobj8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
subobj9: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
subobj9: running g++ --version
2.95.2
=== Running test ../../tests/subobj9.test
SKIP: subobj9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subobjname.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
+ grep ^am_c_OBJECTS =  Makefile.in
am_c_OBJECTS = $(am__objects_4)
+ grep ^am_d_OBJECTS =  Makefile.in
am_d_OBJECTS = $(am__objects_4)
+ sed -n /^am_c_OBJECTS = / {
                s/.* = \(.*\)$/\1/
                p
              } Makefile.in
+ cobj=$(am__objects_4)
+ sed -n /^am_d_OBJECTS = / {
                s/^.* = \(.*\)$/\1/
                p
              } Makefile.in
+ dobj=$(am__objects_4)
+ test $(am__objects_4) = $(am__objects_4)
PASS: subobjname.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
subpkg: running gcc --version
2.95.2
=== Running test ../../tests/subpkg.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ mkdir m4
+ cat
+ cat
+ cat
+ cat
+ mkdir lib
+ mkdir lib/src
+ cat
+ cat
+ cat
+ aclocal-1.8a -I m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ cd lib
+ aclocal-1.8a -I ../m4
+ grep -F m4_include([../m4/foo.m4]) aclocal.m4
m4_include([../m4/foo.m4])
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ cd ..
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in lib
configure: running /bin/bash './configure' --prefix=/usr/local  'CC=gcc' 
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make distcheck
{ test ! -d subpack-1  || { find subpack-1 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr subpack-1; }; }
mkdir subpack-1
mkdir -p -- . subpack-1/m4
list='lib'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "subpack-1/$subdir"  || mkdir "subpack-1/$subdir"  || exit 1;  (cd $subdir 
&&  make   top_distdir="../subpack-1"  distdir="../subpack-1/$subdir"  distdir) 
 || exit 1;  fi;  done
{ test ! -d ../subpack-1/lib  || { find ../subpack-1/lib -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr ../subpack-1/lib; }; }
mkdir ../subpack-1/lib
mkdir -p -- . ../subpack-1/lib/.. ../subpack-1/lib/../m4
make   top_distdir="../subpack-1" distdir="../subpack-1/lib"  dist-hook
test ! -f ../subpack-1/lib/LDADD.c
test -f ../subpack-1/LDADD.c
test -f ../subpack-1/lib/src/x.c
test ! -f ../subpack-1/src/x.c
find ../subpack-1/lib -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r ../subpack-1/lib
make   top_distdir="subpack-1" distdir="subpack-1"  dist-hook
test -f subpack-1/LDADD.c
test -f subpack-1/LDADD.c
find subpack-1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subpack-1
tardir=subpack-1 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subpack-1.tar.gz
{ test ! -d subpack-1  || { find subpack-1 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr subpack-1; }; }
case 'subpack-1.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c subpack-1.tar.gz 
| /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c subpack-1.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c subpack-1.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c subpack-1.shar.gz | 
unshar ;; *.zip*)  unzip subpack-1.zip ;; esac
chmod -R a-w subpack-1; chmod a+w subpack-1
mkdir subpack-1/_build
mkdir subpack-1/_inst
chmod a-w subpack-1
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subpack-1/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
subpack-1/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    && 
make   && make  dvi  && make  check  && make  install  && make  installcheck  
&& make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
subpack-1.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in lib
configure: running /bin/bash '../../lib/configure' 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst
  '--srcdir=..' 
'--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst'
 'CC=gcc' --cache-file=/dev/null --srcdir=../../lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
Making all in lib
source='src/x.c' object='x.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../../lib/../depcomp  gcc -DPACKAGE_NAME=\"lib\" -DPACKAGE_TARNAME=\"lib\" 
-DPACKAGE_VERSION=\"2.3\" -DPACKAGE_STRING=\"lib\ 2.3\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"lib\" -DVERSION=\"2.3\" -I. -I../../lib    
 -g -O2 -c -o x.o `test -f 'src/x.c' || echo '../../lib/'`src/x.c
rm -f liblib.a
ar cru liblib.a x.o 
ranlib liblib.a
source='../LDADD.c' object='LDADD.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"subpkg\" 
-DPACKAGE_TARNAME=\"subpkg\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"subpkg\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"subpkg\" 
-DVERSION=\"1.0\" -I. -I..      -g -O2 -c ../LDADD.c
gcc  -g -O2   -o LDADD  LDADD.o lib/liblib.a 
Making dvi in lib
Making check in lib
Making install in lib
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin"
  /usr/bin/install -c 'LDADD' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin/LDADD'
Making installcheck in lib
Making uninstall in lib
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin/LDADD'
Making install in lib
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin"
 || mkdir -p -- . 
"/tmp/am-dc-44029//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin"
  /usr/bin/install -c 'LDADD' 
'/tmp/am-dc-44029//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin/LDADD'
Making uninstall in lib
 rm -f 
'/tmp/am-dc-44029//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/_inst/bin/LDADD'
{ test ! -d subpack-1  || { find subpack-1 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr subpack-1; }; }
mkdir subpack-1
mkdir -p -- . subpack-1/m4
list='lib'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "subpack-1/$subdir"  || mkdir "subpack-1/$subdir"  || exit 1;  (cd $subdir 
&&  make   top_distdir="../subpack-1"  distdir="../subpack-1/$subdir"  distdir) 
 || exit 1;  fi;  done
{ test ! -d ../subpack-1/lib  || { find ../subpack-1/lib -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr ../subpack-1/lib; }; }
mkdir ../subpack-1/lib
mkdir -p -- . ../subpack-1/lib/.. ../subpack-1/lib/../m4
make   top_distdir="../subpack-1" distdir="../subpack-1/lib"  dist-hook
test ! -f ../subpack-1/lib/LDADD.c
test -f ../subpack-1/LDADD.c
test -f ../subpack-1/lib/src/x.c
test ! -f ../subpack-1/src/x.c
find ../subpack-1/lib -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r ../subpack-1/lib
make   top_distdir="subpack-1" distdir="subpack-1"  dist-hook
test -f subpack-1/LDADD.c
test -f subpack-1/LDADD.c
find subpack-1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subpack-1
tardir=subpack-1 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpack-1/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subpack-1.tar.gz
{ test ! -d subpack-1  || { find subpack-1 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr subpack-1; }; }
Making distclean in lib
test -z "liblib.a" || rm -f liblib.a
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
Making distclean in .
test -z "LDADD" || rm -f LDADD
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
{ test ! -d subpack-1  || { find subpack-1 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr subpack-1; }; }
===========================================
subpack-1 archives ready for distribution: 
subpack-1.tar.gz
===========================================
+ test ! -d subpack-1
+ test -f subpack-1.tar.gz
PASS: subpkg.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subpkg2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ mkdir m4
+ cat
+ cat
+ cat
+ mkdir sub
+ cat
+ :
+ echo ACLOCAL_AMFLAGS = -I ../m4
+ aclocal-1.8a -I m4
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ cd sub
+ aclocal-1.8a -I ../m4
+ grep -F m4_include([../m4/foo.m4]) aclocal.m4
m4_include([../m4/foo.m4])
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ cd ..
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in sub
configure: running /bin/bash './configure' --prefix=/usr/local  
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating script
+ make distcheck
{ test ! -d subpkg2-1.0  || { find subpkg2-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg2-1.0; }; }
mkdir subpkg2-1.0
list='sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "subpkg2-1.0/$subdir"  || mkdir "subpkg2-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../subpkg2-1.0"  
distdir="../subpkg2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
{ test ! -d ../subpkg2-1.0/sub  || { find ../subpkg2-1.0/sub -type d ! -perm 
-200 -exec chmod u+w {} ';'  && rm -fr ../subpkg2-1.0/sub; }; }
mkdir ../subpkg2-1.0/sub
mkdir -p -- . ../subpkg2-1.0/sub/. ../subpkg2-1.0/sub/.. 
../subpkg2-1.0/sub/../m4
find ../subpkg2-1.0/sub -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r ../subpkg2-1.0/sub
make   top_distdir="subpkg2-1.0" distdir="subpkg2-1.0"  dist-hook
test -f subpkg2-1.0/sub/script.in
find subpkg2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subpkg2-1.0
tardir=subpkg2-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subpkg2-1.0.tar.gz
{ test ! -d subpkg2-1.0  || { find subpkg2-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg2-1.0; }; }
case 'subpkg2-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
subpkg2-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c subpkg2-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c subpkg2-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c subpkg2-1.0.shar.gz | 
unshar ;; *.zip*)  unzip subpkg2-1.0.zip ;; esac
chmod -R a-w subpkg2-1.0; chmod a+w subpkg2-1.0
mkdir subpkg2-1.0/_build
mkdir subpkg2-1.0/_inst
chmod a-w subpkg2-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subpkg2-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
subpkg2-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
subpkg2-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in sub
configure: running /bin/bash '../../sub/configure' 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpkg2-1.0/_inst
  '--srcdir=..' 
'--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpkg2-1.0/_inst'
 --cache-file=/dev/null --srcdir=../../sub
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating script
{ test ! -d subpkg2-1.0  || { find subpkg2-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg2-1.0; }; }
mkdir subpkg2-1.0
list='sub'; for subdir in $list; do  if test "$subdir" = .; then :; else  test 
-d "subpkg2-1.0/$subdir"  || mkdir "subpkg2-1.0/$subdir"  || exit 1;  (cd 
$subdir &&  make   top_distdir="../subpkg2-1.0"  
distdir="../subpkg2-1.0/$subdir"  distdir)  || exit 1;  fi;  done
{ test ! -d ../subpkg2-1.0/sub  || { find ../subpkg2-1.0/sub -type d ! -perm 
-200 -exec chmod u+w {} ';'  && rm -fr ../subpkg2-1.0/sub; }; }
mkdir ../subpkg2-1.0/sub
mkdir -p -- . ../subpkg2-1.0/sub/. ../subpkg2-1.0/sub/.. 
../subpkg2-1.0/sub/../m4
find ../subpkg2-1.0/sub -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpkg2-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r ../subpkg2-1.0/sub
make   top_distdir="subpkg2-1.0" distdir="subpkg2-1.0"  dist-hook
test -f subpkg2-1.0/sub/script.in
find subpkg2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpkg2-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r subpkg2-1.0
tardir=subpkg2-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/subpkg2-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >subpkg2-1.0.tar.gz
{ test ! -d subpkg2-1.0  || { find subpkg2-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg2-1.0; }; }
Making distclean in sub
rm -f script
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d subpkg2-1.0  || { find subpkg2-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg2-1.0; }; }
=============================================
subpkg2-1.0 archives ready for distribution: 
subpkg2-1.0.tar.gz
=============================================
PASS: subpkg2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subst.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^\$1 Makefile.in
+ exit 0
PASS: subst.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/subst2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make print-programs
+ cat foo
BEG: :END
+ grep BEG: :END foo
BEG: :END
+ am__empty=X make -e print-programs
+ cat foo
BEG: X :END
+ grep BEG: X :END foo
BEG: X :END
+ grep EXTRA_PROGRAMS Makefile.in
EXTRA_PROGRAMS =
PASS: subst2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
substref: running gcc --version
2.95.2
=== Running test ../../tests/substref.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ CFLAGS=
+ export CFLAGS
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ CC=gcc ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -s echorule
+ val=dlmain.c dlmain.o
+ echo dlmain.c dlmain.o
dlmain.c dlmain.o
+ test xdlmain.c dlmain.o = xdlmain.c dlmain.o
+ grep am__helldl_SOURCES_DIST Makefile
+ grep DIST_SOURCES.*\(helldl_SOURCES\) Makefile
DIST_SOURCES = $(helldl_SOURCES)
PASS: substref.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
substre2: running gcc --version
2.95.2
=== Running test ../../tests/substre2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make echorule
+ cat output
BEG: foo1.obj foo4.obj bar3.obj bar4.obj :END
+ grep BEG: foo1.obj foo4.obj bar3.obj bar4.obj :END output
BEG: foo1.obj foo4.obj bar3.obj bar4.obj :END
PASS: substre2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/substtarg.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:6: user target address@hidden@.a' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/library.am:
 ... overrides Automake target address@hidden@.a' defined here
Makefile.am:1:   while processing library address@hidden@.a'
+ cat stdout
+ test 1 = 1
+ grep address@hidden@.a stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/library.am:
 ... overrides Automake target address@hidden@.a' defined here
+ grep address@hidden@.a: Makefile.in
+ wc -l
+ num=       1
+ test 1 -eq 1
+ automake-1.8a --foreign -Werror -Wall -Wno-override
PASS: substtarg.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/suffix.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -i
+ grep ^\.c\.o Makefile.in
+ automake-1.8a --foreign -Werror -Wall
+ grep ^\.c\.o Makefile.in
PASS: suffix.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
suffix2: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/suffix2.test
SKIP: suffix2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/suffix3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F foo.cc Makefile.in
+ grep -F foo.$(OBJEXT) Makefile.in
am_foo_OBJECTS = foo.$(OBJEXT)
+ exit 0
PASS: suffix3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/suffix4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep .SUFFIXES:.*\.k Makefile.in
.SUFFIXES: .k .o
+ exit 0
PASS: suffix4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
suffix5: running libtool --version
ltmain.sh (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
=== Running test ../../tests/suffix5.test
SKIP: suffix5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/suffix6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep _OBJECTS.* foo\.$(OBJEXT) Makefile.in
am_foo_OBJECTS = foo.$(OBJEXT) fu.$(OBJEXT)
+ grep _OBJECTS.* fu\.$(OBJEXT) Makefile.in
am_foo_OBJECTS = foo.$(OBJEXT) fu.$(OBJEXT)
PASS: suffix6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/suffix7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep SUFFIXES.* \.cpp Makefile.in
+ grep SUFFIXES.* \.idlC Makefile.in
+ exit 0
PASS: suffix7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
suffix8: running gcc --version
2.95.2
suffix8: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ../../tests/suffix8.test
SKIP: suffix8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/suffix9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_PROG_CC
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
+ cat
+ automake-1.8a --foreign -Werror -Wall -a
PASS: suffix9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
suffix10: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
suffix10: running bison --version
GNU Bison version 1.28
=== Running test ../../tests/suffix10.test
SKIP: suffix10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/suffix11.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
Makefile.am:5: Inference rules can have only one target before the colon 
(POSIX).
+ cat stdout
+ test 1 = 1
+ grep Inference rules can have only one target before the colon stderr
Makefile.am:5: Inference rules can have only one target before the colon 
(POSIX).
+ automake-1.8a --foreign -Werror -Wall -a -Wno-portability
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ env OBJEXT=foo make -e print
+ cat stdout
BEGIN: foo.foo :END
BEGIN: bar.foo :END
BEGIN: baz1.foo baz2.foo :END
+ grep BEGIN: foo.foo :END stdout
BEGIN: foo.foo :END
+ grep BEGIN: bar.foo :END stdout
BEGIN: bar.foo :END
+ grep BEGIN: baz1.foo baz2.foo :END stdout
BEGIN: baz1.foo baz2.foo :END
PASS: suffix11.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/symlink.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ rm -f install-sh
+ rm -f mkinstalldirs
+ :
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails --add-missing
+ AUTOMAKE_run 1 --add-missing
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ exitcode=1
+ cat stderr
configure.in: installing `sub/install-sh'; error while making link: No such 
file or directory
configure.in: installing `sub/missing'; error while making link: No such file 
or directory
+ cat stdout
+ test 1 = 1
+ grep error while making link stderr
configure.in: installing `sub/install-sh'; error while making link: No such 
file or directory
configure.in: installing `sub/missing'; error while making link: No such file 
or directory
PASS: symlink.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/symlink2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ rm -f install-sh
+ rm -f mkinstalldirs
+ ln -s Zardoz mkinstalldirs
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
configure.in: installing `./install-sh'
PASS: symlink2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/symlink3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ rm -f install-sh
+ rm -f mkinstalldirs
+ echo zot
+ echo zot
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing --force-missing
configure.in: installing `./install-sh'
+ grep zot mkinstalldirs
+ exit 0
PASS: symlink3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/syntax.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:2: blank line following trailing backslash
Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
Makefile.am:3: 
Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:3: `foo.la' is not a standard libtool library name
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 am__fastdepCC does not appear in AM_CONDITIONAL
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/depend2.am:
 AMDEP does not appear in AM_CONDITIONAL
Makefile.am: C source seen but `CC' is undefined
Makefile.am: 
Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am: to `configure.in' and run `autoconf' again.
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:2:.*blank line stderr
Makefile.am:2: blank line following trailing backslash
PASS: syntax.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/tags.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^ID: Makefile.in
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
PASS: tags.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
tagsub: running etags --version -o /dev/null
etags (GNU Emacs 21.1)
Copyright (C) 1999 Free Software Foundation, Inc. and Ken Arnold
This program is distributed under the same terms as Emacs
=== Running test ../../tests/tagsub.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo SUBDIRS = sub
+ mkdir sub
+ echo noinst_HEADERS = iguana.h
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
+ make tags
list='sub'; for subdir in $list; do  test "$subdir" = . || (cd $subdir && make  
tags);  done
tags=;  here=`pwd`;  list=' iguana.h   ';  unique=`for i in $list; do  if test 
-f "$i"; then echo $i; else echo ./$i; fi;  done |  awk '    { files[$0] = 1; } 
 END { for (i in files) print i; }'`;  if test -z "$tags$unique"; then :; else  
test -z "$unique" && unique=$empty_fix;  etags     $tags $unique;  fi
tags=;  here=`pwd`;  if (etags --etags-include --version) >/dev/null 2>&1; then 
 include_option=--etags-include;  empty_fix=.;  else  include_option=--include; 
 empty_fix=;  fi;  list='sub'; for subdir in $list; do  if test "$subdir" = .; 
then :; else  test -f $subdir/TAGS &&  tags="$tags 
$include_option=$here/$subdir/TAGS";  fi;  done;  list='    ';  unique=`for i 
in $list; do  if test -f "$i"; then echo $i; else echo ./$i; fi;  done |  awk ' 
   { files[$0] = 1; }  END { for (i in files) print i; }'`;  if test -z 
"$tags$unique"; then :; else  test -z "$unique" && unique=$empty_fix;  etags    
 $tags $unique;  fi
+ test -f sub/TAGS
+ test -f TAGS
+ grep -F sub/TAGS TAGS
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/sub/TAGS,include
+ grep -F iguana.h sub/TAGS
iguana.h,0
+ make distclean
Making distclean in sub
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
Making distclean in .
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test ! -f sub/TAGS
+ test ! -f TAGS
PASS: tagsub.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/tar.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... pax
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d tar-1.0  || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr tar-1.0; }; }
mkdir tar-1.0
find tar-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r tar-1.0
tardir=tar-1.0 && pax -L -x ustar -w "$tardir" | GZIP=--best gzip -c 
>tar-1.0.tar.gz
{ test ! -d tar-1.0  || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr tar-1.0; }; }
case 'tar-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c tar-1.0.tar.gz | 
pax -r ;; *.tar.bz2*)  bunzip2 -c tar-1.0.tar.bz2 | pax -r ;; *.tar.Z*)  
uncompress -c tar-1.0.tar.Z | pax -r ;; *.shar.gz*)  GZIP=--best gunzip -c 
tar-1.0.shar.gz | unshar ;; *.zip*)  unzip tar-1.0.zip ;; esac
chmod -R a-w tar-1.0; chmod a+w tar-1.0
mkdir tar-1.0/_build
mkdir tar-1.0/_inst
chmod a-w tar-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd tar-1.0/_inst && pwd | sed -e 
's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
tar-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    && 
make   && make  dvi  && make  check  && make  install  && make  installcheck  
&& make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
tar-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... pax
configure: creating ./config.status
config.status: creating Makefile
{ test ! -d tar-1.0  || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr tar-1.0; }; }
mkdir tar-1.0
find tar-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/tar-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r tar-1.0
tardir=tar-1.0 && pax -L -x ustar -w "$tardir" | GZIP=--best gzip -c 
>tar-1.0.tar.gz
{ test ! -d tar-1.0  || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr tar-1.0; }; }
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d tar-1.0  || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr tar-1.0; }; }
=========================================
tar-1.0 archives ready for distribution: 
tar-1.0.tar.gz
=========================================
+ test -f tar-1.0.tar.gz
PASS: tar.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/tar2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... none
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d tar2-1.0  || { find tar2-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr tar2-1.0; }; }
mkdir tar2-1.0
find tar2-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r tar2-1.0
tardir=tar2-1.0 && false | GZIP=--best gzip -c >tar2-1.0.tar.gz
{ test ! -d tar2-1.0  || { find tar2-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr tar2-1.0; }; }
case 'tar2-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c tar2-1.0.tar.gz | 
false ;; *.tar.bz2*)  bunzip2 -c tar2-1.0.tar.bz2 | false ;; *.tar.Z*)  
uncompress -c tar2-1.0.tar.Z | false ;; *.shar.gz*)  GZIP=--best gunzip -c 
tar2-1.0.shar.gz | unshar ;; *.zip*)  unzip tar2-1.0.zip ;; esac
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: tar2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/tar3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
configure.in:2: options `tar-v7' and `tar-pax' are mutually exclusive
+ cat stdout
+ test 1 = 1
+ grep configure.in:2:.*mutually exclusive stderr
configure.in:2: options `tar-v7' and `tar-pax' are mutually exclusive
+ rm -rf autom4te.cache
+ cat
+ echo AUTOMAKE_OPTIONS = tar-pax
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: option `tar-pax' must be an argument of AM_INIT_AUTOMAKE
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*tar-pax.*AM_INIT_AUTOMAKE stderr
Makefile.am:1: option `tar-pax' must be an argument of AM_INIT_AUTOMAKE
PASS: tar3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
target-cflags: running gcc --version
2.95.2
=== Running test ../../tests/target-cflags.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"target-cflags\" 
-DVERSION=\"0.0\" -I. -I..    -DFOO -g -O2 -c -o foo-foo.o `test -f 'foo.c' || 
echo '../'`foo.c
gcc  -g -O2   -o foo  foo-foo.o  
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"target-cflags\" 
-DVERSION=\"0.0\" -I. -I..      -g -O2 -c ../bar.c
gcc  -g -O2   -o bar  bar.o  
+ ./foo
+ ./bar
+ cd ..
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"target-cflags\" 
-DVERSION=\"0.0\" -I. -I.    -DFOO -g -O2 -c -o foo-foo.o `test -f 'foo.c' || 
echo './'`foo.c
gcc  -g -O2   -o foo  foo-foo.o  
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"target-cflags\" 
-DVERSION=\"0.0\" -I. -I.      -g -O2 -c bar.c
gcc  -g -O2   -o bar  bar.o  
+ ./foo
+ ./bar
PASS: target-cflags.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
targetclash: running gcc --version
2.95.2
=== Running test ../../tests/targetclash.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ AUTOMAKE_fails -a
+ AUTOMAKE_run 1 -a
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall -a
+ exitcode=1
+ cat stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/tags.am:
 redefinition of `ctags'...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/program.am:
 ... `ctags$(EXEEXT)' previously defined here
Makefile.am:1:   while processing program `ctags'
+ cat stdout
+ test 1 = 1
+ grep redefinition.*ctags stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/tags.am:
 redefinition of `ctags'...
PASS: targetclash.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ echo @setfilename textutils.info
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F -v @SET_MAKE@ Makefile.in
+ make -s -f Makefile.sed SHELL=/bin/bash magic
+ grep texinfo\.tex
@top_srcdir@/configure.in @top_srcdir@/aclocal.m4 @srcdir@/Makefile.am 
@srcdir@/Makefile.in @top_srcdir@/configure depcomp install-sh missing 
texinfo.tex textutils.texi
PASS: txinfo.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ :
+ echo @setfilename textutils.info
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make magic
+ cat stdout
./configure.in ./aclocal.m4 ./Makefile.am ./Makefile.in ./configure depcomp 
install-sh missing texinfo.tex textutils.texi
+ grep ~ stdout
+ exit 0
PASS: txinfo2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo3: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./texinfo.tex'
+ grep ^INFO_DEPS.*textutils$ Makefile.in
INFO_DEPS = $(srcdir)/textutils
+ grep ^.texi:$ Makefile.in
+ grep textutils: textutils.texi Makefile.in
$(srcdir)/textutils: textutils.texi 
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d txinfo3-1.0  || { find txinfo3-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr txinfo3-1.0; }; }
mkdir txinfo3-1.0
make   top_distdir="txinfo3-1.0" distdir="txinfo3-1.0"  dist-info
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./textutils ./textutils-[0-9] 
./textutils-[0-9][0-9] ./textutils.i[0-9] ./textutils.i[0-9][0-9]; do  if test 
-f $f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./textutils ./textutils.texi;  then  rc=0;  cd .;  
else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././textutils" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
find txinfo3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo3-1.0
tardir=txinfo3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo3-1.0.tar.gz
{ test ! -d txinfo3-1.0  || { find txinfo3-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr txinfo3-1.0; }; }
case 'txinfo3-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo3-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo3-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo3-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo3-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo3-1.0.zip ;; esac
chmod -R a-w txinfo3-1.0; chmod a+w txinfo3-1.0
mkdir txinfo3-1.0/_build
mkdir txinfo3-1.0/_inst
chmod a-w txinfo3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo3-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo3-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo3-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/missing
 --run makeinfo   -I ..'  texi2dvi ../textutils.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo3-1.0/textutils.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo3-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.) [1] )
Output written on textutils.dvi (1 page, 212 bytes).
Transcript written on textutils.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../textutils' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils';
 nothing deleted
 rm -f textutils textutils-[0-9] textutils-[0-9][0-9] textutils.i[0-9] 
textutils.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../textutils' 
'/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
 install-info 
--info-dir='/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info'
 
'/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
install-info: warning: no info dir entry in 
`/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
:
 install-info 
--info-dir='/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info'
 --remove 
'/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils'
install-info: warning: no entries found for 
`/tmp/am-dc-65004//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/_inst/info/textutils';
 nothing deleted
 rm -f textutils textutils-[0-9] textutils-[0-9][0-9] textutils.i[0-9] 
textutils.i[0-9][0-9])
{ test ! -d txinfo3-1.0  || { find txinfo3-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr txinfo3-1.0; }; }
mkdir txinfo3-1.0
make   top_distdir="txinfo3-1.0" distdir="txinfo3-1.0"  dist-info
find txinfo3-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo3-1.0
tardir=txinfo3-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo3-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo3-1.0.tar.gz
{ test ! -d txinfo3-1.0  || { find txinfo3-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr txinfo3-1.0; }; }
rm -rf textutils.aux textutils.cp textutils.cps textutils.fn textutils.fns  
textutils.ky textutils.kys textutils.log textutils.pg  textutils.pgs 
textutils.tmp textutils.toc textutils.tp  textutils.tps textutils.vr 
textutils.vrs textutils.dvi  textutils.pdf textutils.ps textutils.html
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo3-1.0  || { find txinfo3-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr txinfo3-1.0; }; }
=============================================
txinfo3-1.0 archives ready for distribution: 
txinfo3-1.0.tar.gz
=============================================
PASS: txinfo3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo @setfilename textutils.frob
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
./textutils.texi:1: output `textutils.frob' has unrecognized extension
+ cat stdout
+ test 1 = 1
+ grep textutils.texi:1:.*textutils.frob.*extension stderr
./textutils.texi:1: output `textutils.frob' has unrecognized extension
PASS: txinfo4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ echo @setfilename ian.info
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --cygnus
configure.in:2: user variable `MAKEINFO' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/texinfos.am:
 ... overrides Automake variable `MAKEINFO' defined here
XFAIL: txinfo5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ echo @setfilename foo.info
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F .txi.info Makefile.in
.txi.info:
PASS: txinfo6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ echo @setfilename textutils.info
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am:1: installing `./texinfo.tex'
+ test -f texinfo.tex
PASS: txinfo7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ echo @setfilename textutils.info
+ test -d sub
+ mkdir sub
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
configure.in: installing `sub/install-sh'
configure.in: installing `sub/missing'
Makefile.am:1: installing `sub/texinfo.tex'
+ grep -F -v @SET_MAKE@ sub/Makefile.in
+ test -f sub/texinfo.tex
+ make -s -f sub/Makefile.sed SHELL=/bin/bash magic
+ grep texinfo\.tex
@srcdir@/Makefile.am @srcdir@/Makefile.in install-sh missing texinfo.tex
+ stat=0
+ exit 0
PASS: txinfo8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo9.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ echo @setfilename maude.info
+ echo @setfilename liver.info
+ echo @setfilename heart.info
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^dist-info: Makefile.in
+ wc -l
+ test 1 -eq 1
PASS: txinfo9.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo10.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir sub
+ cat
+ echo @setfilename maude.info
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep dvi-recursive Makefile.in
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
dvi: dvi-recursive
+ grep [^-]info-recursive Makefile.in
        html-recursive info-recursive install-data-recursive \
info: info-recursive
+ grep [^n]install-info-recursive Makefile.in
        install-exec-recursive install-info-recursive \
install-info: install-info-recursive
+ grep uninstall-info-recursive Makefile.in
        pdf-recursive ps-recursive uninstall-info-recursive \
uninstall-info: uninstall-info-recursive
PASS: txinfo10.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo13: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
txinfo13: running texi2dvi -o /dev/null --version
texi2dvi (GNU Texinfo 4.2) 0.51

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo13.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir subdir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
test -f subdir/.dirstamp || make subdir/.dirstamp
Updating ../subdir/version.texi
{ test ! -d txinfo13-1.0  || { find txinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo13-1.0; }; }
mkdir txinfo13-1.0
mkdir -p -- . txinfo13-1.0/subdir
make   top_distdir="txinfo13-1.0" distdir="txinfo13-1.0"  dist-info
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd .. &&  rm -rf 
$backupdir && mkdir $backupdir &&  for f in ../subdir/main.info 
../subdir/main.info-[0-9] ../subdir/main.info-[0-9][0-9] ../subdir/main.i[0-9] 
../subdir/main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  
restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I subdir -I ../subdir  -o ../subdir/main.info 
../subdir/main.texi;  then  rc=0;  cd ..;  else  rc=$?;  cd .. &&  $restore 
$backupdir/* `echo "./../subdir/main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf 
$backupdir;  exit $rc
find txinfo13-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo13-1.0
tardir=txinfo13-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo13-1.0.tar.gz
{ test ! -d txinfo13-1.0  || { find txinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo13-1.0; }; }
case 'txinfo13-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo13-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo13-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo13-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo13-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo13-1.0.zip ;; esac
chmod -R a-w txinfo13-1.0; chmod a+w txinfo13-1.0
mkdir txinfo13-1.0/_build
mkdir txinfo13-1.0/_inst
chmod a-w txinfo13-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo13-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo13-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo13-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/missing
 --run makeinfo   -I subdir -I ../subdir'  texi2dvi -o subdir/main.dvi `test -f 
'subdir/main.texi' || echo '../'`subdir/main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo13-1.0/subdir/main.texi
(/usr/local/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 1999-09-25.10]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/usr/local/share/texmf/tex/plain/dvips/epsf.tex)
localization, and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo13-1.0/subdir/version.texi)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo13-1.0/subdir/inc.texi) [1] )
Output written on main.dvi (1 page, 232 bytes).
Transcript written on main.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../subdir/main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../subdir/main.info' 
'/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info'
 
'/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info'
 --remove 
'/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-68708//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
{ test ! -d txinfo13-1.0  || { find txinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo13-1.0; }; }
mkdir txinfo13-1.0
mkdir -p -- . txinfo13-1.0/subdir
make   top_distdir="txinfo13-1.0" distdir="txinfo13-1.0"  dist-info
find txinfo13-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo13-1.0
tardir=txinfo13-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo13-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo13-1.0.tar.gz
{ test ! -d txinfo13-1.0  || { find txinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo13-1.0; }; }
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs 
subdir/main.dvi subdir/main.pdf subdir/main.ps  subdir/main.html
rm -f vti.tmp
rm -f 
rm -f subdir/.dirstamp
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo13-1.0  || { find txinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo13-1.0; }; }
==============================================
txinfo13-1.0 archives ready for distribution: 
txinfo13-1.0.tar.gz
==============================================
+ test -f ../subdir/main.info
+ test ! -f subdir/main.info
PASS: txinfo13.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo16: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo16.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Updating ../version.texi
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd .. &&  rm -rf 
$backupdir && mkdir $backupdir &&  for f in ../main.info ../main.info-[0-9] 
../main.info-[0-9][0-9] ../main.i[0-9] ../main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o ../main.info ../main.texi;  then  rc=0;  cd ..;  
else  rc=$?;  cd .. &&  $restore $backupdir/* `echo "./../main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f ../main.info
+ test ! -f main.info
+ test -f ../stamp-vti
+ test ! -f stamp-vti
+ test -f ../version.texi
+ test ! -f version.texi
+ cd ..
+ rm -rf build make.info* stamp-vti version.texi
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Updating ./version.texi
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test -f stamp-vti
+ test -f version.texi
+ sleep 2
+ touch stamp-vti
+ make distclean
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test -f stamp-vti
+ test -f version.texi
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd .. &&  rm -rf 
$backupdir && mkdir $backupdir &&  for f in ../main.info ../main.info-[0-9] 
../main.info-[0-9][0-9] ../main.i[0-9] ../main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o ../main.info ../main.texi;  then  rc=0;  cd ..;  
else  rc=$?;  cd .. &&  $restore $backupdir/* `echo "./../main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test ! -f main.info
+ make dvi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..'  texi2dvi ../main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/texinfo.tex Loading texinfo [version 2004-04-24.16]: Basics, pdf,
fonts, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
+ test -f main.dvi
+ make distcheck
{ test ! -d txinfo16-1.0  || { find txinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo16-1.0; }; }
mkdir txinfo16-1.0
make   top_distdir="txinfo16-1.0" distdir="txinfo16-1.0"  dist-info
find txinfo16-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo16-1.0
tardir=txinfo16-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo16-1.0.tar.gz
{ test ! -d txinfo16-1.0  || { find txinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo16-1.0; }; }
case 'txinfo16-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo16-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo16-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo16-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo16-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo16-1.0.zip ;; esac
chmod -R a-w txinfo16-1.0; chmod a+w txinfo16-1.0
mkdir txinfo16-1.0/_build
mkdir txinfo16-1.0/_inst
chmod a-w txinfo16-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo16-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo16-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo16-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/missing
 --run makeinfo   -I ..'  texi2dvi ../main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo16-1.0/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo16-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo16-1.0/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../main.info' 
'/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info'
 
'/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info'
 --remove 
'/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-71693//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
{ test ! -d txinfo16-1.0  || { find txinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo16-1.0; }; }
mkdir txinfo16-1.0
make   top_distdir="txinfo16-1.0" distdir="txinfo16-1.0"  dist-info
find txinfo16-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo16-1.0
tardir=txinfo16-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo16-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo16-1.0.tar.gz
{ test ! -d txinfo16-1.0  || { find txinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo16-1.0; }; }
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo16-1.0  || { find txinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo16-1.0; }; }
==============================================
txinfo16-1.0 archives ready for distribution: 
txinfo16-1.0.tar.gz
==============================================
PASS: txinfo16.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo17.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./texinfo.tex'
+ grep example Makefile.in
+ grep texinfo: Makefile.in
$(srcdir)/texinfo: texinfo.texi 
PASS: txinfo17.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo18: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo18.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
{ test ! -d txinfo18-1.0  || { find txinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo18-1.0; }; }
mkdir txinfo18-1.0
make   top_distdir="txinfo18-1.0" distdir="txinfo18-1.0"  dist-info
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
find txinfo18-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo18-1.0
tardir=txinfo18-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo18-1.0.tar.gz
{ test ! -d txinfo18-1.0  || { find txinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo18-1.0; }; }
case 'txinfo18-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo18-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo18-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo18-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo18-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo18-1.0.zip ;; esac
chmod -R a-w txinfo18-1.0; chmod a+w txinfo18-1.0
mkdir txinfo18-1.0/_build
mkdir txinfo18-1.0/_inst
chmod a-w txinfo18-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo18-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo18-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo18-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/missing
 --run makeinfo   -I ..'  texi2dvi ../main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo18-1.0/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo18-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo18-1.0/sub.texi) [1] )
Output written on main.dvi (1 page, 236 bytes).
Transcript written on main.log.
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo18-1.0/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo18-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.) (main.aux)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo18-1.0/sub.texi) [1] )
Output written on main.dvi (1 page, 236 bytes).
Transcript written on main.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../main.info' 
'/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info'
 
'/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info'
 --remove 
'/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-73784//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
{ test ! -d txinfo18-1.0  || { find txinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo18-1.0; }; }
mkdir txinfo18-1.0
make   top_distdir="txinfo18-1.0" distdir="txinfo18-1.0"  dist-info
find txinfo18-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo18-1.0
tardir=txinfo18-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo18-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo18-1.0.tar.gz
{ test ! -d txinfo18-1.0  || { find txinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo18-1.0; }; }
rm -rf main.au main.aus main.aux main.cp main.cps main.fn main.fns main.ky  
main.kys main.log main.pg main.pgs main.sa main.sb main.sbs  main.tmp main.toc 
main.tp main.tps main.vr main.vrs main.dvi  main.pdf main.ps main.html
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo18-1.0  || { find txinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo18-1.0; }; }
==============================================
txinfo18-1.0 archives ready for distribution: 
txinfo18-1.0.tar.gz
==============================================
PASS: txinfo18.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo19: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo19.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ pwd
+ ./configure 
--infodir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ :
+ :
+ make install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst"
 /usr/bin/install -c -m 644 './main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/main.info'
 /usr/bin/install -c -m 644 './main.i1' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/main.i1'
 /usr/bin/install -c -m 644 './main.i21' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/main.i21'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/main.info'
+ test -f _inst/main.i1
+ test -f _inst/main.i21
+ make uninstall
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/_inst/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
+ test ! -f _inst/main.i1
+ test ! -f _inst/main.i21
+ sleep 2
+ touch main.texi
+ test -f main.i1
+ test -f main.i21
+ make
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test ! -f main.i1
+ test ! -f main.i21
+ :
+ :
+ make maintainer-clean
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f 
 rm -f ./main.info ./main.info-[0-9] ./main.info-[0-9][0-9] ./main.i[0-9] 
./main.i[0-9][0-9]
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./autom4te.cache
rm -f Makefile
+ test ! -f main.i7
+ test ! -f main.i39
PASS: txinfo19.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo20: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo20.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir sub
+ cat
+ cp main.texi sub/main.texi
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main ./main-[0-9] ./main-[0-9][0-9] 
./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  
restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main" | sed 's|[^/]*$||'`;  
fi;  rm -rf $backupdir;  exit $rc
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./sub/main ./sub/main-[0-9] 
./sub/main-[0-9][0-9] ./sub/main.i[0-9] ./sub/main.i[0-9][0-9]; do  if test -f 
$f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I sub -I ./sub  -o ./sub/main ./sub/main.texi;  then  rc=0;  
cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././sub/main" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ :
+ :
+ sleep 2
+ cp main.texi main.old
+ cat
+ make
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main ./main-[0-9] ./main-[0-9][0-9] 
./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  
restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main" | sed 's|[^/]*$||'`;  
fi;  rm -rf $backupdir;  exit $rc
./main.texi:5: Unknown command `unknown_macro'.
./main.texi:5: Misplaced {.
./main.texi:5: Misplaced }.
makeinfo: Removing output file `./main' due to errors; use --force to preserve.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
+ test -f main
+ test -f main-1
+ cp main.texi sub/main.texi
+ mv main.old main.texi
+ make
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main ./main-[0-9] ./main-[0-9][0-9] 
./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  
restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main" | sed 's|[^/]*$||'`;  
fi;  rm -rf $backupdir;  exit $rc
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./sub/main ./sub/main-[0-9] 
./sub/main-[0-9][0-9] ./sub/main.i[0-9] ./sub/main.i[0-9][0-9]; do  if test -f 
$f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I sub -I ./sub  -o ./sub/main ./sub/main.texi;  then  rc=0;  
cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././sub/main" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
./sub/main.texi:5: Unknown command `unknown_macro'.
./sub/main.texi:5: Misplaced {.
./sub/main.texi:5: Misplaced }.
makeinfo: Removing output file `./sub/main' due to errors; use --force to 
preserve.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
+ test -f main
+ test ! -f main-1
+ test -f sub/main
+ test -f sub/main-1
PASS: txinfo20.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo21: running makeinfo --html --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo21.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ mkdir sub
+ mkdir rec
+ cp main.texi sub/main.texi
+ cp main.texi rec/main.texi
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
rec/Makefile.am:1: installing `rec/texinfo.tex'
Makefile.am:2: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rec/Makefile
+ make
Making all in rec
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./sub/main.info ./sub/main.info-[0-9] 
./sub/main.info-[0-9][0-9] ./sub/main.i[0-9] ./sub/main.i[0-9][0-9]; do  if 
test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  
if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I sub -I ./sub  -o ./sub/main.info ./sub/main.texi;  then  
rc=0;  cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo 
"././sub/main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ make html
Making html in rec
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html   -I .  -o main.html main.texi
if test ! -d main.html && test -d main; then  mv main main.html; else :; fi
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html   -I .  -o main.html main.texi
if test ! -d main.html && test -d main; then  mv main main.html; else :; fi
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html   -I sub -I ./sub  -o sub/main.html `test -f 
'sub/main.texi' || echo './'`sub/main.texi
if test ! -d sub/main.html && test -d sub/main; then  mv sub/main 
sub/main.html; else :; fi
+ test -d main.html
+ test -d sub/main.html
+ test -d rec/main.html
+ make clean
Making clean in rec
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
Making clean in .
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html main.aux  main.cp main.cps main.fn main.fns main.ky 
main.kys main.log  main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  
main.vrs sub/main.dvi sub/main.pdf sub/main.ps sub/main.html
+ test ! -d main.html
+ test ! -d sub/main.html
+ test ! -d rec/main.html
+ MAKEINFOFLAGS=--no-split make -e html
Making html in rec
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html  --no-split -I .  -o main.html main.texi
if test ! -d main.html && test -d main; then  mv main main.html; else :; fi
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html  --no-split -I .  -o main.html main.texi
if test ! -d main.html && test -d main; then  mv main main.html; else :; fi
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html  --no-split -I sub -I ./sub  -o sub/main.html `test -f 
'sub/main.texi' || echo './'`sub/main.texi
if test ! -d sub/main.html && test -d sub/main; then  mv sub/main 
sub/main.html; else :; fi
+ test -f main.html
+ test -f sub/main.html
+ test -f rec/main.html
+ make clean
Making clean in rec
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
Making clean in .
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html main.aux  main.cp main.cps main.fn main.fns main.ky 
main.kys main.log  main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  
main.vrs sub/main.dvi sub/main.pdf sub/main.ps sub/main.html
+ test ! -f main.html
+ test ! -f sub/main.html
+ test ! -f rec/main.html
+ cat
+ automake-1.8a --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rec/Makefile
+ make html
Making html in rec
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html   -I .  -o main.html main.texi
if test ! -d main.html && test -d main; then  mv main main.html; else :; fi
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html --no-split  -I .  -o main.html main.texi
if test ! -d main.html && test -d main; then  mv main main.html; else :; fi
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo --html --no-split  -I sub -I ./sub  -o sub/main.html `test -f 
'sub/main.texi' || echo './'`sub/main.texi
if test ! -d sub/main.html && test -d sub/main; then  mv sub/main 
sub/main.html; else :; fi
+ test -f main.html
+ test -f sub/main.html
+ test -d rec/main.html
+ make clean
Making clean in rec
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
Making clean in .
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html main.aux  main.cp main.cps main.fn main.fns main.ky 
main.kys main.log  main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  
main.vrs sub/main.dvi sub/main.pdf sub/main.ps sub/main.html
+ test ! -f main.html
+ test ! -f sub/main.html
+ test ! -d rec/main.html
PASS: txinfo21.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo22: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo22.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ mkdir aux
+ mkdir tex
+ cp 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/tests/../lib/texinfo.tex
 tex
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
configure.in: installing `aux/install-sh'
configure.in: installing `aux/missing'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ test ! -f texinfo.tex
+ test ! -f aux/texinfo.tex
+ test -f tex/texinfo.tex
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make sure_it_exists
test -f ./tex/texinfo.tex
test -d "././tex"
+ make distcheck
{ test ! -d txinfo22-1.0  || { find txinfo22-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo22-1.0; }; }
mkdir txinfo22-1.0
mkdir -p -- . txinfo22-1.0/aux
make   top_distdir="txinfo22-1.0" distdir="txinfo22-1.0"  dist-info
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/aux/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
find txinfo22-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/aux/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo22-1.0
tardir=txinfo22-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/aux/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo22-1.0.tar.gz
{ test ! -d txinfo22-1.0  || { find txinfo22-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo22-1.0; }; }
case 'txinfo22-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo22-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/aux/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo22-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/aux/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo22-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/aux/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo22-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo22-1.0.zip ;; esac
chmod -R a-w txinfo22-1.0; chmod a+w txinfo22-1.0
mkdir txinfo22-1.0/_build
mkdir txinfo22-1.0/_inst
chmod a-w txinfo22-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo22-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo22-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo22-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
TEXINPUTS="../../tex:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/aux/missing
 --run makeinfo   -I ..'  texi2dvi ../main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/txinfo22-1.0/main.texi (../../tex/texinfo.tex
Loading texinfo [version 2004-04-24.16]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, (/usr/local/share/texmf/tex/plain/dvips/epsf.tex)
localization, and turning on texinfo input format.) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info"
 /usr/bin/install -c -m 644 '../main.info' 
'/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info'
 
'/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info'
 --remove 
'/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-79179//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
{ test ! -d txinfo22-1.0  || { find txinfo22-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo22-1.0; }; }
mkdir txinfo22-1.0
mkdir -p -- . txinfo22-1.0/aux
make   top_distdir="txinfo22-1.0" distdir="txinfo22-1.0"  dist-info
find txinfo22-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/aux/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo22-1.0
tardir=txinfo22-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/txinfo22-1.0/aux/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo22-1.0.tar.gz
{ test ! -d txinfo22-1.0  || { find txinfo22-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo22-1.0; }; }
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo22-1.0  || { find txinfo22-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo22-1.0; }; }
==============================================
txinfo22-1.0 archives ready for distribution: 
txinfo22-1.0.tar.gz
==============================================
+ grep TEXINFO_TEX = .* # some comment w/ a slash Makefile
TEXINFO_TEX = $(srcdir)/tex/texinfo.tex    # some comment w/ a slash
PASS: txinfo22.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo23: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
txinfo23: running texi2dvi -o /dev/null --version
texi2dvi (GNU Texinfo 4.2) 0.51

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo23.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ mkdir subdir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:2: installing `./mdate-sh'
Makefile.am:2: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck
test -f subdir/.dirstamp || make subdir/.dirstamp
Updating ../subdir/version.texi
{ test ! -d txinfo23-1.0  || { find txinfo23-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo23-1.0; }; }
mkdir txinfo23-1.0
mkdir -p -- . txinfo23-1.0/subdir
make   top_distdir="txinfo23-1.0" distdir="txinfo23-1.0"  dist-info
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in subdir/main.info subdir/main.info-[0-9] subdir/main.info-[0-9][0-9] 
subdir/main.i[0-9] subdir/main.i[0-9][0-9]; do  if test -f $f; then  mv $f 
$backupdir;  restore=mv;  fi;  done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I subdir -I ../subdir  -o subdir/main.info `test -f 
'subdir/main.texi' || echo '../'`subdir/main.texi;  then  rc=0;  else  rc=$?;  
$restore $backupdir/* `echo "./subdir/main.info" | sed 's|[^/]*$||'`;  fi;  rm 
-rf $backupdir;  exit $rc
find txinfo23-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo23-1.0
tardir=txinfo23-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo23-1.0.tar.gz
{ test ! -d txinfo23-1.0  || { find txinfo23-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo23-1.0; }; }
case 'txinfo23-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo23-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo23-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo23-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo23-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo23-1.0.zip ;; esac
chmod -R a-w txinfo23-1.0; chmod a+w txinfo23-1.0
mkdir txinfo23-1.0/_build
mkdir txinfo23-1.0/_inst
chmod a-w txinfo23-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo23-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo23-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo23-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in subdir/main.info subdir/main.info-[0-9] subdir/main.info-[0-9][0-9] 
subdir/main.i[0-9] subdir/main.i[0-9][0-9]; do  if test -f $f; then  mv $f 
$backupdir;  restore=mv;  fi;  done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/missing
 --run makeinfo   -I subdir -I ../subdir  -o subdir/main.info `test -f 
'subdir/main.texi' || echo '../'`subdir/main.texi;  then  rc=0;  else  rc=$?;  
$restore $backupdir/* `echo "./subdir/main.info" | sed 's|[^/]*$||'`;  fi;  rm 
-rf $backupdir;  exit $rc
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/missing
 --run makeinfo   -I subdir -I ../subdir'  texi2dvi -o subdir/main.dvi `test -f 
'subdir/main.texi' || echo '../'`subdir/main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo23-1.0/subdir/main.texi
(/usr/local/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 1999-09-25.10]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/usr/local/share/texmf/tex/plain/dvips/epsf.tex)
localization, and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo23-1.0/subdir/version.texi)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo23-1.0/subdir/inc.texi) [1] )
Output written on main.dvi (1 page, 232 bytes).
Transcript written on main.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info"
 /usr/bin/install -c -m 644 './subdir/main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
test -f 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info"
 /usr/bin/install -c -m 644 './subdir/main.info' 
'/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info'
 
'/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info'
 --remove 
'/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-81080//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
{ test ! -d txinfo23-1.0  || { find txinfo23-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo23-1.0; }; }
mkdir txinfo23-1.0
mkdir -p -- . txinfo23-1.0/subdir
make   top_distdir="txinfo23-1.0" distdir="txinfo23-1.0"  dist-info
find txinfo23-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo23-1.0
tardir=txinfo23-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo23-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo23-1.0.tar.gz
{ test ! -d txinfo23-1.0  || { find txinfo23-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo23-1.0; }; }
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs 
subdir/main.dvi subdir/main.pdf subdir/main.ps  subdir/main.html
rm -f vti.tmp
rm -f 
test -z "subdir/*.info*" || rm -f subdir/*.info*
rm -f subdir/.dirstamp
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo23-1.0  || { find txinfo23-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo23-1.0; }; }
==============================================
txinfo23-1.0 archives ready for distribution: 
txinfo23-1.0.tar.gz
==============================================
+ test -f subdir/main.info
PASS: txinfo23.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo24: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
txinfo24: running texi2dvi -o /dev/null --version
texi2dvi (GNU Texinfo 4.2) 0.51

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo24.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:2: installing `./mdate-sh'
Makefile.am:2: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Updating ../version.texi
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ cd ..
+ rm -rf build
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o main.info `test -f 'main.texi' || echo 
'./'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test -f stamp-vti
+ test -f version.texi
+ sleep 2
+ touch stamp-vti
+ make distclean
test -z "main.info" || rm -f main.info
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test -f stamp-vti
+ test -f version.texi
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test ! -f ../main.info
+ make dvi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..'  texi2dvi -o main.dvi `test -f 'main.texi' || echo 
'../'`main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/texinfo.tex Loading texinfo [version 2004-04-24.16]: Basics, pdf,
fonts, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
+ test -f main.dvi
+ make distcheck
{ test ! -d txinfo24-1.0  || { find txinfo24-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo24-1.0; }; }
mkdir txinfo24-1.0
make   top_distdir="txinfo24-1.0" distdir="txinfo24-1.0"  dist-info
find txinfo24-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo24-1.0
tardir=txinfo24-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo24-1.0.tar.gz
{ test ! -d txinfo24-1.0  || { find txinfo24-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo24-1.0; }; }
case 'txinfo24-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo24-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo24-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo24-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo24-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo24-1.0.zip ;; esac
chmod -R a-w txinfo24-1.0; chmod a+w txinfo24-1.0
mkdir txinfo24-1.0/_build
mkdir txinfo24-1.0/_inst
chmod a-w txinfo24-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo24-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo24-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo24-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/missing
 --run makeinfo   -I ..'  texi2dvi -o main.dvi `test -f 'main.texi' || echo 
'../'`main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo24-1.0/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo24-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo24-1.0/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info"
 /usr/bin/install -c -m 644 './main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info"
 /usr/bin/install -c -m 644 './main.info' 
'/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info'
 
'/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info'
 --remove 
'/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-84067//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
{ test ! -d txinfo24-1.0  || { find txinfo24-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo24-1.0; }; }
mkdir txinfo24-1.0
make   top_distdir="txinfo24-1.0" distdir="txinfo24-1.0"  dist-info
find txinfo24-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo24-1.0
tardir=txinfo24-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo24-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo24-1.0.tar.gz
{ test ! -d txinfo24-1.0  || { find txinfo24-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo24-1.0; }; }
test -z "main.info" || rm -f main.info
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo24-1.0  || { find txinfo24-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo24-1.0; }; }
==============================================
txinfo24-1.0 archives ready for distribution: 
txinfo24-1.0.tar.gz
==============================================
PASS: txinfo24.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo25: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
txinfo25: running texi2dvi -o /dev/null --version
texi2dvi (GNU Texinfo 4.2) 0.51

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo25.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:2: installing `./mdate-sh'
Makefile.am:2: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Updating ../version.texi
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
Updating ../version2.texi
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd .. &&  rm -rf 
$backupdir && mkdir $backupdir &&  for f in ../other.info ../other.info-[0-9] 
../other.info-[0-9][0-9] ../other.i[0-9] ../other.i[0-9][0-9]; do  if test -f 
$f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o ../other.info ../other.texi;  then  rc=0;  cd ..;  
else  rc=$?;  cd .. &&  $restore $backupdir/* `echo "./../other.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test ! -f ../main.info
+ test ! -f other.info
+ test -f ../other.info
+ cd ..
+ rm -rf build
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o main.info `test -f 'main.texi' || echo 
'./'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test -f other.info
+ test -f stamp-vti
+ test -f version.texi
+ test -f stamp-1
+ test -f version2.texi
+ sleep 2
+ touch stamp-vti
+ touch stamp-1
+ make distclean
test -z "[a-m]*.info" || rm -f [a-m]*.info
rm -f 1.tmp
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html other.aux  other.cp other.cps other.fn other.fns 
other.ky other.kys  other.log other.pg other.pgs other.tmp other.toc other.tp  
other.tps other.vr other.vrs other.dvi other.pdf other.ps  other.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test -f stamp-vti
+ test -f stamp-1
+ test -f version.texi
+ test -f version2.texi
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd .. &&  rm -rf 
$backupdir && mkdir $backupdir &&  for f in ../other.info ../other.info-[0-9] 
../other.info-[0-9][0-9] ../other.i[0-9] ../other.i[0-9][0-9]; do  if test -f 
$f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o ../other.info ../other.texi;  then  rc=0;  cd ..;  
else  rc=$?;  cd .. &&  $restore $backupdir/* `echo "./../other.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test ! -f other.info
+ make dvi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..'  texi2dvi -o main.dvi `test -f 'main.texi' || echo 
'../'`main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/texinfo.tex Loading texinfo [version 2004-04-24.16]: Basics, pdf,
fonts, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..'  texi2dvi ../other.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/other.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/texinfo.tex Loading texinfo [version 2004-04-24.16]: Basics, pdf,
fonts, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version2.texi) [1] )
Output written on other.dvi (1 page, 212 bytes).
Transcript written on other.log.
+ test -f main.dvi
+ test -f other.dvi
+ make distcheck
{ test ! -d txinfo25-1.0  || { find txinfo25-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo25-1.0; }; }
mkdir txinfo25-1.0
make   top_distdir="txinfo25-1.0" distdir="txinfo25-1.0"  dist-info
find txinfo25-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo25-1.0
tardir=txinfo25-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo25-1.0.tar.gz
{ test ! -d txinfo25-1.0  || { find txinfo25-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo25-1.0; }; }
case 'txinfo25-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo25-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo25-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo25-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo25-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo25-1.0.zip ;; esac
chmod -R a-w txinfo25-1.0; chmod a+w txinfo25-1.0
mkdir txinfo25-1.0/_build
mkdir txinfo25-1.0/_inst
chmod a-w txinfo25-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo25-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo25-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo25-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/missing
 --run makeinfo   -I ..'  texi2dvi -o main.dvi `test -f 'main.texi' || echo 
'../'`main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo25-1.0/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo25-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo25-1.0/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/missing
 --run makeinfo   -I ..'  texi2dvi ../other.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo25-1.0/other.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo25-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo25-1.0/version2.texi) [1] )
Output written on other.dvi (1 page, 212 bytes).
Transcript written on other.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info"
 /usr/bin/install -c -m 644 './main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
 /usr/bin/install -c -m 644 '../other.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info';
 nothing deleted
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
 rm -f other.info other.info-[0-9] other.info-[0-9][0-9] other.i[0-9] 
other.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info"
 /usr/bin/install -c -m 644 './main.info' 
'/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
 /usr/bin/install -c -m 644 '../other.info' 
'/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
 install-info 
--info-dir='/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 
'/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 
'/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
:
 install-info 
--info-dir='/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 --remove 
'/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/main.info';
 nothing deleted
 install-info 
--info-dir='/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info'
 --remove 
'/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info'
install-info: warning: no entries found for 
`/tmp/am-dc-87205//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/_inst/info/other.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
 rm -f other.info other.info-[0-9] other.info-[0-9][0-9] other.i[0-9] 
other.i[0-9][0-9])
{ test ! -d txinfo25-1.0  || { find txinfo25-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo25-1.0; }; }
mkdir txinfo25-1.0
make   top_distdir="txinfo25-1.0" distdir="txinfo25-1.0"  dist-info
find txinfo25-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo25-1.0
tardir=txinfo25-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo25-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo25-1.0.tar.gz
{ test ! -d txinfo25-1.0  || { find txinfo25-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo25-1.0; }; }
test -z "[a-m]*.info" || rm -f [a-m]*.info
rm -f 1.tmp
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html other.aux  other.cp other.cps other.fn other.fns 
other.ky other.kys  other.log other.pg other.pgs other.tmp other.toc other.tp  
other.tps other.vr other.vrs other.dvi other.pdf other.ps  other.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo25-1.0  || { find txinfo25-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo25-1.0; }; }
==============================================
txinfo25-1.0 archives ready for distribution: 
txinfo25-1.0.tar.gz
==============================================
PASS: txinfo25.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo26: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo26.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Updating ./version.texi
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ make distclean
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ mkdir build
+ cd build
+ pwd
+ pwd
+ pwd
+ ../configure 
--srcdir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/..
 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst
 
--infodir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info"
 /usr/bin/install -c -m 644 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/../main.info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info/main.info'
+ test -f ../main.info
+ test ! -f ./main.info
+ test -f _inst/info/main.info
+ make uninstall
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
+ test ! -f _inst/info/main.info
+ test -f ../main.info
PASS: txinfo26.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo27: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo27.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ pwd
+ pwd
+ ./configure 
--prefix=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst
 
--infodir=/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/info
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make install-info
Updating ./version.texi
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./main.info ./main.info-[0-9] 
./main.info-[0-9][0-9] ./main.i[0-9] ./main.i[0-9][0-9]; do  if test -f $f; 
then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./main.info ./main.texi;  then  rc=0;  cd .;  else  
rc=$?;  cd . &&  $restore $backupdir/* `echo "././main.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/info"
 /usr/bin/install -c -m 644 './main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/info/main.info'
+ test -f inst/info/main.info
PASS: txinfo27.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
txinfo28: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
txinfo28: running texi2dvi -o /dev/null --version
texi2dvi (GNU Texinfo 4.2) 0.51

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ../../tests/txinfo28.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ echo AC_OUTPUT
+ cat
+ echo CLEANFILES = $(PROJ).info
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:5: installing `./mdate-sh'
Makefile.am:5: installing `./texinfo.tex'
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Updating ../version.texi
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ cd ..
+ rm -rf build
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o main.info `test -f 'main.texi' || echo 
'./'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test -f stamp-vti
+ test -f version.texi
+ sleep 2
+ touch stamp-vti
+ make distclean
test -z "main.info" || rm -f main.info
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
+ test -f stamp-vti
+ test -f version.texi
+ mkdir build
+ cd build
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ test -f main.info
+ test ! -f ../main.info
+ make dvi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I ..'  texi2dvi -o main.dvi `test -f 'main.texi' || echo 
'../'`main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/texinfo.tex Loading texinfo [version 2004-04-24.16]: Basics, pdf,
fonts, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
+ test -f main.dvi
+ make distcheck
{ test ! -d txinfo28-1.0  || { find txinfo28-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo28-1.0; }; }
mkdir txinfo28-1.0
make   top_distdir="txinfo28-1.0" distdir="txinfo28-1.0"  dist-info
find txinfo28-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo28-1.0
tardir=txinfo28-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo28-1.0.tar.gz
{ test ! -d txinfo28-1.0  || { find txinfo28-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo28-1.0; }; }
case 'txinfo28-1.0.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
txinfo28-1.0.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c txinfo28-1.0.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c txinfo28-1.0.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c txinfo28-1.0.shar.gz | 
unshar ;; *.zip*)  unzip txinfo28-1.0.zip ;; esac
chmod -R a-w txinfo28-1.0; chmod a+w txinfo28-1.0
mkdir txinfo28-1.0/_build
mkdir txinfo28-1.0/_inst
chmod a-w txinfo28-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd txinfo28-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
txinfo28-1.0/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"    
&& make   && make  dvi  && make  check  && make  install  && make  installcheck 
 && make  uninstall  && make  distuninstallcheck_dir="$dc_install_base"  
distuninstallcheck  && chmod -R a-w "$dc_install_base"  && ({  (cd ../.. && 
umask 077 && mkdir "$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && 
make  DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist  && rm -rf 
txinfo28-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
restore=: &&  backupdir=".am$$" &&  rm -rf $backupdir && mkdir $backupdir &&  
for f in main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9]; do  if test -f $f; then  mv $f $backupdir;  restore=mv;  fi;  
done;  if /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/missing
 --run makeinfo   -I ..  -o main.info `test -f 'main.texi' || echo 
'../'`main.texi;  then  rc=0;  else  rc=$?;  $restore $backupdir/* `echo 
"./main.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/missing
 --run makeinfo   -I ..'  texi2dvi -o main.dvi `test -f 'main.texi' || echo 
'../'`main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo28-1.0/main.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo28-1.0/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/build/txinfo28-1.0/version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info"
 /usr/bin/install -c -m 644 './main.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info"
 /usr/bin/install -c -m 644 './main.info' 
'/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
 install-info 
--info-dir='/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info'
 
'/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
:
 install-info 
--info-dir='/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info'
 --remove 
'/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info'
install-info: warning: no entries found for 
`/tmp/am-dc-92565//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/_inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9] main.i[0-9] 
main.i[0-9][0-9])
{ test ! -d txinfo28-1.0  || { find txinfo28-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo28-1.0; }; }
mkdir txinfo28-1.0
make   top_distdir="txinfo28-1.0" distdir="txinfo28-1.0"  dist-info
find txinfo28-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r txinfo28-1.0
tardir=txinfo28-1.0 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/build/txinfo28-1.0/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >txinfo28-1.0.tar.gz
{ test ! -d txinfo28-1.0  || { find txinfo28-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo28-1.0; }; }
test -z "main.info" || rm -f main.info
rm -rf main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps main.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
{ test ! -d txinfo28-1.0  || { find txinfo28-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr txinfo28-1.0; }; }
==============================================
txinfo28-1.0 archives ready for distribution: 
txinfo28-1.0.tar.gz
==============================================
PASS: txinfo28.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/txinfo29.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo @setfilename baz.info
+ aclocal-1.8a
+ AUTOMAKE_fails --add-missing
+ AUTOMAKE_run 1 --add-missing
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall --add-missing
+ exitcode=1
+ cat stderr
Makefile.am:1: user variable `INFO_DEPS' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/texibuild.am:
 ... overrides Automake variable `INFO_DEPS' defined here
Makefile.am:2: installing `./texinfo.tex'
+ cat stdout
+ test 1 = 1
+ grep ^Makefile.am:1:.*user variable.*INFO_DEPS stderr
Makefile.am:1: user variable `INFO_DEPS' defined here...
+ grep overrides Automake variable.*INFO_DEPS stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/texibuild.am:
 ... overrides Automake variable `INFO_DEPS' defined here
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ grep ^INFO_DEPS.*= Makefile.in
+ wc -l
+ test 1 = 1
+ grep ^INFO_DEPS = foo.info$ Makefile.in
INFO_DEPS = foo.info
+ cat
+ echo AC_SUBST([INFO_DEPS])
+ rm -rf autom4te.cache
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
configure.in:4: user variable `INFO_DEPS' defined here...
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/texibuild.am:
 ... overrides Automake variable `INFO_DEPS' defined here
+ cat stdout
+ test 1 = 1
+ grep ^configure.in:4:.*user variable.*INFO_DEPS stderr
configure.in:4: user variable `INFO_DEPS' defined here...
+ grep overrides Automake variable.*INFO_DEPS stderr
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/../../lib/am/texibuild.am:
 ... overrides Automake variable `INFO_DEPS' defined here
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ grep ^INFO_DEPS.*= Makefile.in
+ wc -l
+ test 1 = 1
+ grep ^INFO_DEPS = @address@hidden Makefile.in
INFO_DEPS = @INFO_DEPS@
PASS: txinfo29.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
transform: running gcc --version
2.95.2
=== Running test ../../tests/transform.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall
+ pwd
+ ./configure --program-prefix=gnu- --prefix 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='h.c' object='h.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
./depcomp  gcc -DPACKAGE_NAME=\"transform\" -DPACKAGE_TARNAME=\"transform\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"transform\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"transform\" -DVERSION=\"1.0\" -I. -I.      
-g -O2 -c h.c
gcc  -g -O2   -o h  h.o  
+ make test-install
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
  /usr/bin/install -c 'h' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/gnu-h'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 /usr/bin/install -c 'h.sh' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/gnu-h.sh'
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/man/man1"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/man/man1"
 /usr/bin/install -c -m 644 './h.1' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/man/man1/gnu-h.1'
test -f inst/bin/gnu-h
test -f inst/bin/gnu-h.sh
test -f inst/man/man1/gnu-h.1
+ make uninstall
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/gnu-h'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin/gnu-h.sh'
 rm -f 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/man/man1/gnu-h.1'
+ find inst/foo -type f -print
find: inst/foo: No such file or directory
+ wc -l
+ test 0 = 0
+ rm -rf inst
+ make installdirs
for dir in 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/bin"
 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/inst/man/man1";
 do  test -z "$dir" || mkdir -p -- . "$dir";  done
+ test -d inst/bin
+ test -d inst/man/man1
PASS: transform.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/unused.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ cat output
+ test -z 
PASS: unused.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/vars.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: vars.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/vars3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --warnings=no-error,none,portability
+ cat stderr
Makefile.am:1: shell echo *: non-POSIX variable name
Makefile.am:1: (probably a GNU make extension)
Makefile.am:4: addsuffix .a, $(A: non-POSIX variable name
Makefile.am:4: (probably a GNU make extension)
Makefile.am:5: bad boy: non-POSIX variable name
Makefile.am:5: (probably a GNU make extension)
Makefile.am:7: three errors: non-POSIX variable name
Makefile.am:7: (probably a GNU make extension)
Makefile.am:7: on this: non-POSIX variable name
Makefile.am:7: (probably a GNU make extension)
Makefile.am:7: long line: non-POSIX variable name
Makefile.am:7: (probably a GNU make extension)
Makefile.am:8: o u c h: non-POSIX variable name
Makefile.am:8: (probably a GNU make extension)
Makefile.am:8: wildcard *.c: non-POSIX variable name
Makefile.am:8: (probably a GNU make extension)
Makefile.am:9: another error: non-POSIX variable name
Makefile.am:9: (probably a GNU make extension)
+ grep 1: stderr
Makefile.am:1: shell echo *: non-POSIX variable name
Makefile.am:1: (probably a GNU make extension)
+ grep 2: stderr
+ grep 3: stderr
+ grep 4: stderr
Makefile.am:4: addsuffix .a, $(A: non-POSIX variable name
Makefile.am:4: (probably a GNU make extension)
+ grep 5: stderr
Makefile.am:5: bad boy: non-POSIX variable name
Makefile.am:5: (probably a GNU make extension)
+ grep 6: stderr
+ grep 7: stderr
Makefile.am:7: three errors: non-POSIX variable name
Makefile.am:7: (probably a GNU make extension)
Makefile.am:7: on this: non-POSIX variable name
Makefile.am:7: (probably a GNU make extension)
Makefile.am:7: long line: non-POSIX variable name
Makefile.am:7: (probably a GNU make extension)
+ grep 8: stderr
Makefile.am:8: o u c h: non-POSIX variable name
Makefile.am:8: (probably a GNU make extension)
Makefile.am:8: wildcard *.c: non-POSIX variable name
Makefile.am:8: (probably a GNU make extension)
+ grep 9: stderr
Makefile.am:9: another error: non-POSIX variable name
Makefile.am:9: (probably a GNU make extension)
+ grep 10: stderr
+ grep 11: stderr
+ grep 12: stderr
+ grep shell echo stderr
Makefile.am:1: shell echo *: non-POSIX variable name
+ grep nextvariableisbad stderr
+ grep addsuffix stderr
Makefile.am:4: addsuffix .a, $(A: non-POSIX variable name
+ grep bad boy stderr
Makefile.am:5: bad boy: non-POSIX variable name
+ grep ok stderr
+ grep three errors stderr
Makefile.am:7: three errors: non-POSIX variable name
+ grep on this stderr
Makefile.am:7: on this: non-POSIX variable name
+ grep long line stderr
Makefile.am:7: long line: non-POSIX variable name
+ grep o u c h stderr
Makefile.am:8: o u c h: non-POSIX variable name
+ grep wildcard stderr
Makefile.am:8: wildcard *.c: non-POSIX variable name
+ grep another error stderr
Makefile.am:9: another error: non-POSIX variable name
+ grep thisis stderr
+ grep here stderr
+ automake-1.8a --foreign -Werror -Wall -Wno-portability
+ echo AUTOMAKE_OPTIONS = -Wno-portability
+ automake-1.8a --foreign -Werror -Wall
PASS: vars3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/vartar.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -Wno-override
+ grep ^install = install$ Makefile.in
install = install
+ cat
+ sed -n /^install:/,/^ /p Makefile.in
+ diff target.expected target.value
PASS: vartar.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/version.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --gnits
PASS: version.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/version2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --gnits
PASS: version2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/version3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:1: require Automake 9.9x, but have 1.8a
+ cat stdout
+ test 1 = 1
+ grep Makefile.am:1:.*Automake 9.9x stderr
Makefile.am:1: require Automake 9.9x, but have 1.8a
PASS: version3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/version4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: version4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/version6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ automake-1.8a --foreign -Werror -Wall --version
+ sed -e s/.* //;1q
+ amver=1.8a
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: version6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
version7: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
version7: running make --version -v
=== Running test ../../tests/version7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ echo m4_define([THE_VERSION], [2.718])
+ cat
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall --add-missing
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ ./configure --version
+ grep 2\.718
version7 configure 2.718
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make
Updating ./version.texi
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./zardoz.info ./zardoz.info-[0-9] 
./zardoz.info-[0-9][0-9] ./zardoz.i[0-9] ./zardoz.i[0-9][0-9]; do  if test -f 
$f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./zardoz.info ./zardoz.texi;  then  rc=0;  cd .;  
else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././zardoz.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
+ grep 2\.718 version.texi
@set EDITION 2.718
@set VERSION 2.718
+ sleep 2
+ echo m4_define([THE_VERSION], [3.141])
+ make distcheck
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run aclocal-1.8a 
 cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run automake-1.8a --foreign 
cd . && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run autoconf
{ test ! -d version7-2.718  || { find version7-2.718 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-2.718; }; }
mkdir version7-2.718
make   top_distdir="version7-2.718" distdir="version7-2.718"  dist-info
restore=: &&  backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir 
&& mkdir $backupdir &&  for f in ./zardoz.info ./zardoz.info-[0-9] 
./zardoz.info-[0-9][0-9] ./zardoz.i[0-9] ./zardoz.i[0-9][0-9]; do  if test -f 
$f; then  mv $f $backupdir;  restore=mv;  fi;  done;  cd "$am__cwd";  if 
/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run makeinfo   -I .  -o ./zardoz.info ./zardoz.texi;  then  rc=0;  cd .;  
else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././zardoz.info" | sed 
's|[^/]*$||'`;  fi;  rm -rf $backupdir;  exit $rc
find version7-2.718 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r version7-2.718
tardir=version7-2.718 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >version7-2.718.tar.gz
{ test ! -d version7-2.718  || { find version7-2.718 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-2.718; }; }
case 'version7-2.718.tar.gz' in  *.tar.gz*)  GZIP=--best gunzip -c 
version7-2.718.tar.gz | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.bz2*)  bunzip2 -c version7-2.718.tar.bz2 | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.tar.Z*)  uncompress -c version7-2.718.tar.Z | /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/missing
 --run tar xf - ;; *.shar.gz*)  GZIP=--best gunzip -c version7-2.718.shar.gz | 
unshar ;; *.zip*)  unzip version7-2.718.zip ;; esac
chmod -R a-w version7-2.718; chmod a+w version7-2.718
mkdir version7-2.718/_build
mkdir version7-2.718/_inst
chmod a-w version7-2.718
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd version7-2.718/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'`  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd 
version7-2.718/_build  && ../configure --srcdir=.. --prefix="$dc_install_base"  
  && make   && make  dvi  && make  check  && make  install  && make  
installcheck  && make  uninstall  && make  
distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod -R a-w 
"$dc_install_base"  && ({  (cd ../.. && umask 077 && mkdir "$dc_destdir")  && 
make  DESTDIR="$dc_destdir" install  && make  DESTDIR="$dc_destdir" uninstall  
&& make  DESTDIR="$dc_destdir"  distuninstallcheck_dir="$dc_destdir" 
distuninstallcheck;  } || { rm -rf "$dc_destdir"; exit 1; })  && rm -rf 
"$dc_destdir"  && make  dist  && rm -rf version7-2.718.tar.gz  && make  
distcleancheck
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/missing
 --run makeinfo   -I ..'  texi2dvi ../zardoz.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version7-2.718/zardoz.texi
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version7-2.718/texinfo.tex Loading texinfo [version 2004-04-24.16]:
Basics, pdf, fonts, page headings, tables, conditionals, indexing, sectioning,
toc, environments, defuns, macros, cross references, insertions,
(/usr/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/test
SubDir/version7-2.718/version.texi) [1] )
Output written on zardoz.dvi (1 page, 212 bytes).
Transcript written on zardoz.log.
test -f ../version.m4
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info"
 || mkdir -p -- . 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info"
 /usr/bin/install -c -m 644 '../zardoz.info' 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info'
 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
install-info: warning: no info dir entry in 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
:
 install-info 
--info-dir='/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info'
 --remove 
'/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
install-info: warning: no entries found for 
`/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info';
 nothing deleted
 rm -f zardoz.info zardoz.info-[0-9] zardoz.info-[0-9][0-9] zardoz.i[0-9] 
zardoz.i[0-9][0-9])
test -z 
"/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info"
 || mkdir -p -- . 
"/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info"
 /usr/bin/install -c -m 644 '../zardoz.info' 
'/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
 install-info 
--info-dir='/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info'
 
'/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
install-info: warning: no info dir entry in 
`/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
:
 install-info 
--info-dir='/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info'
 --remove 
'/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info'
install-info: warning: no entries found for 
`/tmp/am-dc-99548//.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_inst/info/zardoz.info';
 nothing deleted
 rm -f zardoz.info zardoz.info-[0-9] zardoz.info-[0-9][0-9] zardoz.i[0-9] 
zardoz.i[0-9][0-9])
{ test ! -d version7-3.141  || { find version7-3.141 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-3.141; }; }
mkdir version7-3.141
make   top_distdir="version7-3.141" distdir="version7-3.141"  dist-info
find version7-3.141 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r version7-3.141
tardir=version7-3.141 && /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/missing
 --run tar chof - "$tardir" | GZIP=--best gzip -c >version7-3.141.tar.gz
{ test ! -d version7-3.141  || { find version7-3.141 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-3.141; }; }
rm -rf zardoz.aux zardoz.cp zardoz.cps zardoz.fn zardoz.fns zardoz.ky  
zardoz.kys zardoz.log zardoz.pg zardoz.pgs zardoz.tmp  zardoz.toc zardoz.tp 
zardoz.tps zardoz.vr zardoz.vrs  zardoz.dvi zardoz.pdf zardoz.ps zardoz.html
rm -f vti.tmp
rm -f 
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -f Makefile
ERROR: files left in build directory after distclean:
./version7-3.141.tar.gz
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/version7-2.718/_build.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: version7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/vpath.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep address@hidden@ Makefile.in
+ exit 0
PASS: vpath.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/vtexi.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep textutils\.info:.*version\.texi$ Makefile.in
$(srcdir)/textutils.info: textutils.texi $(srcdir)/version.texi
+ grep -E stamp-vti:.*textutils\.texi( .*)?$ Makefile.in
$(srcdir)/stamp-vti: textutils.texi $(top_srcdir)/configure
+ grep -E stamp-vti:.*\$\(top_srcdir\)/configure( .*)?$ Makefile.in
$(srcdir)/stamp-vti: textutils.texi $(top_srcdir)/configure
+ sed -n s,\$(srcdir)/mdate-sh,,g;s,.* \([^ ]*/mdate-sh\) .*,\1,gp Makefile.in
+ grep .
+ exit 0
PASS: vtexi.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/vtexi2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ :
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep ^zardoz\.dvi: Makefile.in
zardoz.dvi: zardoz.texi $(srcdir)/version.texi
PASS: vtexi2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/warnopts.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ mkdir sub
+ cat
+ cat
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
sub/Makefile.am:2: `INCLUDES' is the old name for `AM_CPPFLAGS' (or 
`*_CPPFLAGS')
Makefile.am:3: variable `foo_SOURCES' is defined but no program or
Makefile.am:3: library has `foo' as canonic name (possible typo)
+ cat stdout
+ test 1 = 1
+ grep ^Makefile.am:.*foo_SOURCES stderr
Makefile.am:3: variable `foo_SOURCES' is defined but no program or
+ grep ^sub/Makefile.am:.*INCLUDES stderr
sub/Makefile.am:2: `INCLUDES' is the old name for `AM_CPPFLAGS' (or 
`*_CPPFLAGS')
+ grep ^sub/Makefile.am:.*foo_SOURCES stderr
+ grep ^Makefile.am:.*INCLUDES stderr
+ wc -l
+ test 3 = 3
+ rm -rf autom4te.cache
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
PASS: warnopts.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/werror.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ :
+ rm -f install-sh depcomp missing mkinstalldirs
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall --Werror --add-missing
configure.in: installing `./install-sh'
configure.in: installing `./missing'
PASS: werror.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/whoami.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ aclocal-1.8a
PASS: whoami.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/xsource.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir x
+ :
+ :
+ aclocal-1.8a
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am: object `z.$(OBJEXT)' created by `x/z.c' and `z.c'
+ cat stdout
+ test 1 = 1
+ grep -F z.$(OBJEXT) stderr
Makefile.am: object `z.$(OBJEXT)' created by `x/z.c' and `z.c'
PASS: xsource.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/yacc.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep zardoz.c Makefile.in
        install-sh missing zardoz.c
        -rm -f zardoz.c
PASS: yacc.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/yacc2.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ cp Makefile.am Makefile.src
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep zardoz.h Makefile.in
+ cp Makefile.src Makefile.am
+ echo AM_YFLAGS = -d
+ automake-1.8a --foreign -Werror -Wall
+ grep zardoz.h Makefile.in
+ cp Makefile.src Makefile.am
+ echo AM_YFLAGS = 
+ automake-1.8a --foreign -Werror -Wall
+ grep zardoz.h Makefile.in
+ cp Makefile.src Makefile.am
+ echo YFLAGS = -d
+ AUTOMAKE_fails
+ AUTOMAKE_run 1
+ expected_exitcode=1
+ shift
+ exitcode=0
+ automake-1.8a --foreign -Werror -Wall
+ exitcode=1
+ cat stderr
Makefile.am:3: `YFLAGS' is a user variable, you should not override it;
Makefile.am:3: use `AM_YFLAGS' instead.
+ cat stdout
+ test 1 = 1
+ grep YFLAGS stderr
Makefile.am:3: `YFLAGS' is a user variable, you should not override it;
Makefile.am:3: use `AM_YFLAGS' instead.
+ automake-1.8a --foreign -Werror -Wall -Wno-gnu
+ grep zardoz.h Makefile.in
+ cp Makefile.src Makefile.am
+ echo YFLAGS = 
+ automake-1.8a --foreign -Werror -Wall -Wno-gnu
+ grep zardoz.h Makefile.in
+ :
PASS: yacc2.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/yacc3.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep -F -v @SET_MAKE@ Makefile.in
+ grep zardoz.h Makefile.in
+ cp Makefile.am Save
+ cp Save Makefile.am
+ echo YFLAGS = -d
+ automake-1.8a --foreign -Werror -Wall -Wno-gnu
+ grep zardoz.h Makefile.in
        install-sh missing zardoz.c zardoz.h
zardoz.h: zardoz.c
        -rm -f zardoz.h
+ cp Save Makefile.am
+ echo AM_YFLAGS = -d
+ automake-1.8a --foreign -Werror -Wall -Wno-gnu
+ grep zardoz.h Makefile.in
        install-sh missing zardoz.c zardoz.h
zardoz.h: zardoz.c
        -rm -f zardoz.h
+ cp Save Makefile.am
+ echo zardoz_YFLAGS = -d
+ automake-1.8a --foreign -Werror -Wall -Wno-gnu
+ grep zardoz.h Makefile.in
        install-sh missing zardoz-zardoz.c zardoz-zardoz.h
zardoz-zardoz.h: zardoz-zardoz.c
          sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >zardoz-zardoz.ht; \
          if cmp -s zardoz-zardoz.ht zardoz-zardoz.h; then \
            rm -f zardoz-zardoz.ht ;\
            mv zardoz-zardoz.ht zardoz-zardoz.h; \
        -rm -f zardoz-zardoz.h
PASS: yacc3.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
yacc4: running bison --version
GNU Bison version 1.28
yacc4: running gcc --version
2.95.2
=== Running test ../../tests/yacc4.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
configure.in: installing `./ylwrap'
+ test -f ylwrap
+ mkdir sub
+ cd sub
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
/bin/bash ../ylwrap ../parse.y y.tab.c parse.c y.tab.h parse.h y.output 
parse.output -- bison -y -d 
updating parse.h
source='parse.c' object='parse.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"foo\" -DVERSION=\"0.1\" -I. -I..      -g -O2 -c parse.c
source='../foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"foo\" -DVERSION=\"0.1\" -I. -I..      -g -O2 -c ../foo.c
gcc  -g -O2   -o foo  parse.o foo.o  
/bin/bash ../ylwrap ../bar.y y.tab.c bar.c y.tab.h bar.h y.output bar.output -- 
bison -y -d 
updating bar.h
source='bar.c' object='bar.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"foo\" -DVERSION=\"0.1\" -I. -I..      -g -O2 -c bar.c
gcc  -g -O2   -o bar  bar.o foo.o  
+ grep ^#.*/sub/\.\./ bar.c
+ grep ^#.*/sub/\.\./ parse.c
+ make distclean
test -z "foo bar" || rm -f foo bar
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
+ test -f bar.c
+ test -f parse.c
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make maintainer-clean
test -z "foo bar" || rm -f foo bar
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f bar.c
rm -f parse.c
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ../autom4te.cache
rm -rf ./.deps
rm -f Makefile
+ test ! -f bar.c
+ test ! -f parse.c
+ :
+ exit 0
PASS: yacc4.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/yacc5.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir sub
+ :
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
+ grep ^maude\.c: Makefile.in
maude.c: sub/maude.y
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ grep ^sub/maude\.c: Makefile.in
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
+ grep AM_YFLAGS.*maude Makefile.in
+ grep maudec Makefile.in
+ grep ^am_maude_OBJECTS.*maude Makefile.in
am_maude_OBJECTS = maude-maude.$(OBJEXT)
PASS: yacc5.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
yacc6: running gcc --version
2.95.2
yacc6: running bison --version
GNU Bison version 1.28
=== Running test ../../tests/yacc6.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir aux sub
+ cat
+ cat
+ cp sub/foo.y sub/bar.y
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
configure.in: installing `aux/install-sh'
configure.in: installing `aux/missing'
sub/Makefile.am: installing `aux/compile'
sub/Makefile.am: installing `aux/depcomp'
configure.in: installing `aux/ylwrap'
+ test -f aux/ylwrap
+ test ! -f ylwrap
+ test ! -f sub/ylwrap
+ grep -F (top_srcdir)/aux/ylwrap sub/Makefile.in
YLWRAP = $(top_srcdir)/aux/ylwrap
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: executing depfiles commands
+ make
Making all in sub
/bin/bash ../aux/ylwrap foo.y y.tab.c foo.c y.tab.h foo.h y.output foo.output 
-- bison -y -d -d
updating foo.h
source='foo.c' object='foo-foo.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../aux/depcomp  gcc -DPACKAGE_NAME=\"yacc6\" 
-DPACKAGE_TARNAME=\"yacc6\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc6\ 
1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc6\" -DVERSION=\"1.0\" -I. -I.  
-DFOO   -g -O2 -c -o foo-foo.o `test -f 'foo.c' || echo './'`foo.c
source='main.c' object='foo-main.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../aux/depcomp  gcc -DPACKAGE_NAME=\"yacc6\" 
-DPACKAGE_TARNAME=\"yacc6\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc6\ 
1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc6\" -DVERSION=\"1.0\" -I. -I.  
-DFOO   -g -O2 -c -o foo-main.o `test -f 'main.c' || echo './'`main.c
gcc  -g -O2   -o foo  foo-foo.o foo-main.o  
/bin/bash ../aux/ylwrap bar.y y.tab.c bar.c y.tab.h bar.h y.output bar.output 
-- bison -y -d -d
updating bar.h
source='bar.c' object='bar.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../aux/depcomp  gcc -DPACKAGE_NAME=\"yacc6\" -DPACKAGE_TARNAME=\"yacc6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc6\" -DVERSION=\"1.0\" -I. -I.      -g 
-O2 -c bar.c
source='main.c' object='main.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../aux/depcomp  gcc -DPACKAGE_NAME=\"yacc6\" -DPACKAGE_TARNAME=\"yacc6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc6\" -DVERSION=\"1.0\" -I. -I.      -g 
-O2 -c main.c
gcc  -g -O2   -o bar  bar.o main.o  
+ grep #.*line.*foo.y sub/foo.c
#line 1 "foo.y"
#line 7 "foo.y"
#line 8 "foo.y"
+ grep #.*line.*bar.y sub/bar.c
#line 1 "bar.y"
#line 7 "bar.y"
#line 8 "bar.y"
+ sleep 2
+ :
+ sleep 2
+ touch sub/bar.y
+ make
Making all in sub
/bin/bash ../aux/ylwrap bar.y y.tab.c bar.c y.tab.h bar.h y.output bar.output 
-- bison -y -d -d
bar.h is unchanged
source='bar.c' object='bar.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../aux/depcomp  gcc -DPACKAGE_NAME=\"yacc6\" -DPACKAGE_TARNAME=\"yacc6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc6\" -DVERSION=\"1.0\" -I. -I.      -g 
-O2 -c bar.c
source='main.c' object='main.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../aux/depcomp  gcc -DPACKAGE_NAME=\"yacc6\" -DPACKAGE_TARNAME=\"yacc6\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc6\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc6\" -DVERSION=\"1.0\" -I. -I.      -g 
-O2 -c main.c
gcc  -g -O2   -o bar  bar.o main.o  
+ make test-time-unchanged
test `ls -1t sub/main.o z | sed 1q` = z
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir.
FAIL: yacc6.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
yacc7: running bison --version
GNU Bison version 1.28
=== Running test ../../tests/yacc7.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall -a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make foo.h
bison -y -d -d foo.y
if test -f y.tab.h; then  to=`echo "foo_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo.ht;  rm -f y.tab.h;  if cmp -s foo.ht foo.h; then  rm -f foo.ht ; else  mv 
foo.ht foo.h;  fi;  fi
if test -f y.output; then  mv y.output foo.output;  fi
sed '/^#/ s|y\.tab\.c|foo.c|' y.tab.c >foo.ct && mv foo.ct foo.c
rm -f y.tab.c
`foo.h' is up to date.
+ test -f foo.h
+ rm -f foo.h foo.c
+ make check-dist
bison -y -d -d foo.y
if test -f y.tab.h; then  to=`echo "foo_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo.ht;  rm -f y.tab.h;  if cmp -s foo.ht foo.h; then  rm -f foo.ht ; else  mv 
foo.ht foo.h;  fi;  fi
if test -f y.output; then  mv y.output foo.output;  fi
sed '/^#/ s|y\.tab\.c|foo.c|' y.tab.c >foo.ct && mv foo.ct foo.c
rm -f y.tab.c
{ test ! -d yacc7-1.0  || { find yacc7-1.0 -type d ! -perm -200 -exec chmod u+w 
{} ';'  && rm -fr yacc7-1.0; }; }
mkdir yacc7-1.0
find yacc7-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r yacc7-1.0
test -f yacc7-1.0/foo.y
test -f yacc7-1.0/foo.c
test -f yacc7-1.0/foo.h
+ rm -f foo.h
+ make foo.h
bison -y -d -d foo.y
if test -f y.tab.h; then  to=`echo "foo_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo.ht;  rm -f y.tab.h;  if cmp -s foo.ht foo.h; then  rm -f foo.ht ; else  mv 
foo.ht foo.h;  fi;  fi
if test -f y.output; then  mv y.output foo.output;  fi
sed '/^#/ s|y\.tab\.c|foo.c|' y.tab.c >foo.ct && mv foo.ct foo.c
rm -f y.tab.c
+ test -f foo.h
+ make foo.c
`foo.c' is up to date.
+ test -f foo.h
+ test -f foo.c
+ make distclean
test -z "foo" || rm -f foo
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./.deps
rm -f Makefile
+ test -f foo.h
+ test -f foo.c
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make maintainer-clean
test -z "foo" || rm -f foo
rm -f *.o
rm -f *.tab.c
rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f foo.h
rm -f foo.c
rm -f config.status config.cache config.log  configure.lineno 
configure.status.lineno
rm -rf ./autom4te.cache
rm -rf ./.deps
rm -f Makefile
+ test ! -f foo.h
+ test ! -f foo.c
+ :
PASS: yacc7.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
yacc8: running gcc --version
2.95.2
yacc8: running bison --version
GNU Bison version 1.28
=== Running test ../../tests/yacc8.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ set -e
+ cat
+ cat
+ mkdir foo
+ cat
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
Makefile.am: installing `./compile'
+ mkdir sub
+ cd sub
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test1
bison -y -d -d ../foo/parse.y
if test -f y.tab.h; then  to=`echo "foo/parse_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo/parse.ht;  rm -f y.tab.h;  if cmp -s foo/parse.ht foo/parse.h; then  rm -f 
foo/parse.ht ; else  mv foo/parse.ht foo/parse.h;  fi;  fi
if test -f y.output; then  mv y.output foo/parse.output;  fi
sed '/^#/ s|y\.tab\.c|foo/parse.c|' y.tab.c >foo/parse.ct && mv foo/parse.ct 
foo/parse.c
rm -f y.tab.c
source='foo/parse.c' object='foo/parse.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"yacc8\" -DPACKAGE_TARNAME=\"yacc8\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc8\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc8\" -DVERSION=\"1.0\" -I. -I..      -g 
-O2 -c -o foo/parse.o foo/parse.c
test -f foo/parse.c
test -f foo/parse.o
+ test -f foo/parse.h
+ rm -f foo/parse.h
+ make foo/parse.h
bison -y -d -d ../foo/parse.y
if test -f y.tab.h; then  to=`echo "foo/parse_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo/parse.ht;  rm -f y.tab.h;  if cmp -s foo/parse.ht foo/parse.h; then  rm -f 
foo/parse.ht ; else  mv foo/parse.ht foo/parse.h;  fi;  fi
if test -f y.output; then  mv y.output foo/parse.output;  fi
sed '/^#/ s|y\.tab\.c|foo/parse.c|' y.tab.c >foo/parse.ct && mv foo/parse.ct 
foo/parse.c
rm -f y.tab.c
+ test -f foo/parse.h
+ sleep 2
+ :
+ sleep 2
+ touch ../foo/parse.y
+ make obj
bison -y -d -d ../foo/parse.y
if test -f y.tab.h; then  to=`echo "foo/parse_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo/parse.ht;  rm -f y.tab.h;  if cmp -s foo/parse.ht foo/parse.h; then  rm -f 
foo/parse.ht ; else  mv foo/parse.ht foo/parse.h;  fi;  fi
if test -f y.output; then  mv y.output foo/parse.output;  fi
sed '/^#/ s|y\.tab\.c|foo/parse.c|' y.tab.c >foo/parse.ct && mv foo/parse.ct 
foo/parse.c
rm -f y.tab.c
source='foo/parse.c' object='foo/parse.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"yacc8\" -DPACKAGE_TARNAME=\"yacc8\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc8\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc8\" -DVERSION=\"1.0\" -I. -I..      -g 
-O2 -c -o foo/parse.o foo/parse.c
+ ls -1t foo/parse.h z
+ sed 1q
+ test z = z
+ sleep 2
+ /usr/local/bin/perl -pi -e s/%%/%token TOKEN\n%%/g ../foo/parse.y
+ make obj
bison -y -d -d ../foo/parse.y
if test -f y.tab.h; then  to=`echo "foo/parse_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>foo/parse.ht;  rm -f y.tab.h;  if cmp -s foo/parse.ht foo/parse.h; then  rm -f 
foo/parse.ht ; else  mv foo/parse.ht foo/parse.h;  fi;  fi
if test -f y.output; then  mv y.output foo/parse.output;  fi
sed '/^#/ s|y\.tab\.c|foo/parse.c|' y.tab.c >foo/parse.ct && mv foo/parse.ct 
foo/parse.c
rm -f y.tab.c
source='foo/parse.c' object='foo/parse.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"yacc8\" -DPACKAGE_TARNAME=\"yacc8\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"yacc8\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"yacc8\" -DVERSION=\"1.0\" -I. -I..      -g 
-O2 -c -o foo/parse.o foo/parse.c
+ ls -1t foo/parse.h z
+ sed 1q
+ test foo/parse.h = foo/parse.h
+ cd ..
+ sleep 2
+ cp foo/parse.y foo/parse2.y
+ cat
+ automake-1.8a --foreign -Werror -Wall -a
configure.in: installing `./ylwrap'
+ test -f ./ylwrap
+ cd sub
+ ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test2
test -f foo/parse.c
test -f foo/parse.o
PASS: yacc8.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
=== Running test ../../tests/yaccpp.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ aclocal-1.8a
+ automake-1.8a --foreign -Werror -Wall
+ grep zardoz.cc Makefile.in
        install-sh missing zardoz.cc
        -rm -f zardoz.cc
PASS: yaccpp.test
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests:/volume/fwtools/gmake/3.80/bin:/homes/mdb/autoconf/2.59-fbsd4/bin:/homes/mdb/bin:/usr/local/gnupg-1.2.3/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/volume/labtools/bin:/volume/buildtools/bin
yaccvpath: running gcc --version
2.95.2
yaccvpath: running bison --version
GNU Bison version 1.28
=== Running test ../../tests/yaccvpath.test
+ pwd
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir
+ cat
+ cat
+ cat
+ cat
+ set -e
+ aclocal-1.8a
+ /bin/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/lib/missing --run 
autoconf
+ automake-1.8a --foreign -Werror -Wall -a
+ bison -y parse.y
+ mv y.tab.c parse.c
+ mkdir sub
+ cd sub
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ sleep 2
+ cat
+ make
bison -y -d  ../parse.y
if test -f y.tab.h; then  to=`echo "parse_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>parse.ht;  rm -f y.tab.h;  if cmp -s parse.ht parse.h; then  rm -f parse.ht ; 
else  mv parse.ht parse.h;  fi;  fi
if test -f y.output; then  mv y.output parse.output;  fi
sed '/^#/ s|y\.tab\.c|parse.c|' y.tab.c >parse.ct && mv parse.ct parse.c
rm -f y.tab.c
source='parse.c' object='parse.o' libtool=no  DEPDIR=.deps depmode=gcc 
/bin/bash ../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"foo\" -DVERSION=\"0.1\" -I. -I..      -g -O2 -c parse.c
source='../foo.c' object='foo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/bash 
../depcomp  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"foo\" -DVERSION=\"0.1\" -I. -I..      -g -O2 -c ../foo.c
gcc  -g -O2   -o foo  parse.o foo.o  
+ make distdir
{ test ! -d foo-0.1  || { find foo-0.1 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr foo-0.1; }; }
mkdir foo-0.1
find foo-0.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r foo-0.1
+ grep fubar foo-0.1/parse.c
"'b'","'a'","'r'","fubar", NULL
+ sleep 2
+ cat
+ make distdir
bison -y -d  ../parse.y
if test -f y.tab.h; then  to=`echo "parse_H" | sed  -e 
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'  -e 
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h 
>parse.ht;  rm -f y.tab.h;  if cmp -s parse.ht parse.h; then  rm -f parse.ht ; 
else  mv parse.ht parse.h;  fi;  fi
if test -f y.output; then  mv y.output parse.output;  fi
sed '/^#/ s|y\.tab\.c|parse.c|' y.tab.c >parse.ct && mv parse.ct parse.c
rm -f y.tab.c
{ test ! -d foo-0.1  || { find foo-0.1 -type d ! -perm -200 -exec chmod u+w {} 
';'  && rm -fr foo-0.1; }; }
mkdir foo-0.1
find foo-0.1 -type d ! -perm -777 -exec chmod a+rwx {} \; -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/bash 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests/testSubDir/install-sh
 -c -m a+r {} {} \;  || chmod -R a+r foo-0.1
+ grep maude foo-0.1/parse.c
"'u'","'d'","'e'","maude", NULL
PASS: yaccvpath.test
=====================================
15 of 496 tests failed
(45 tests were not run)
Please report to address@hidden
=====================================
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests.
*** Error code 1

Stop in 
/.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4/tests.
*** Error code 1

Stop in /.amd_mnt/juliet/vol/vol0/homes/mdb/src/automake/automake/obj.fbsd4.




reply via email to

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