Skip to content

Commit

Permalink
Use xz for dist tarball now
Browse files Browse the repository at this point in the history
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
  • Loading branch information
dgoulet committed Oct 18, 2016
1 parent b92860d commit d5d7eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,6 +14,7 @@ Makefile.in
*.loT
*.info
*.bz2
*.xz
*.tar
aclocal.m4
autom4te.cache/
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -17,7 +17,7 @@ AC_CONFIG_HEADER([include/config.h])
AC_USE_SYSTEM_EXTENSIONS

# Automake initialization
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip])

# Silent compilation. Easier to spot errors!
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down

0 comments on commit d5d7eaa

Please sign in to comment.