]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: distribute .xz tarballs, not .bz2 ones
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 22 Dec 2011 18:51:52 +0000 (19:51 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 22 Dec 2011 19:54:18 +0000 (20:54 +0100)
Many GNU packages are moving towards xz-compressed tarballs, so
let's follow suit, by dropping the creation and distribution of
a bzip2-compressed tarball and switching to xz instead.
For compatibility and safeness, we will continue to create and
distribute a gzip-compressed tarball as well.

* configure.ac (AM_INIT_AUTOMAKE): Drop `dist-bzip2', add
`dist-xz'.
* NEWS: Update.

Suggested by Jim Meyering.

ChangeLog
NEWS
configure.ac

index 007591daee22b924752d322fb1ac55c36e7a7fe6..5646f795818fe1834f6fe168330a16d1532c6c69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       maint: distribute .xz tarballs, not .bz2 ones
+       Many GNU packages are moving towards xz-compressed tarballs, so
+       let's follow suit, by dropping the creation and distribution of
+       a bzip2-compressed tarball and switching to xz instead.
+       For compatibility and safeness, we will continue to create and
+       distribute a gzip-compressed tarball as well.
+       * configure.ac (AM_INIT_AUTOMAKE): Drop `dist-bzip2', add
+       `dist-xz'.
+       * NEWS: Update
+       Suggested by Jim Meyering.
+
 2011-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        include: avoid "deleted .am file" problem
diff --git a/NEWS b/NEWS
index ec4ab40b918b8e89688b44c210eb0c5eeb413be4..a162140262b53d656a669f893b7cb8e606e27ec9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ New in 1.11.0a:
 
 * Miscellaneous changes:
 
+  - Automake is now distributed as a gzip-compressed and an xz-compressed
+    tarball.  Previously, bzip2 was used instead of xz.
+
   - The last relics of Python 1.5 support have been removed from the
     AM_PATH_PYTHON macro.
 
index d8af407503b5c2d981f0c32a9b72690242c291ad..1ae68c581bd7bc1b0cfc9754d04745489053a4e8 100644 (file)
@@ -35,7 +35,7 @@ AC_SUBST([am_AUTORECONF], ["${AUTORECONF-autoreconf}"])
 AC_SUBST([am_AUTOHEADER], ["${AUTOHEADER-autoheader}"])
 AC_SUBST([am_AUTOUPDATE], ["${AUTOUPDATE-autoupdate}"])
 
-AM_INIT_AUTOMAKE([1.10a dist-bzip2 filename-length-max=99 color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.10a dist-xz filename-length-max=99 color-tests parallel-tests])
 
 # The API version is the base version.  We must guarantee
 # compatibility for all releases with the same API version.