![]() |
Blitz Support : |
From: Patrick Guio (patrick.guio_at_[hidden])
Date: 2004-04-16 04:30:58
On Thu, 15 Apr 2004, Hendrik Belitz wrote:
Hi Hendrik,
Attached you will find a m4 macro I have written that check whether blitz
is installed. I might include it into the blitz library in a near feature.
We should also consider generate necessary files to use with pkg-config.
Sincerely, Patrick
> Hi all,
>
> I'm using the blitz++ in my project as an optional feature and would like to
> detect the library automatically with an autoconf macro. Is there any global
> function with could be used for identification? The usual
>
> AC_CHECK_LIB( blitz, main, have_blitz=yes, have_blitz=no, -lm )
>
> doesn't work.
>
> Regards,
> Hendrik
>