#! /bin/sh # Test for bug where missing mkinstalldirs give bogus error about # missing install-sh. . $srcdir/defs || exit 1 rm -f mkinstalldirs : > Makefile.am $ACLOCAL || exit 1 $AUTOMAKE > out 2>&1 && exit 1 grep mkinstalldirs out