aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-12-16 05:53:26 +0100
committerMihai Moldovan <ionic@ionic.de>2017-12-16 05:53:38 +0100
commitddd6f72ff865fb2d7125aafcf337193e7937b2cd (patch)
tree13224c0062d55dc997c2eb0ccb6d36b4a99a51e1 /nxcompshad
parent4c4f2b185374fc0f81dbdda424dfa2089cd24680 (diff)
downloadnx-libs-ddd6f72ff865fb2d7125aafcf337193e7937b2cd.tar.gz
nx-libs-ddd6f72ff865fb2d7125aafcf337193e7937b2cd.tar.bz2
nx-libs-ddd6f72ff865fb2d7125aafcf337193e7937b2cd.zip
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.
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/configure.ac2
1 files changed, 1 insertions, 1 deletions
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