autoconf
[Top][All Lists]
Advanced

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

Re: specifing additional search paths for header files


From: Akim Demaille
Subject: Re: specifing additional search paths for header files
Date: 25 Oct 2001 12:49:54 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

>>>>> "Thomas" == Thomas E Dickey <address@hidden> writes:

Thomas> On Thu, 25 Oct 2001, Marco Milanesi wrote:
>> Hello,
>> 
>> How can I say to configure to find header files in a particular
>> directory?

Thomas> setenv CPPFLAGS "$CPPFLAGS -Iparticular-directory"

No!

./configure CPPFLAGS="$CPPFLAGS -Iparticular-directory"

so that ./config.status --recheck etc. work properly, keeping this
value of CPPFLAGS.



reply via email to

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