diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-12-28 00:23:18 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-12-28 00:23:18 +0000 |
commit | 80a5350056504839f364d7511e655278c32ed663 (patch) | |
tree | 1208563b7a208aa8491612eb6e80721c9e1ee33f /Build | |
parent | bf38bd682f94fe532acac6922663eb774a9cd993 (diff) |
TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL variable
git-svn-id: svn://tug.org/texlive/trunk@20871 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 15ce925b47e..33091772158 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -610,6 +610,12 @@ TEX = etex % given as command line option or environment variable. BIBTEX_CSFILE = 88591lat.csf +% This variable is Windows platform specific and allows script wrappers +% to use an already installed Perl interpreter (if found on the search path) +% instead of the one shipped with TeX Live. It must be set to 0 or 1. +% +% TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL = 0 + % Part 3: Array and other sizes for TeX (and Metafont). % % If you want to change some of these sizes only for a certain TeX |