automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] dist: fixup: remove stray references to obsolet


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] dist: fixup: remove stray references to obsolete archive formats
Date: Sat, 11 Aug 2012 11:53:41 +0200

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

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]