changeset 22552:acb3e59119d9 stable

generate gzip and lzip dist files * configure.ac (AC_INIT_AUTOMAKE): Use dist-lzip option.
author John W. Eaton <jwe@octave.org>
date Thu, 29 Sep 2016 13:52:17 -0400
parents 1f3475e2e136
children 05ab1526377a 30ab6e3b56b7
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Sep 28 15:10:08 2016 -0400
+++ b/configure.ac	Thu Sep 29 13:52:17 2016 -0400
@@ -65,7 +65,7 @@
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability -Wno-override tar-ustar subdir-objects])
+AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability -Wno-override tar-ustar subdir-objects dist-lzip])
 
 ## Add the option to enable silent rules and make silent rules the
 ## default behavior.  Available since Automake 1.11 and included by