summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-07-03 09:02:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-07-10 09:40:12 +1000
commit5d85fe22a2b8565b80185c110d10a738b51794fb (patch)
treea245ad35f91d30caf0d141565878b9173e29ceb1
parent3ac24ba7aea62f1a12d73a81fca87a4bcfa5568e (diff)
downloadxf86-input-wacom-5d85fe22a2b8565b80185c110d10a738b51794fb.tar.gz
Stop generating .gz files
One tarball is enough and bz2 is common enough that we don't need both. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Jason Gerecke <killertofu@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aa07328..916c69e 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