* configure.py : Fixup r39643, srcdir is a string containing the basepath to configure.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39645 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-09-08 12:11:16 +00:00
parent 5891c139da
commit 9571f12801

View File

@ -623,7 +623,7 @@ def checkConverterEntries(java='', perl=''):
# 2) If LyX was configured with a version suffix then tex2lyx
# will also have this version suffix.
# 3) Otherwise always use tex2lyx.
in_place = os.path.join('srcdir', '..', 'src', 'tex2lyx', 'tex2lyx')
in_place = os.path.join(srcdir, '..', 'src', 'tex2lyx', 'tex2lyx')
in_place = os.path.abspath(in_place)
path, t2l = checkProg('a LaTeX/Noweb -> LyX converter', [in_place, 'tex2lyx' + version_suffix, 'tex2lyx'],