Tag
Hash :
f8da0723
Author :
Date :
1999-12-27T07:40:32
* subobj3.test: Remove depcomp. * pr9.test: Remove depcomp. Remove opportunistic check. * pr19.test: Remove depcomp.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
#! /bin/sh
# Test for bug in PR 9.
. $srcdir/defs || exit 1
cat > configure.in << 'END'
AC_INIT(Makefile.am)
AC_CONFIG_AUX_DIR(support)
AM_INIT_AUTOMAKE(pr9, 0)
AC_OUTPUT(Makefile)
END
: > Makefile.am
# Remove some files installed by defs. These will be reinstalled by
# automake.
rm -f install-sh missing mkinstalldirs depcomp
mkdir support
# Fail gracefully if no autoconf.
(autoconf --version) > /dev/null 2>&1 || exit 0
# Likewise for gzip.
(gzip --version) > /dev/null 2>&1 || exit 0
$ACLOCAL || exit 1
autoconf || exit 1
$AUTOMAKE -a -c || exit 1
./configure || exit 1
$MAKE || exit 1
$MAKE distcheck || exit 1
gunzip pr9-0.tar.gz || exit 1
tar tf pr9-0.tar | fgrep support