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

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

automake 1.4-p6

File size: 244 bytes
Line 
1#! /bin/sh
2
3# Check to make sure "make install" will build all in directory with
4# nothing to install.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'END'
9all-local:
10 exit 1
11END
12
13$AUTOMAKE || exit 1
14
15grep '^install[-a-z]*:.* all' Makefile.in
Note: See TracBrowser for help on using the repository browser.