This is a follow-up to commit '
v1.13.1d-128-g6e486c5', needed to deal
with errors that are only present in the 'master' branch (while the
reported commit was on the 'maint' branch).
* lib/Automake/Options.pm (_process_option_list): Adjust, where dealing
with the removed options 'dist-shar' and 'dist-tarZ'.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
{
error ($where, "support for shar distribution archives has " .
"been removed.");
+ $ret = 0;
}
# TODO: Remove this special check in Automake 3.0.
elsif ($_ eq 'dist-tarZ')
error ($where, "support for distribution archives compressed " .
"with legacy program 'compress' has " .
"been removed.");
+ $ret = 0;
}
elsif (/^filename-length-max=(\d+)$/)
{