source: vendor/automake/1.4-p6/tests/proginst.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 213 bytes
Line 
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
8cat > Makefile.am << 'END'
9bin_SCRIPTS = zardoz qbert brownie
10END
11
12$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.