This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
texinfo10 prob
- From: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- To: automake at gnu dot org
- Date: Wed, 25 Sep 2002 18:16:19 +0100
- Subject: texinfo10 prob
On the computers without TeX installed, all tests pass fine, but the one
with TeX hangs at
PASS: texinfo10.test
[1] + Stopped (tty input) gmake check
(is it running texinfo10, or texinfo13?)
apparently because it is running "tex --version". On my version of TeX,
that gets:
% tex --version
This is TeX, Version 3.14159 (C version 6.1)
! I can't find file `--version'.
<*> --version
Please type another input file name:
so obviously it won't get very far ;)
Cheers,
Patrick