On Tue, Feb 20, 2007 at 08:56:54PM +0000, [EMAIL PROTECTED] wrote:
> Author: schmitt
> Date: Tue Feb 20 21:56:54 2007
> New Revision: 17286
> 
> URL: http://www.lyx.org/trac/changeset/17286
> Log:
>       * lib/configure.py: fix typo in comment
> 
> Modified:
>     lyx-devel/trunk/lib/configure.py
> 
> Modified: lyx-devel/trunk/lib/configure.py
> URL: http://www.lyx.org/trac/file/lyx-devel/trunk/lib/configure.py?rev=17286
> ==============================================================================
> --- lyx-devel/trunk/lib/configure.py (original)
> +++ lyx-devel/trunk/lib/configure.py Tue Feb 20 21:56:54 2007
> @@ -416,9 +416,9 @@
>          if not 'Unrecognized' in cmdOutput('convert ' + conv_opts + ' 2>&1'):
>              addToRC(r'\converter pdf        png        "convert %s pdf:$$i 
> png:$$o"  ""' % conv_opts)
>      #
> -    # no agr -> pdf converter since the pdf library used by gracebat is not
> -    # free software and therefore not compiled in in many installations.
                                                  ^^^^^
This was not a typo but a correct expression: "...not _compiled in_ [i.e.,
made a part of the build] in many..."

> -    # Fortunately this is not a big problem because we will use epstopdf to
> +    # no agr -> pdf converter, since the pdf library used by gracebat is not
> +    # free software and therefore not compiled in many installations.
> +    # Fortunately, this is not a big problem, because we will use epstopdf to
>      # convert from agr to pdf via eps without loss of quality.
>      checkProg('a Grace -> Image converter', ['gracebat'],
>          rc_entry = [

- Martin

Attachment: pgpWftsOgc1dJ.pgp
Description: PGP signature

Reply via email to