From: Bo Peng Date: Sun, 2 Jul 2006 03:09:00 +0000 (+0000) Subject: lib/configure.py: add -interaction=nonstopmode to cygwin/latex test. X-Git-Tag: 1.6.10~13029 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9067cdb3e81a54fa379b1084f6cfd627c70755fe;p=features.git lib/configure.py: add -interaction=nonstopmode to cygwin/latex test. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14287 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 463f57aee6..084a921527 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -99,7 +99,7 @@ def checkTeXPaths(): os.close(fd) os.write(wfd, r'\input{' + inpname.replace('~', '\\string~') + '}' ) os.close(wfd) - if cmdOutput('latex ' + wtmpfname).find('Error') != -1: + if cmdOutput('latex -interaction=nonstopmode ' + wtmpfname).find('Error') != -1: print "configure: TeX engine needs posix-style paths in latex files" windows_style_tex_paths = 'false' else: