autoconf
[Top][All Lists]
Advanced

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

sending parms to AC_TRY_RUN


From: Fred Cook
Subject: sending parms to AC_TRY_RUN
Date: Fri, 21 Feb 2003 16:12:21 -0800

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

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