source:
vendor/automake/1.4-p6/tests/scripts.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 330 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test for bug reported by Jim Meyering. |
4 | # AC_PROG_INSTALL was required when only noinst_SCRIPTS was defined. |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
8 | cat > configure.in << 'END' |
9 | PACKAGE=nonesuch |
10 | VERSION=nonesuch |
11 | AC_ARG_PROGRAM |
12 | AC_PROG_INSTALL |
13 | AC_OUTPUT(Makefile) |
14 | END |
15 | |
16 | cat > Makefile.am << 'END' |
17 | noinst_SCRIPTS = foo |
18 | END |
19 | |
20 | $AUTOMAKE |
Note:
See TracBrowser
for help on using the repository browser.