Sign in
gnu
/
automake
/
5ad5323e9a86cc355bcd0f8a872e351d37e214d1
/
.
/
tests
/
proginst.test
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