> "Genty" == Genty Jean-Paul <[EMAIL PROTECTED]> writes:
Genty> Hi
Genty> Wich directory variable should I set to tell AC_CHECK_HEADER
Genty> to search in ??
AC_CHECK_HEADER by itself does not look for headers, it asks cpp where
they are. Therefore it is system dependent, and should be
Sorry, s/where they are/whether it finds them/.
> Wich directory variable should I set to tell AC_CHECK_HEADER to search in ??
>
> For instance I have installed a package in /usr/local/mylib/include and
> /usr/local/mylib/lib and I would like configure to detect if mylib is not
> installed.
> I prefer not to put it in an environnemen
On May 3, 2001, "Lars J. Aas" <[EMAIL PROTECTED]> wrote:
> On Thu, May 03, 2001 at 02:33:49PM -0300, Alexandre Oliva wrote:
> : On May 3, 2001, Genty Jean-Paul <[EMAIL PROTECTED]> wrote:
> : > I prefer not to put it in an environnement variable.
> :
> : You're out of luck, then.
> I don't r
On Thu, May 03, 2001 at 02:33:49PM -0300, Alexandre Oliva wrote:
: On May 3, 2001, Genty Jean-Paul <[EMAIL PROTECTED]> wrote:
: > I prefer not to put it in an environnement variable.
:
: You're out of luck, then.
I don't really consider it putting it in an environment variable if you
append i
On May 3, 2001, Genty Jean-Paul <[EMAIL PROTECTED]> wrote:
> Wich directory variable should I set to tell AC_CHECK_HEADER to search in ??
Add -Idirectory to CPPFLAGS.
> For instance I have installed a package in /usr/local/mylib/include
> and /usr/local/mylib/lib and I would like configur
Hi
Wich directory variable should I set to tell AC_CHECK_HEADER to search in ??
For instance I have installed a package in /usr/local/mylib/include and
/usr/local/mylib/lib and I would like configure to detect if mylib is not
installed.
I prefer not to put it in an environnement vari