* tests/defs.in: Handle required=texi2dvi-o.
2002-11-21 Alexandre Duret-Lutz <adl@gnu.org>
+ * 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
# 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"
# Check for subdir Texinfo.
# PR/343
-required='makeinfo tex'
+required='makeinfo tex texi2dvi-o'
. ./defs || exit 1
set -e