Commit ddd6f72f authored by Mihai Moldovan's avatar Mihai Moldovan

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.
parent 4c4f2b18
...@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) ...@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) 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 # Initialize libtool
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
......
...@@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([config.h]) ...@@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux]) 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 # Initialize libtool
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
......
...@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) ...@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) 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 PROXY_VERSION=nxproxy_version
AC_SUBST([PROXY_VERSION]) AC_SUBST([PROXY_VERSION])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment