autoconf
[Top][All Lists]
Advanced

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

Re: Failing C Header Checks


From: Paul Eggert
Subject: Re: Failing C Header Checks
Date: Thu, 19 Feb 2004 12:07:04 -0800
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (usg-unix-v)

"Drummonds, Scott B" <address@hidden> writes:

> what macro is generating the "checking for ANSI C header
> files..." test?

AC_HEADER_STDC

> Second, which macro is generating the "checking for suffix of object
> files..." test?

_AC_COMPILER_OBJEXT.  It's an internal macro.  You can look in the
Autoconf source code to see who calls it.  "grep -r", for example.

> Third, is this the intended operation of autoconf?

No.  It should work without your having to worry about it.




reply via email to

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