aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nxcomp/configure.ac2
-rw-r--r--nxcompshad/configure.ac2
-rw-r--r--nxproxy/configure.ac2
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])