Hash : aae29754 Author : Date : 1997-04-09T01:36:35
tests respect MAKE
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#! /bin/sh # Test for bug where install-sh not included in distribution. . $srcdir/defs || exit 1 cat > Makefile.am << 'END' pkgdata_DATA = magic: @echo $(DISTFILES) END $AUTOMAKE || exit 1 $MAKE -s -f Makefile.in magic | grep install-sh