* automake.in (handle_dist): Here, to 'shar' and 'tarZ'.

Signed-off-by: Stefano Lattarini <[email protected]>
---
 automake.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/automake.in b/automake.in
index 366c162..bc2ece9 100644
--- a/automake.in
+++ b/automake.in
@@ -3218,7 +3218,7 @@ sub handle_dist ()
       # compressors, slowest first, for better parallelism in
       # "make dist".
       unshift @archive_formats, 'gzip' unless option 'no-dist-gzip';
-      foreach my $fmt (qw/shar zip tarZ bzip2 lzip xz/)
+      foreach my $fmt (qw/zip bzip2 lzip xz/)
         {
           unshift @archive_formats, $fmt if option "dist-$fmt";
         }
-- 
1.7.12.rc0


Reply via email to