From 784c2fe78300b7703a557bbe159fe860ac7c62c4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 11 Aug 2012 11:53:05 +0200 Subject: [PATCH] [ng] dist: fixup: remove stray references to obsolete archive formats * automake.in (handle_dist): Here, to 'shar' and 'tarZ'. Signed-off-by: Stefano Lattarini --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 366c16222..bc2ece953 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"; } -- 2.47.2