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 +- nxcompshad/configure.ac | 2 +- nxproxy/configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 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 diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac index b381862c0..811862efd 100644 --- a/nxproxy/configure.ac +++ b/nxproxy/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]) PROXY_VERSION=nxproxy_version AC_SUBST([PROXY_VERSION]) -- cgit v1.2.3