autoconf-archive-maintainers
[Top][All Lists]
Advanced

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

Re: --with and --enable to give paths


From: Reuben Thomas
Subject: Re: --with and --enable to give paths
Date: Sun, 4 Oct 2009 19:15:54 +0100

2009/10/4 Dustin J. Mitchell <address@hidden>:
> On Sun, Oct 4, 2009 at 1:00 PM, Reuben Thomas <address@hidden> wrote:
>> What's the difference between:
>>
>> ./configure --with-foo=PATH
>>
>> and
>>
>> ./configure CPPFLAGS="-I PATH"
>>
>> in this respect? They're both global settings for a particular build.
>
> No -- one affects all invocations of the compiler for that project.
> The other might affect only one invocation, perhaps via
>
> AM_CPPFLAGS=-I $FOODIR/include
>
> in foowrap-src/Makefile.am

Ah, I was thinking in terms of the sort of macros in autoconf-archive,
but this would be a project-specific macro. (At least, I presume so,
as it would need to know about the targets in the project.) Hence I'm
thinking that this reservation doesn't apply so much to
autoconf-archive; please correct me if I'm wrong.

I suggest you mention this on address@hidden, as it does indeed
suggest that some elaboration, at least, of the GNU Coding Standards
is needed.

-- 
http://rrt.sc3d.org
Imagine someone who has only ever heard music once




reply via email to

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