changeset 23621:cf24eb9758ac

maint: Merge stable to default.
author Mike Miller <mtmiller@octave.org>
date Fri, 16 Jun 2017 13:23:47 -0700
parents 6ed4d6e306ba (current diff) 22ff14feb26e (diff)
children 0abe8d85ecce
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Jun 16 11:50:50 2017 -0700
+++ b/configure.ac	Fri Jun 16 13:23:47 2017 -0700
@@ -65,7 +65,7 @@
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.14 foreign -Wno-portability -Wno-override tar-ustar subdir-objects dist-lzip])
+AM_INIT_AUTOMAKE([1.14 foreign -Wno-portability -Wno-override tar-ustar subdir-objects dist-lzip dist-xz])
 
 ## Add the option to enable silent rules and make silent rules the
 ## default behavior.  Available since Automake 1.11 and included by