X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=4161318ffd180e8a006864971b0d3ccd3b1a6472;hb=924ac8a5a1a15c8c85622a7917dc29d9a0a536c4;hp=0eed65206ecd9880ad8ad16369fcdc4ada19145f;hpb=8c6ce6359523dfc97d9722446c86f6252efdb9e7;p=lyx.git 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" ""'''])