source:
trunk/essentials/sys-devel/automake-1.4/tests/insh2.test
Last change on this file was 3134, checked in by , 18 years ago | |
---|---|
File size: 269 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test for bug where install-sh not included in distribution. |
4 | |
5 | . $srcdir/defs || exit 1 |
6 | |
7 | cat > Makefile.am << 'END' |
8 | pkgdata_DATA = |
9 | magic: |
10 | @echo $(DISTFILES) |
11 | END |
12 | |
13 | $AUTOMAKE || exit 1 |
14 | |
15 | $MAKE -s -f Makefile.in SHELL=${UNIXROOT}/bin/sh magic | grep install-sh |
Note:
See TracBrowser
for help on using the repository browser.