summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-03-12 22:42:06 -0700
committerJim Meyering <meyering@fb.com>2017-05-07 12:40:19 -0700
commite360d3795658e14fb15705876393b9384843971e (patch)
tree120748b9cbaff106c8418a6af08dc5bca1f239e7
parent82c62a301aa3aedaa76bae9c07ddeb2ba1395782 (diff)
downloadgzip-e360d3795658e14fb15705876393b9384843971e.tar.gz
maint: also distribute a zip-compressed tarball
* configure.ac (AM_INIT_AUTOMAKE): Add dist-zip, for those lacking gzip, 7zip, etc. Suggested by Karl Berry in https://bugs.gnu.org/25538.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc0751d..05aa681 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,8 @@ AC_CONFIG_SRCDIR([gzip.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
-AM_INIT_AUTOMAKE([1.11 subdir-objects dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 subdir-objects dist-xz dist-zip
+ color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
dnl POSIXCHECK is worthwhile for maintainers, but adds several seconds