summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-27 14:05:58 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-27 14:05:58 +0000
commit525a39a01a10f98e5020220012aa803c0e6c7df0 (patch)
tree01de49bc20c5393052be157d6ed12169ea840028 /configure.ac
parent983e875c1c150ef73c39c27de80c430c7f2a46ea (diff)
downloadstrace-525a39a01a10f98e5020220012aa803c0e6c7df0.tar.gz
strace-525a39a01a10f98e5020220012aa803c0e6c7df0.tar.bz2
strace-525a39a01a10f98e5020220012aa803c0e6c7df0.tar.xz
Generate an xz tar archive of the distribution
* configure.ac (AM_INIT_AUTOMAKE): Replace dist-bzip2 with dist-xz. * Makefile.am: Update srpm target. * make-dist: Update for dist-xz. * strace.spec: Update Source tag. * debian/watch: Update regexp. * .gitignore: Add strace-*.tar.xz.
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 ca1694b..be2494a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([strace],[4.5.20])
AC_CONFIG_SRCDIR([strace.c])
AC_CONFIG_AUX_DIR([.])
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([foreign check-news dist-bzip2 no-dist-gzip silent-rules])
+AM_INIT_AUTOMAKE([foreign check-news dist-xz no-dist-gzip silent-rules])
AM_MAINTAINER_MODE
AC_CANONICAL_HOST