Re: AC_CHECK_HEADER(S) search path

2001-05-03 Thread Akim Demaille
> "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

Re: AC_CHECK_HEADER(S) search path

2001-05-03 Thread Akim Demaille
Sorry, s/where they are/whether it finds them/.

Re: AC_CHECK_HEADER(S) search path

2001-05-03 Thread Lars Hecking
> 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

Re: AC_CHECK_HEADER(S) search path

2001-05-03 Thread Alexandre Oliva
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

Re: AC_CHECK_HEADER(S) search path

2001-05-03 Thread Lars J. Aas
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

Re: AC_CHECK_HEADER(S) search path

2001-05-03 Thread Alexandre Oliva
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

AC_CHECK_HEADER(S) search path

2001-05-03 Thread Genty Jean-Paul
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