From: Tommaso Cucinotta Date: Fri, 30 Sep 2011 06:30:26 +0000 (+0000) Subject: Backporting r39786 from trunk. X-Git-Tag: 2.0.2~174 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a10522d2d63d66548f511fbbf27156658b4e84a1;p=features.git Backporting r39786 from trunk. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39788 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index c0b6d40fad..8cfe9808d1 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -848,6 +848,9 @@ def checkConverterEntries(): checkProg('an EPS -> PDF converter', ['epstopdf'], rc_entry = [ r'\converter eps pdf "epstopdf --outfile=$$o $$i" ""', '']) # + checkProg('an EPS -> PNG converter', ['convert $$i $$o'], + rc_entry = [ r'\converter eps png "%%" ""', '']) + # # no agr -> pdf converter, since the pdf library used by gracebat is not # free software and therefore not compiled in in many installations. # Fortunately, this is not a big problem, because we will use epstopdf to