From 81cbb018426784b8297659894aa3d18d0e86ffd4 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Tue, 13 Nov 2012 00:20:49 +0100 Subject: [PATCH] Revert to gzip file for distribution (tar -Jvf *.xz is not convenient) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1fe836a..7b804bd 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_INIT([libmodbus], [http://libmodbus.org/]) AC_CONFIG_SRCDIR([src/modbus.c]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects]) +AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects]) AC_PROG_CC_STDC AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE -- libgit2 0.21.4