uniquify files passed to etags
[automake.git] / tests / insh.test
bloba0ef405ddda5be0f836d9459ae56c678e2eeeadd
1 #! /bin/sh
3 # Test for bug where missing mkinstalldirs give bogus error about
4 # missing install-sh.
6 . $srcdir/defs || exit 1
8 rm mkinstalldirs
10 : > Makefile.am
12 $AUTOMAKE > out 2>&1 && exit 1
14 grep mkinstalldirs out