Hi All,

We have a situation where we need to programmatically find a
path+include file and pass it to AC_TRY_RUN.  The complete test program
is below.

#include FOO

int main()
{
   return 0;
}

Where FOO is a #define that will be set by a previous macro.  So the
questions are: is this possible with AC_TRY_RUN, AC_TRY_COMPILE or any
other pre defined macro, is there any other way of going about this?
Any ideas?

Thanks
-Fred



Reply via email to