automake
[Top][All Lists]
Advanced

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

Re: 63-rename-var-vars.patch


From: Tom Tromey
Subject: Re: 63-rename-var-vars.patch
Date: 09 Apr 2001 09:36:03 -0600

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

Akim> In particular Automake cannot override user variables with
Akim> Automake variables.

Ok, that's good.  But if the user defines a variable conditionally
then automake should still be able to define it when the condition
does not hold.

Akim> What are the ideal rules we'd like to have?

As much as possible variable assignments should work as the user
"expects".

Mostly we did ok here.  But there were cases where we didn't.  For
instance this didn't used to work:

    foo = whatever
    if COND
    foo += something else
    endif

Tom



reply via email to

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