]> sourceware.org Git - automake.git/commitdiff
* tests/texinfo13.test: Require texi2dvi-o.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Nov 2002 13:27:19 +0000 (13:27 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Nov 2002 13:27:19 +0000 (13:27 +0000)
* tests/defs.in: Handle required=texi2dvi-o.

ChangeLog
tests/defs.in
tests/texinfo13.test

index 4816f1b88065d864656aefda7a251db997e629a5..d33f5945b8a539d991d820ad802f5d2f563ab0b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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
index c1e542ce402d9641f3734d4c5537fe5a6f50d04d..cc694d50f15539e598a2efdbf7592485267d24fa 100644 (file)
@@ -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"
index 978332c93624cf2823f55222f9d006ab0fb79ad2..51d1ae26b5054efb2f4188620f3a7d566f7df0d8 100755 (executable)
@@ -21,7 +21,7 @@
 # Check for subdir Texinfo.
 # PR/343
 
-required='makeinfo tex'
+required='makeinfo tex texi2dvi-o'
 . ./defs || exit 1
 
 set -e
This page took 0.03103 seconds and 5 git commands to generate.