]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
configure: switch to tar.xz instead tar.bz2
authorRay Strode <rstrode@redhat.com>
Mon, 20 Jun 2016 19:15:40 +0000 (15:15 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 20 Jun 2016 19:53:49 +0000 (15:53 -0400)
It's 2016 after all.

configure.ac

index 8efdda675c45e7148288050ed72827b1200c0132..66085d114da2d7e9469d8047032e816989f8fc36 100644 (file)
@@ -11,7 +11,7 @@ AM_PROG_CC_C_O
 AC_HEADER_STDC
 AC_C_CONST
 
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([dist-xz no-dist-gzip])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_MAINTAINER_MODE([enable])