summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-09-03 11:03:23 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-09-03 11:03:23 +0200
commitd5e1f25f5b6a3ee6136c87a75fc0aeee9cad4a6a (patch)
tree1404b413b9b4db3d17fb4163e70b077dac27eb72
parentf8d82acaa268d45c5a071216524ba0b9a5da479f (diff)
downloadlibrest-d5e1f25f5b6a3ee6136c87a75fc0aeee9cad4a6a.tar.gz
build-sys: Generate xz tarballs0.7.92
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3fbda61..81a8b05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build])
-AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define])
+AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define dist-xz])
AM_SILENT_RULES([yes])