diff options
Diffstat (limited to 'tests/texinfo4.test')
-rwxr-xr-x | tests/texinfo4.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/texinfo4.test b/tests/texinfo4.test index 17b76e570..0c2cf9027 100755 --- a/tests/texinfo4.test +++ b/tests/texinfo4.test @@ -11,5 +11,6 @@ END echo '@setfilename textutils.frob' > textutils.texi : > texinfo.tex +$ACLOCAL || exit 1 $AUTOMAKE && exit 1 exit 0 |