Hash : 119b28ec Author : Date : 1997-03-16T22:29:11
test fixups better error message w/ seen_c_source
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#! /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 $AUTOMAKE || exit 1 grep '^install:.* all' Makefile.in