summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2016-11-17 12:07:53 +0000
committerFrediano Ziglio <fziglio@redhat.com>2016-11-17 13:17:23 +0000
commit86cd88b1f862de1a5bd3e3d7e70106126278f7c3 (patch)
tree5a433354b9c9609d4b59755767a7bdb8318cccce
parenta814ff95c1e282abd9121c4fdb6a5e79e0e35b09 (diff)
build: Package zip file
zip files are better supported under Windows, this make possible for instance to copy directly the file on a Windows machine without having to use additional tools. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f409fd..ff489cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([1.11 foreign subdir-objects no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.11 foreign subdir-objects no-dist-gzip dist-zip dist-xz tar-ustar])
AM_SILENT_RULES([yes])