From 7892c943e68478b9ef4efaa83b5795ce1d45311d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 3 Dec 2012 16:18:07 +0100 Subject: [PATCH] build: Create .tar.xz distribution by default --- Makefile.am | 1 - configure.ac | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7084de8..74f0971 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ -AUTOMAKE_OPTIONS = dist-bzip2 ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in DISTCLEANFILES = ChangeLog libfprint.pc diff --git a/configure.ac b/configure.ac index 36553e4..4415e7b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libfprint], [0.4.0]) -AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news]) +AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz check-news]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([libfprint/core.c]) AM_CONFIG_HEADER([config.h])