source: trunk/essentials/sys-devel/automake-1.4/tests/insh2.test

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

unixroot

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
7cat > Makefile.am << 'END'
8pkgdata_DATA =
9magic:
10 @echo $(DISTFILES)
11END
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.