[X2Go-Commits] [nx-libs] 02/02: nx{comp{, shad}, proxy}: use dist-bzip2 instead of dist-xz.
git-admin at x2go.org
git-admin at x2go.org
Sat Dec 16 05:53:51 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit ddd6f72ff865fb2d7125aafcf337193e7937b2cd
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Dec 16 05:53:26 2017 +0100
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 8037250..8d6a078 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 b8e359f..3113918 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 b381862..811862e 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])
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list