Commit 81cbb018426784b8297659894aa3d18d0e86ffd4

Authored by Stéphane Raimbault
1 parent 134ff0ea

Revert to gzip file for distribution (tar -Jvf *.xz is not convenient)

Showing 1 changed file with 1 additions and 1 deletions
configure.ac
... ... @@ -29,7 +29,7 @@ AC_INIT([libmodbus],
29 29 [http://libmodbus.org/])
30 30 AC_CONFIG_SRCDIR([src/modbus.c])
31 31 AC_CONFIG_AUX_DIR([build-aux])
32   -AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
  32 +AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects])
33 33 AC_PROG_CC_STDC
34 34 AC_USE_SYSTEM_EXTENSIONS
35 35 AC_SYS_LARGEFILE
... ...