[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] configure.in patch
- From: Martin Wuerthner <lists@xxxxxxxxxxxxxxx>
- Date: Tue, 28 Mar 2006 16:21:24 +0200
- Subject: Re: [XaraXtreme-dev] configure.in patch
In message <3b69e42c0603280237t5df474b7x1d13d0fba02905fc@xxxxxxxxxxxxx
m>
"Ben Fowler" <ben.the.mole@xxxxxxxxx> wrote:
> On 28/03/06, Martin Wuerthner <lists@xxxxxxxxxxxxxxx> wrote:
>> Can someone ...
>
> Does 'someone' mean someone handy, or someone in authority?
Eventually, someone who has svn write access and can check the change
in - provided that everyone agrees that the patch is OK.
> As one of the former, I would just say that
>
> + FT_CFLAGS = ""
> + PANGO_CFLAGS = ""
>
> Assignment symbols usually written without spaces.
OK, thanks.
> Is there no established autoconf macro for either of these? I didn't
> see anything at http://ac-archive.sourceforge.net/ , mind
I do not think so - anyway, the checks are pretty straightforward. For
FreeType, I simply followed the pattern of the wxWidgets check in the
same file. I got the Pango check from the wxWidgets configure script.
Martin