In the Automake version I got today from the trunk of :pserver:[EMAIL PROTECTED]:/cvs/automake, automake/automake.in contains a subroutine which begins like this: sub conditionals_true_when (@@) { my (@conds, @whens) = @_; That isn't going to work: @conds consumes the entire list, and nothing is left to @whens.
- Re: sub conditionals_true_when (@@) Kalle Olavi Niemitalo
- Re: sub conditionals_true_when (@@) Kalle Olavi Niemitalo