[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] configure.in patch
- From: "Ben Fowler" <ben.the.mole@xxxxxxxxx>
- Date: Tue, 28 Mar 2006 15:27:50 +0100
- Subject: Re: [XaraXtreme-dev] configure.in patch
On 28/03/06, Martin Wuerthner <lists@xxxxxxxxxxxxxxx> wrote:
> In message <3b69e42c0603280237t5df474b7x1d13d0fba02905fc@xxxxxxxxxxxxx
> m>
> "Ben Fowler" <ben.the.mole@xxxxxxxxx> wrote:
>
> > On 28/03/06, Martin Wuerthner <lists@xxxxxxxxxxxxxxx> wrote:
> >> [ snip ]
>
> > 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.
I didn't find anything when I looked, not that I looked as long as I
usually do. I think that you are right and we write our own macros
using pkg-config...
I was merely hoping to avoid duplication and if possible get the
required effect in the shortest number of lines.
Ben