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. --- nxcompshad/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcompshad') diff --git a/nxcompshad/configure.ac b/nxcompshad/configure.ac index b8e359f5d..3113918b2 100644 --- a/nxcompshad/configure.ac +++ b/nxcompshad/configure.ac @@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -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