autotools: Add xz as additional tarball format

If this turns out well we will remove bz2 in 1.12
This commit is contained in:
Stefan Schmidt 2014-05-27 11:15:35 +02:00
parent b10a1b11f1
commit dbb91131d7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ AH_BOTTOM([
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([1.6 dist-bzip2 -Wall -Wno-portability color-tests])
AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall -Wno-portability color-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
CFOPT_WARNING=""