]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'deprecate-lzma' into maint
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 Jan 2012 09:39:10 +0000 (10:39 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 Jan 2012 09:39:10 +0000 (10:39 +0100)
* deprecate-lzma:
  dist: obsolete support for lzma (superseded by xz and lzip)

1  2 
NEWS
doc/automake.texi
lib/Automake/Options.pm

diff --cc NEWS
Simple merge
index 4bae611b1d76d3afd867823cf87314ae691c8777,976c2f81b164c6fd8bba9673b29cf943befc58c8..dd87e93f974c529b280dfb81ab9173ba85805ca1
@@@ -8666,16 -8666,11 +8666,16 @@@ environment variable.  For example, @sa
  Generate a gzip tar archive of the distribution.
  @trindex dist-gzip
  
 +@item @code{dist-lzip}
 +Generate a @samp{lzip} tar archive of the distribution.  @command{lzip}
 +archives are frequently smaller than @command{bzip2}-compressed archives.
 +@trindex dist-lzip
 +
  @item @code{dist-lzma}
- Generate an @samp{lzma} tar archive of the distribution.  @command{lzma}
- archives are frequently smaller than @command{bzip2}-compressed archives.
+ Generate an @samp{lzma} tar archive of the distribution.
  The @samp{lzma} format is obsolete, you should use the @samp{xz} format
- instead.
+ instead. @emph{Support for @samp{lzma}-compressed archives will be
+ removed in the next major Automake release.}
  @trindex dist-lzma
  
  @item @code{dist-shar}
index 388d4b9016d719c55558f1834e48bcf8b3a8c949,a176a2774068a4d7d77b92d9d7142a812784064e..e3d23ae46e033cd5834a9ce616db53032a736ad9
@@@ -264,7 -272,7 +272,7 @@@ sub _process_option_list (\%$@
        elsif ($_ eq 'no-installman' || $_ eq 'no-installinfo'
             || $_ eq 'dist-shar' || $_ eq 'dist-zip'
             || $_ eq 'dist-tarZ' || $_ eq 'dist-bzip2'
-            || $_ eq 'dist-lzip' || $_ eq 'dist-lzma' || $_ eq 'dist-xz'
 -           || $_ eq 'dist-xz'
++           || $_ eq 'dist-lzip' || $_ eq 'dist-xz'
             || $_ eq 'no-dist-gzip' || $_ eq 'no-dist'
             || $_ eq 'dejagnu' || $_ eq 'no-texinfo.tex'
             || $_ eq 'readme-alpha' || $_ eq 'check-news'