2007-10-04 Thien-Thi Nguyen <[EMAIL PROTECTED]> (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