* depcomp (ddashmd): Removed case.
[automake.git] / tests / proginst.test
blob1a3d1064db8c30af37dc0f5293b9d8aad1491713
1 #! /bin/sh
3 # Test for bug where when multiple scripts are installed,
4 # the check for AC_PROG_INSTALL fails.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 bin_SCRIPTS = zardoz qbert brownie
10 END
12 $AUTOMAKE