bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] util/defs.in


From: Thien-Thi Nguyen
Subject: [patch] util/defs.in
Date: Thu, 04 Oct 2007 15:31:45 +0200

2007-10-04  Thien-Thi Nguyen  <address@hidden>  (tiny change)

        * util/defs.in (TEXI2DVI_run): Use $TEXI2DVI.

we go to the trouble of computing the name of the program under test,
so might as well use that value to actually test it (instead of, say,
/home/ttn/local/bin/texi2dvi or something else on PATH).

applying this patch allows "make check" to finish successfully for
texinfo-4.11, w/ texinfo-4.8 previously installed (prefix /home/ttn/local).

thi



--- defs.in     18 Sep 2007 00:49:25 -0000      1.12
+++ defs.in     4 Oct 2007 13:25:02 -0000
@@ -198,8 +198,7 @@
     set x --debug --verbose ${1+"$@"}
     shift
   fi
-  type texi2dvi
-  texi2dvi ${1+"$@"} 2>stderr >stdout || exitcode=$?
+  $TEXI2DVI ${1+"$@"} 2>stderr >stdout || exitcode=$?
   cat stderr
   cat stdout
   test $exitcode = $expected_exitcode || exit 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]