projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a873b29
)
perl 4 patch
author
Tom Tromey
<tromey@redhat.com>
Wed, 30 Apr 1997 00:38:08 +0000
(
00:38
+0000)
committer
Tom Tromey
<tromey@redhat.com>
Wed, 30 Apr 1997 00:38:08 +0000
(
00:38
+0000)
automake.in
patch
|
blob
|
history
diff --git
a/automake.in
b/automake.in
index adf30c88b5fc8ed107721e7a52e58bfe40eb1d80..0ce515a632a5505ce6a99a2a2aa8a1b5cad3c570 100755
(executable)
--- 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