From e24d730644ffcd04beefa425a1be1541de1171fa Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Thu, 29 Aug 2013 19:04:04 +0200 Subject: [PATCH] Use bzip2 instead of gzip compression algorithm The libnfc-1.7.0-rc7.tar.bz2 file is 25% smaller than the equivalent libnfc-1.7.0-rc7.tar.gz file. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 667a8d3..80187a1 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ if test x"$GIT_REVISION" != x""; then AC_DEFINE_UNQUOTED([GIT_REVISION], ["$GIT_REVISION"], [GIT revision]) fi -AM_INIT_AUTOMAKE(subdir-objects) +AM_INIT_AUTOMAKE(subdir-objects dist-bzip2 no-dist-gzip) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])