From: Tom Tromey Date: Wed, 30 Apr 1997 00:38:08 +0000 (+0000) Subject: perl 4 patch X-Git-Tag: Release-1-1p~23 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ed389132c1f39ed2fe95e5e8798aff68fa73e17e;p=automake.git perl 4 patch --- diff --git a/automake.in b/automake.in index adf30c88..0ce515a6 100755 --- a/automake.in +++ b/automake.in @@ -4493,7 +4493,7 @@ sub variable_conditions_sub foreach $this_cond (@this_conds) { local (@perms) = - &variable_conditions_permutations (split '@', $this_cond); + &variable_conditions_permutations (split('@', $this_cond)); local ($perm); foreach $perm (@perms) { @@ -4543,7 +4543,7 @@ sub variable_conditions_cmp local ($bs) = $b; $bs =~ s/[^@]//g; return (length ($as) <=> length ($bs) - or $a cmp $b); + || $a cmp $b); } # Sort a list of conditionals so that only the exclusive ones are