From 225c1dbe55635a97b183909ea7194b8d92051378 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 31 Dec 2010 12:07:58 +0000 Subject: [PATCH] partial fix for bug 6986: Use the right tex2lyx (at least if tex2lyx is installed) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37056 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 0eed65206e..4161318ffd 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -615,7 +615,8 @@ def checkConverterEntries(): os.environ["PATH"] = os.path.join('..', 'src', 'tex2lyx') + \ os.pathsep + path_orig - checkProg('a LaTeX/Noweb -> LyX converter', ['tex2lyx', 'tex2lyx' + version_suffix], +# First search for tex2lyx with version suffix (bug 6986) + checkProg('a LaTeX/Noweb -> LyX converter', ['tex2lyx' + version_suffix, 'tex2lyx'], rc_entry = [r'''\converter latex lyx "%% -f $$i $$o" "" \converter literate lyx "%% -n -f $$i $$o" ""''']) -- 2.39.2