From 6f59504efddbbd31d01ca868ddca1ee78eb5df69 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 21 Nov 2002 13:27:20 +0000 Subject: [PATCH] * tests/texinfo13.test: Require texi2dvi-o. * tests/defs.in: Handle required=texi2dvi-o. --- ChangeLog | 3 +++ tests/defs.in | 5 +++++ tests/texinfo13.test | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4816f1b..d33f594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-11-21 Alexandre Duret-Lutz + * tests/texinfo13.test: Require texi2dvi-o. + * tests/defs.in: Handle required=texi2dvi-o. + * automake.in (lang_c_finish): Use $@ in the .c -> _.c rule. * automake.in (handle_single_transform_list): Don't strip the diff --git a/tests/defs.in b/tests/defs.in index c1e542c..cc694d5 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -113,6 +113,11 @@ then # a configure check. test -n "@TEX@" || exit 77 ;; + texi2dvi-o) + # Texi2dvi supports `-o' since Texinfo 4.1. + echo "$me: running texi2dvi -o /dev/null --version" + ( texi2dvi -o /dev/null --version ) || exit 77 + ;; # Generic case: the tool must support --version. *) echo "$me: running $tool --version" diff --git a/tests/texinfo13.test b/tests/texinfo13.test index 978332c..51d1ae2 100755 --- a/tests/texinfo13.test +++ b/tests/texinfo13.test @@ -21,7 +21,7 @@ # Check for subdir Texinfo. # PR/343 -required='makeinfo tex' +required='makeinfo tex texi2dvi-o' . ./defs || exit 1 set -e -- 2.7.4