Hash : 37e78c3c Author : Date : 1996-04-03T22:16:37
Bug fix with test
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#! /bin/sh # Test for bug where missing mkinstalldirs give bogus error about # missing install-sh. . $srcdir/defs || exit 1 rm mkinstalldirs : > Makefile.am $AUTOMAKE > out 2>&1 && exit 1 grep mkinstalldirs out