Tag
Hash :
606a2c14
Author :
Date :
2001-12-27T06:11:09
For PR automake/249: * tests/Makefile.am (TESTS): Added nodist2.test. * tests/nodist2.test: New file
#! /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