|
Re: Directory where the standard headers were found?: msg#00091sysutils.automake.general
On Mon, 2004-08-23 at 10:06, Michael Ressel wrote: > Hi everyone, > i'm using AC_HEADER_STDC in my configure.in to check for the standard > headers.... Now i want to check for other header files via > AC_CHECK_HEADER(...) in the same directory the standard header files > were found by AC_HEADER_STDC. This is what already happens. > Is there a possibility to get the > directory where the standard header files were found? No, because headers are searched on a search path (Note: It's a path not a single directory), implicitly specified by the compiler/preprocessor. Autoconf has no notion about this search path. It simply checks, if the compiler/prepressor is able to compile files using a particular header. Ralf |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Directory where the standard headers were found?: 00091, Michael Ressel |
|---|---|
| Next by Date: | Re: Mac OSX vs. VPATH vs. Automake's auto disted files: 00091, Akim Demaille |
| Previous by Thread: | Directory where the standard headers were found?i: 00091, Michael Ressel |
| Next by Thread: | Re: Mac OSX vs. VPATH vs. Automake's auto disted files: 00091, Akim Demaille |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |