From ddd6f72ff865fb2d7125aafcf337193e7937b2cd Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Sat, 16 Dec 2017 05:53:26 +0100 Subject: nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz. Automake older than version 1.11 does not support dist-xz. No workaround possible via a feature check, as far as I can tell. --- nxcomp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcomp') diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac index 8037250e7..8d6a078c2 100644 --- a/nxcomp/configure.ac +++ b/nxcomp/configure.ac @@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) # Initialize libtool AC_PROG_LIBTOOL -- cgit v1.2.3