[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] useless include ?
From: |
Mike Frysinger |
Subject: |
Re: [Nano-devel] useless include ? |
Date: |
Mon, 30 Aug 2004 13:35:31 -0400 |
User-agent: |
KMail/1.6.2 |
On Monday 30 August 2004 12:08 pm, David Lawrence Ramsey wrote:
> If I understand it correctly, it's there so that the --includedir option
> of the configure script will be used. It's /usr/local/include by
> default, but e.g. "./configure --includedir=/some/directory" will set
> the include path to /some/directory/include.
the --includedir configure option is supposed to be for install/runtime
control, not for additional include paths at build time
that really should be set by export CFLAGS before running ./configure, or what
ive seen with a few autotool based projects is a paramater specifically for
adding include paths
-mike