Re: 36-fix-sub-conditions.patch

2001-04-07 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in (&handle_source_transform): Use Akim> &variable_conditions, don't read $conditional{$var}. Akim> (&variable_conditions_sub): When the call is the top level call, Akim> generate all the permutations of the condi

Re: 36-fix-sub-conditions.patch

2001-04-03 Thread Akim Demaille
(&variable_conditions_sub): When the call is the top level call, generate all the permutations of the conditions. This code was removed at some point because I completely misunderstood the way it worked. I'm restoring it here.

36-fix-sub-conditions.patch

2001-03-11 Thread Akim Demaille
Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * automake.in (&handle_source_transform): Use &variable_conditions, don't read $conditional{$var}. (&variable_conditions_sub): When the call is the top level call, generate all the permutations of the condi