From: Uwe Stöhr Date: Tue, 1 Jan 2013 16:41:32 +0000 (+0100) Subject: chkconfig.ltx: add check for etoolbox and change checking order X-Git-Tag: 2.1.0beta1~975 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0510421fcb57c3a01d18f1ca71f53918572a657f;p=features.git chkconfig.ltx: add check for etoolbox and change checking order - the packages which are independent of document classes are checked first - for the case that the Internet connection breaks during the checking/installation of missing packages --- diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index 1f3cf54bc0..5b9f9576de 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.ltx @@ -267,13 +267,6 @@ \fi -%%% Document classes -% The list of layout files has been put in this file here by the -% configure script. -\input{chklayouts} -\input{chkmodules} - - %%% Packages \TestPackage{accents} \TestPackage{algorithm} @@ -368,6 +361,7 @@ \TestPackage{cancel} \TestPackage{colortbl} \TestPackage{diagbox} +\TestPackage{etoolbox} \TestPackage{eurosym} \TestPackage{fp} \TestPackage{marginnote} @@ -449,6 +443,11 @@ %\TestPackage{mathabx} %\TestPackage{mathdesign}% But see above! +%%% Document classes +% The list of layout files has been put in this file here by the +% configure script. +\input{chklayouts} +\input{chkmodules} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% END ACTUAL CONFIGURATION INSPECTION CODE %%%%%%%%%%%%%%%%%%%%%%%%%%%%