]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: TeX system required for two more tests.
authorKarl Berry <karl@freefriends.org>
Fri, 8 May 2020 01:11:49 +0000 (18:11 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 8 May 2020 01:11:49 +0000 (18:11 -0700)
* t/instdir-no-empty.sh (required): makeinfo tex texi2dvi dvips.
* t/txinfo-bsd-make-recurs.sh (required): likewise.

t/instdir-no-empty.sh
t/txinfo-bsd-make-recurs.sh

index 6a8d51328fe6bae13567b99788701c03fe48b1f3..3d31c664e802df6c1bcf9106e6b30306f8d81639 100644 (file)
@@ -17,6 +17,7 @@
 # An empty "foo_PRIMARY" declaration should *not* cause "make install"
 # to create directory $(foodir).  See automake bug#10997 and bug#11030.
 
+required='makeinfo tex texi2dvi dvips'
 . test-init.sh
 
 cat >> configure.ac <<'END'
index bcd978c835eb33b803b6cffc24f9dea7ec784dad..0b1fc4b5bc630fe3650df34e224d887b5dd9895a 100644 (file)
@@ -17,6 +17,7 @@
 # Make sure the documentation targets work as required with BSD make,
 # even in the presence of subdirs (requires presence of default *-am rules).
 
+required='makeinfo tex texi2dvi dvips'
 . test-init.sh
 
 mkdir sub