From: Julien Rioux Date: Thu, 8 Sep 2011 12:11:16 +0000 (+0000) Subject: * configure.py : Fixup r39643, srcdir is a string containing the basepath to configure.py X-Git-Tag: 2.1.0beta1~2735 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9571f128010a9495f203b9d0b0db0af1ab510067;p=features.git * 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 --- diff --git a/lib/configure.py b/lib/configure.py index 0204d8bbc5..5318fba78e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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'],