From ed389132c1f39ed2fe95e5e8798aff68fa73e17e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 30 Apr 1997 00:38:08 +0000 Subject: [PATCH] perl 4 patch --- automake.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.5