Use bzip2 instead of gzip compression algorithm

This commit is contained in:
Romuald Conty 2013-12-06 15:25:56 +01:00
parent e1a2b0225f
commit 2fa70fb3d3

View file

@ -8,7 +8,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mfoc.c])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE(dist-bzip2 no-dist-gzip)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])