summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-11 00:56:11 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-08-11 01:41:01 +0200
commit978f2d7b51b0c93d09663635202964f7be2665aa (patch)
treeaf1d12c6388c131417f64db50613044b0266278b /automake.in
parentae1d413cb4ba860ea8e38e6748ff706d3252fa29 (diff)
downloadautomake-978f2d7b51b0c93d09663635202964f7be2665aa.tar.gz
cleanup: remove stale references to 'lzma' option
* automake.in (preprocess_file): Here. (handle_dist): And here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'automake.in')
-rw-r--r--automake.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/automake.in b/automake.in
index 43e1a909a..a9c1a064e 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',