diff options
Diffstat (limited to 'tests/confh3.test')
-rwxr-xr-x | tests/confh3.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/confh3.test b/tests/confh3.test index fdf9f7b40..d804cc893 100755 --- a/tests/confh3.test +++ b/tests/confh3.test @@ -23,6 +23,7 @@ mkdir d1 d2 : > d2/config.h.in +$ACLOCAL || exit 1 $AUTOMAKE || exit 1 grep '^config.h:' d1/Makefile.in || exit 1 |