* configure.in: Updated to 1.4d and released.
[automake.git] / tests / noinst.test
blobd5970a8dbccfae34de19f07a04d993176db03f63
1 #! /bin/sh
3 # Check to make sure "make install" will build all in directory with
4 # nothing to install.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 all-local:
10 exit 1
11 END
13 $AUTOMAKE || exit 1
15 grep '^install[-a-z]*:.* all' Makefile.in