source:
vendor/automake/1.4-p6/tests/proginst.test@
3124
| Last change on this file since 3124 was 3124, checked in by , 19 years ago | |
|---|---|
| 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 | |
| 8 | cat > Makefile.am << 'END' |
| 9 | bin_SCRIPTS = zardoz qbert brownie |
| 10 | END |
| 11 | |
| 12 | $AUTOMAKE |
Note:
See TracBrowser
for help on using the repository browser.
