Re: AC_PROG_CC & user supplied CC

2003-08-04 Thread Ralf Corsepius
On Fri, 2003-08-01 at 15:17, Frank A. Uepping wrote: > The AC_PROG_CC/CXX are searching for a compiler. > Will the found compiler being used to compile the feature tests? > E.g.: does AC_CHECK_HEADER(...) use the compiler determined by AC_PROG_CC? > > What about when the user supplies a compiler v

Re: AC_CHECK_HEADER and kernel header files

2003-08-04 Thread Frank A. Uepping
On Sunday 03 August 2003 19:24, Bob Proulx wrote: > Frank A. Uepping wrote: > > I want to check for a kernel header file with AC_CHECK_HEADER. > > Since you are wanting to use a kernel header file you should know that > you are leaving portable code behind and moving into the realm of only > runnin