Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 12:12:52 +0000 (14:12 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 12:12:52 +0000 (14:12 +0200)
* maint:
  cleanup: remove stale references to 'lzma' option

automake.in

index 9d24abf..95ecbef 100644 (file)
@@ -3700,7 +3700,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")
@@ -6793,7 +6793,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',