]> git.lyx.org Git - features.git/commitdiff
lib/configure.py: add -interaction=nonstopmode to cygwin/latex test.
authorBo Peng <bpeng@lyx.org>
Sun, 2 Jul 2006 03:09:00 +0000 (03:09 +0000)
committerBo Peng <bpeng@lyx.org>
Sun, 2 Jul 2006 03:09:00 +0000 (03:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14287 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 463f57aee67c36070bc5e1a6cc1a2e5381829996..084a921527cf2c5ca3e2eb735b702156b0b4e659 100644 (file)
@@ -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: