diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-16 05:53:26 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-16 05:53:38 +0100 |
commit | ddd6f72ff865fb2d7125aafcf337193e7937b2cd (patch) | |
tree | 13224c0062d55dc997c2eb0ccb6d36b4a99a51e1 /nxproxy | |
parent | 4c4f2b185374fc0f81dbdda424dfa2089cd24680 (diff) | |
download | nx-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 'nxproxy')
-rw-r--r-- | nxproxy/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |