* automake.in (handle_dist): Here, the '$extra_dist' variable. Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- automake.in | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/automake.in b/automake.in index e3c3d1f..8b8c405 100644 --- a/automake.in +++ b/automake.in @@ -3768,12 +3768,6 @@ sub handle_dist () # to set it. $handle_dist_run = 1; - # Scan EXTRA_DIST to see if we need to distribute anything from a - # subdir. If so, add it to the list. I didn't want to do this - # originally, but there were so many requests that I finally - # relented. - my $extra_dist = var ('EXTRA_DIST'); - $transform{'DISTCHECK-HOOK'} = !! rule 'distcheck-hook'; $transform{'GETTEXT'} = $seen_gettext && !$seen_gettext_external; -- 1.7.12.rc0