* configure.in: Upped to version 1.4k.
[automake.git] / tests / install.test
blob031b97c4248950a229079d3d30f0cf30e6acacd0
1 #! /bin/sh
3 # Test for `; installing' message when not wanted.
4 # From François Pinard.
6 . $srcdir/defs || exit 1
8 : > Makefile.am
9 : > INSTALL
10 : > NEWS
11 : > COPYING
13 # It isn't possible to write this test. That's because all files that
14 # might be required are actually included in the automake
15 # distribution.
16 # $AUTOMAKE --gnu --add-missing > output 2>&1 && exit 1
17 # grep installing output
19 exit 0