Tag
Hash :
89598be4
Author :
Date :
2001-12-06T19:23:24
* tests/confsub.test, tests/depdist.test, tests/extra5.test, tests/nobase.test, tests/stamph2.test, tests/subdirbuiltsources.test: Require Autoconf.
#! /bin/sh
# Check to make sure EXTRA_DIST can contain a directory from $buildir.
# From Dean Povey.
. $srcdir/defs || exit 1
# Fail gracefully if no autoconf.
$needs_autoconf
echo AC_OUTPUT >> configure.in
cat > Makefile.am << 'END'
EXTRA_DIST=foo
foo:
mkdir foo
touch foo/bar
END
set -e
$ACLOCAL
$AUTOMAKE
$AUTOCONF
mkdir build
cd build
../configure
make distdir