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 /nxcomp | |
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 'nxcomp')
-rw-r--r-- | nxcomp/configure.ac | 2 |
1 files changed, 1 insertions, 1 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 |