blob: 8065437898aa6d2d75e904270df48eff0501036c [file]
#! /bin/sh
# Test for bug where when multiple scripts are installed,
# the check for AM_PROG_INSTALL fails.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
bin_SCRIPTS = zardoz qbert brownie
END
$AUTOMAKE