automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} cleanup: remove stale references to 'lzma' option


From: Stefano Lattarini
Subject: [FYI] {maint} cleanup: remove stale references to 'lzma' option
Date: Sat, 11 Aug 2012 00:57:26 +0200

* automake.in (preprocess_file): Here,.
(handle_dist): And here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 automake.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/automake.in b/automake.in
index 43e1a90..a9c1a06 100644
--- a/automake.in
+++ b/automake.in
@@ -3811,7 +3811,7 @@ sub handle_dist ()
     {
       my $archive_defined = option 'no-dist-gzip' ? 0 : 1;
       $archive_defined ||=
-       grep { option "dist-$_" } qw(shar zip tarZ bzip2 lzip lzma xz);
+       grep { option "dist-$_" } qw(shar zip tarZ bzip2 lzip xz);
       error (option 'no-dist-gzip',
             "no-dist-gzip specified but no dist-* specified,\n"
             . "at least one archive format must be enabled")
@@ -6997,7 +6997,6 @@ sub preprocess_file ($%)
                 => $seen_maint_mode ? subst ('MAINTAINER_MODE_TRUE') : '',
 
                 'XZ'          => !! option 'dist-xz',
-                'LZMA'        => !! option 'dist-lzma',
                 'LZIP'        => !! option 'dist-lzip',
                 'BZIP2'       => !! option 'dist-bzip2',
                 'COMPRESS'    => !! option 'dist-tarZ',
-- 
1.7.12.rc0




reply via email to

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