autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoconf macros for various libraries.


From: Ralf Wildenhues
Subject: Re: Autoconf macros for various libraries.
Date: Mon, 23 Jun 2008 09:44:27 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* Jules Colding wrote on Mon, Jun 23, 2008 at 09:40:03AM CEST:
> I've written these two meager macros that checks for ACE and TAO:
>
>    http://trac.42tools.net/lorica/browser/trunk/m4/acetao.m4

In these macros, you check for several dozen headers, which is very
expensive.  Is that really necessary?  Can't you pick some "key"
headers?  Alternatively, write a manual compile/link check that includes
several headers at once so that you verify the presence of all of them
with only a few compiles?

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]