diff options
Diffstat (limited to 'tests/mkinstall.test')
-rwxr-xr-x | tests/mkinstall.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mkinstall.test b/tests/mkinstall.test index eed6e8fea..90a1403c8 100755 --- a/tests/mkinstall.test +++ b/tests/mkinstall.test @@ -10,6 +10,7 @@ END # The "././" prefix confuses Automake into thinking it is doing a # subdir build. Yes, this is hacky. +$ACLOCAL || exit 1 $AUTOMAKE ././Makefile || exit 1 grep ' /mkinstalldirs' Makefile.in && exit 1 |