trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2016

In need of automake

From: deloptes <deloptes@...>
Date: Sat, 02 Jan 2016 01:18:22 +0100
Hi all,
I need to put a check on a header from within automake project.
How do I get this header found for TDE?

FOOFOUND=yes
...
AC_CHECK_HEADERS(foo.h, [], [FOOFOUND=no], [])

thanks in advance