|
Home > Archive > Unix Programming > March 2004 > autoconf again
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| concern 2004-03-23, 8:35 pm |
| Hi all,
AC_SEARCH_LIBS() can be used to get an extra libpath($ORACLE_HOME/lib for
instance) to be included with -L. How about header files? Any way can add -I
to Makefile?
TIA
-s
| |
| those who know me have no need of my name 2004-03-23, 10:34 pm |
| in comp.unix.programmer i read:
>AC_SEARCH_LIBS() can be used to get an extra libpath($ORACLE_HOME/lib for
>instance) to be included with -L. How about header files? Any way can add -I
>to Makefile?
did the autoconf documentation (info file, or even the free pdf version of
the book) all disappear again?
- Macro: AC_CHECK_HEADER (HEADER-FILE, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]])
- Macro: AC_CHECK_HEADERS (HEADER-FILE... [, ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]])
--
a signature
| |
| concern 2004-03-24, 10:39 am |
|
"those who know me have no need of my name" <not-a-real-address@usa.net>
wrote:
> - Macro: AC_CHECK_HEADER (HEADER-FILE, [ACTION-IF-FOUND [,
> ACTION-IF-NOT-FOUND]])
>
1) need to find the path by my own
2) need to add the path by my own
I'm new to autotools. If this is the normal way of adding extra -I to
Makefile, anyone knows which variable of autoconf I should deal with?
TIA
-s
|
|
|
|
|