From b03965d955196fe9086ba4887141d4a091d6cd27 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Mon, 17 Oct 2016 12:08:35 +0200 Subject: [PATCH] build: Build .xz archives by default. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 71fd9677..7ae2ce19 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_CHECK_PROG([WIDL], [widl], [widl], [no]) AS_IF([test "x$WIDL" = "xno"], [AC_MSG_ERROR([widl is required to build header files.])]) -AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects -Wall -Werror]) +AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects no-dist-gzip dist-xz -Wall -Werror]) AM_MAINTAINER_MODE([enable]) AM_SILENT_RULES([yes])