summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-11-20 01:42:22 +0100
committerMartin Matuska <martin@matuska.org>2019-11-20 01:57:25 +0100
commitdc064872521cacc46c566ddc96f5609752c745ad (patch)
tree66ce0e57411d8e707ffd34f5d0dba6e16a1b6653 /configure.ac
parent16ad251f0ac04219cd3b2a90b04060da1c98838f (diff)
downloadlibarchive-dc064872521cacc46c566ddc96f5609752c745ad.tar.gz
Have "make dist" create .tar.gz, .tar.xz and .zip distribution files
Fixes #1277
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 d77143e3..c7b1a594 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_CONFIG_AUX_DIR([build/autoconf])
# M4 scripts
AC_CONFIG_MACRO_DIR([build/autoconf])
# Must follow AC_CONFIG macros above...
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE([1.11 dist-xz dist-zip])
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])