The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 0510421fcb57c3a01d18f1ca71f53918572a657f
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Tue Jan 1 17:41:32 2013 +0100

    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 1f3cf54..5b9f957 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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%

-----------------------------------------------------------------------

Summary of changes:
 lib/chkconfig.ltx |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to