1
0
mirror of https://github.com/nfc-tools/mfoc.git synced 2026-03-01 09:30:57 +00:00

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])])