2002-02-18 Paul Eggert <eggert@twinsun.com>
[platform/upstream/automake.git] / tests / proginst.test
1 #! /bin/sh
2
3 # Test for bug where when multiple scripts are installed,
4 # the check for AC_PROG_INSTALL fails.
5
6 . $srcdir/defs || exit 1
7
8 cat > Makefile.am << 'END'
9 bin_SCRIPTS = zardoz qbert brownie
10 END
11
12 $ACLOCAL || exit 1
13 $AUTOMAKE