commit d5d7eaab8fb82353079180e71884c37f6e2e882c Author: David Goulet dgoulet@ev0ke.net Date: Tue Oct 18 12:39:02 2016 -0400
Use xz for dist tarball now
Signed-off-by: David Goulet dgoulet@ev0ke.net --- .gitignore | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index 89ed3e9..6d80fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Makefile.in *.loT *.info *.bz2 +*.xz *.tar aclocal.m4 autom4te.cache/ diff --git a/configure.ac b/configure.ac index a77a2de..d5e3200 100644 --- a/configure.ac +++ b/configure.ac @@ -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])])
tor-commits@lists.torproject.org