automake
[Top][All Lists]
Advanced

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

Re: AC_CHECK_HEADER(S) search path


From: Alexandre Oliva
Subject: Re: AC_CHECK_HEADER(S) search path
Date: 03 May 2001 14:33:49 -0300
User-agent: Gnus/5.090002 (Oort Gnus v0.02) XEmacs/21.1 (Cuyahoga Valley)

On May  3, 2001, Genty Jean-Paul <address@hidden> 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 configure to detect if mylib
> is not installed.

For libraries, add -Ldirectory to LDFLAGS.

>   I prefer not to put it in an environnement variable.

You're out of luck, then.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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