summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-03-02 22:23:55 +0100
committerDave Davenport <qball@gmpclient.org>2015-03-02 22:23:55 +0100
commitab0f53caf6068546a1dc2a2ba72eada6d6f40155 (patch)
treea5fbd49445e9205cf87c345302fe580847719969 /configure.ac
parent6238816a5bd57eb6be54e997e6a4478f0bb97be9 (diff)
Generate tar.xz for dist.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 834ebe6f..040b278c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_HEADER([config.h])
##
# Setup automake to be silent and in foreign mode.
##
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects dist-xz])
AM_SILENT_RULES([yes])
##