#! /bin/sh # Check to make sure "make install" will build all in directory with # nothing to install. . $srcdir/defs || exit 1 cat > Makefile.am << 'END' all-local: exit 1 END $ACLOCAL || exit 1 $AUTOMAKE || exit 1 grep '^install[-a-z]*:.* all' Makefile.in