Skip to content

Commit

Permalink
Default to xz compression for make dist.
Browse files Browse the repository at this point in the history
Also set xz options to the xz default -6, since the automake default -e
is noticeably slower without noticeably better compression. Fixes #3492.
  • Loading branch information
cybersphinx committed Aug 18, 2012
1 parent 92ce0bc commit 512ef27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure.ac
@@ -1,7 +1,10 @@
AC_PREREQ([2.56])
AC_INIT([Warzone 2100],[bugfixes],[http://wz2100.net/],[warzone2100])

AM_INIT_AUTOMAKE([1.10 tar-ustar])
AM_INIT_AUTOMAKE([1.10 tar-ustar no-dist-gzip dist-xz])

# Set to the default or stupid automake will use the much slower but useless -e(xtreme!!!) option.
AC_SUBST([XZ_OPT], ["-6"])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([lib/framework/frame.cpp])
Expand Down

0 comments on commit 512ef27

Please sign in to comment.