>>>>> "Thomas" == Thomas E Dickey <[EMAIL PROTECTED]> 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