maint: also distribute a zip-compressed tarball
authorJim Meyering <meyering@fb.com>
Mon, 13 Mar 2017 05:42:06 +0000 (22:42 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 7 May 2017 19:40:19 +0000 (12:40 -0700)
* configure.ac (AM_INIT_AUTOMAKE): Add dist-zip, for
those lacking gzip, 7zip, etc.  Suggested by Karl Berry in
https://bugs.gnu.org/25538.

configure.ac

index dc0751deaf849734a864dbe7d43565234099a7fa..05aa68135dd81eabe31bf5f4c529caa90c362743 100644 (file)
@@ -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