X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=0dcc4ce1058128edf25a6f0eb3e0565bb92b7b88;hb=0430132aa049f2a97280bcbcff69f71d42ed7d98;hp=3b88041d3c96713c2c29fa1f1624e6c38fb0d72c;hpb=52978f94d28a8f5f731e4c394b225f1a2927d3a6;p=lyx.git diff --git a/lib/configure.py b/lib/configure.py index 3b88041d3c..0dcc4ce105 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -904,7 +904,7 @@ def checkConverterEntries(): checkProg('a PS to EPS converter', ['ps2eps -- < $$i > $$o'], rc_entry = [ r'\converter eps2 eps "%%" ""' ]) # - checkProg('a PDF to PS converter', ['pdf2ps $$i $$o', 'pdftops $$i $$o'], + checkProg('a PDF to PS converter', ['pdftops $$i $$o', 'pdf2ps $$i $$o'], rc_entry = [ r'\converter pdf ps "%%" ""' ]) # Only define a converter from pdf6 for graphics checkProg('a PDF to EPS converter', ['pdftops -eps -f 1 -l 1 $$i $$o'],