source: vendor/automake/1.4-p6/tests/insh.test

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

automake 1.4-p6

File size: 217 bytes
Line 
1#! /bin/sh
2
3# Test for bug where missing mkinstalldirs give bogus error about
4# missing install-sh.
5
6. $srcdir/defs || exit 1
7
8rm mkinstalldirs
9
10: > Makefile.am
11
12$AUTOMAKE > out 2>&1 && exit 1
13
14grep mkinstalldirs out
Note: See TracBrowser for help on using the repository browser.