Le 23/01/2013 23:24, Uwe Stöhr   a écrit :
The branch, 2.0.x, has been updated.

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

commit 873d5ebc27d7c0f8949d1f6abef1d396b67498a2
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Wed Jan 23 23:24:53 2013 +0100

     chkconfig.ltx: remove check for cbgreek

     - we would need to check for a font but this doesn't work in branch. To 
Thus the current check is senseless because it will always fail, see #8522. 
Therefore I revert its addition to keep branch clean.

     Note the check for wasy in branch shows the same problematic but it is 
there for ages.

Checking for fonts is not that difficult in latex. See the example from configure.py for ecrm (which can be removed now IMO):

\font\test=ecrm1000\relax
\ifx\test\nullfont
  \message{^^J\prefix\prefix checking for ec fonts... no^^J}
[...]
\else
[...]
\fi

JMarc

Reply via email to