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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f3e5de8f5bb5ffc4be7521632ba977b66382b0f;p=thirdparty%2Fautomake.git perl 4 patch --- diff --git a/automake.in b/automake.in index adf30c88b..0ce515a63 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