> --- lib/configure.py       (Revision 24162)
> +++ lib/configure.py       (Arbeitskopie)
> @@ -409,7 +409,7 @@
>      checkProg('a PDF to PS converter', ['pdf2ps $$i $$o', 'pdftops $$i $$o'],
>          rc_entry = [ r'\converter pdf         ps        "%%"    ""' ])
>      #
> -    checkProg('a PDF to EPS converter', ['pdftops -eps $$i $$o'],
> +    checkProg('a PDF to EPS converter', ['pdftops -eps -f 1 -l 1 $$i $$o'],

Why this? Isn't it just a check if pdftops exists and not the final calling 
command?

regards Uwe

Reply via email to