One tarball is enough and bz2 is common enough that we don't need both. Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> --- Jason, this is something for the next release to give people a bit more heads-up.
Two reasons for this patch: - two tarballs are really unnecessary, imo. and while .xz has better compression, I'm somewhat lazy, so bz2 is enough. - I'm hacking up the release script to work for libwacom as well and that already doesn't generate .gz files. adding ifdefs is a pain, so simply making xf86-input-wacom not generate .gz is a lot easier :) configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a017787..8cfa0ab 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AM_MAINTAINER_MODE AC_USE_SYSTEM_EXTENSIONS -- 1.7.10.2 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel