+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
* 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.
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.