Loading Configure +8 −1 Original line number Diff line number Diff line Loading @@ -947,6 +947,7 @@ while($argv_unprocessed) $argvstring=join(' ',@argvcopy); PROCESS_ARGS: my %unsupported_options = (); foreach (@argvcopy) { s /^-no-/no-/; # some people just can't read the instructions Loading @@ -963,7 +964,7 @@ PROCESS_ARGS: my $word = $2; if (!grep { $word =~ /^${_}$/ } @disablables) { warn "Unsupported option ${word}, ignored...\n"; $unsupported_options{$_} = 1; next; } } Loading Loading @@ -1135,6 +1136,12 @@ PROCESS_ARGS: { $options .= " ".$_; } } } if (keys %unsupported_options) { die "***** Unsupported options: ", join(", ", keys %unsupported_options), "\n"; } } Loading Loading
Configure +8 −1 Original line number Diff line number Diff line Loading @@ -947,6 +947,7 @@ while($argv_unprocessed) $argvstring=join(' ',@argvcopy); PROCESS_ARGS: my %unsupported_options = (); foreach (@argvcopy) { s /^-no-/no-/; # some people just can't read the instructions Loading @@ -963,7 +964,7 @@ PROCESS_ARGS: my $word = $2; if (!grep { $word =~ /^${_}$/ } @disablables) { warn "Unsupported option ${word}, ignored...\n"; $unsupported_options{$_} = 1; next; } } Loading Loading @@ -1135,6 +1136,12 @@ PROCESS_ARGS: { $options .= " ".$_; } } } if (keys %unsupported_options) { die "***** Unsupported options: ", join(", ", keys %unsupported_options), "\n"; } } Loading