Tag
Hash :
cfa9415f
Author :
Date :
2002-03-21T09:11:56
* Makefile.am (maintainer-check): Check for misuses of make, autoconf, automake, aclocal, and perl in the testsuite. Suggest using $MAKE, $AUTOCONF, $AUTOMAKE, $ACLOCAL, and $PERL instead. * tests/confsub.test: Use $AUTOCONF and $MAKE. * tests/extra5.test, tests/extra6.test, tests/lex5.test, tests/nobase.test, tests/nodist2.test, tests/pr204.test, tests/pr224.test, tests/pr287.test, tests/strip.test, tests/yacc8.test: Use $MAKE.
#! /bin/sh
# Test to make sure nodist_noinst_HEADERS work.
# For PR 249.
. $srcdir/defs || exit 1
cat >> configure.in <<'EOF'
AC_OUTPUT
EOF
cat > Makefile.am << 'EOF'
nodist_noinst_HEADERS = baz.h
EOF
: > baz.h
set -e
$ACLOCAL
$AUTOCONF
$AUTOMAKE -a
./configure --prefix `pwd`/install
$MAKE install-data