diff Makefile.am @ 24083:1457c018b683

maint: declare gzip compression options to stay compatible with Automake 1.14 * Makefile.am (GZIP_ENV): Quote the list of options for compatibility with Automake 1.14.
author Mike Miller <mtmiller@octave.org>
date Thu, 21 Sep 2017 22:51:54 -0700
parents e483dcb5777d
children 312c00dd723a
line wrap: on
line diff
--- a/Makefile.am	Fri Sep 22 03:04:23 2017 +0200
+++ b/Makefile.am	Thu Sep 21 22:51:54 2017 -0700
@@ -83,7 +83,7 @@
 
 # Options used for creating the source distribution.
 
-GZIP_ENV = --best --no-name
+GZIP_ENV = '--best --no-name'
 SOURCE_MTIME := \
   $(shell $(SHELL) $(top_srcdir)/build-aux/get-source-mtime.sh "$(srcdir)")
 TAR_OPTIONS = $(REPRODUCIBLE_TAR_FLAGS) --mtime=@$(SOURCE_MTIME)