build: create xz compressed by default
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 13 Aug 2015 15:15:30 +0000 (17:15 +0200)
committerLubomir Rintel <lkundrak@v3.sk>
Thu, 13 Aug 2015 15:22:44 +0000 (17:22 +0200)
GNOME release tooling repacks the bz2 to a xz anyway. This makes it easier for
packagers to use tarballs created with "make dist" in place of distribution
tarballs.

.gitignore
configure.ac

index 59dc2de..2e9a92d 100644 (file)
@@ -6,7 +6,6 @@
 *.gcno
 *.gcda
 *.la
-*.bz2
 *.gir
 *.typelib
 *.stamp
@@ -32,6 +31,8 @@ valgrind-*.log
 test-*.log
 test-*.trs
 
+/NetworkManager-*.tar.*
+
 /ABOUT-NLS
 /COPYING
 /INSTALL
index 0a64fad..1adca20 100644 (file)
@@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_REQUIRE_AUX_FILE([tap-driver.sh])
 
-AM_INIT_AUTOMAKE(1.12 tar-ustar no-dist-gzip dist-bzip2 -Wno-portability)  dnl NB: Do not [quote] this parameter.
+AM_INIT_AUTOMAKE(1.12 tar-ustar no-dist-gzip dist-xz -Wno-portability)  dnl NB: Do not [quote] this parameter.
 AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])