Skip to content

Commit 95cd501

Browse files
authored
Automake: Use default compression format
Remove the forced bzip2 format and use only the default gzip for the target `make dist` Doc: make dist Generate a ‘gzip’ tar archive of the distribution. This is the only format enabled by default. By default, this rule makes gzip use a compression option of --best. To make it use a different one, set the GZIP_ENV environment variable. For example, ‘make dist-gzip GZIP_ENV=-7’.
1 parent bad0547 commit 95cd501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_INIT([scrot], [1.7],
44
[https://github.com/resurrecting-open-source-projects/scrot/issues],,
55
[https://github.com/resurrecting-open-source-projects/scrot])
66
AC_CONFIG_SRCDIR([src/scrot.c])
7-
AM_INIT_AUTOMAKE(dist-bzip2)
7+
AM_INIT_AUTOMAKE
88
AC_CONFIG_HEADERS([src/config.h])
99

1010
# Checks for programs.

0 commit comments

Comments
 (0)