changeset 22553:05ab1526377a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 29 Sep 2016 13:53:43 -0400
parents b749559245a1 (current diff) acb3e59119d9 (diff)
children 53209d4c9421
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Sep 29 11:26:59 2016 -0400
+++ b/configure.ac	Thu Sep 29 13:53:43 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