aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-12-23 03:30:02 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-12-23 03:30:02 +0100
commit95de03a7a20e02f06d2bbe8350f1b5e89af02790 (patch)
tree05cee3d7c0c1cf13cddb5edd96f58500e66a8166
parent009cc08c7b85bc6d69145a4b1efd7be534da1b45 (diff)
downloadudev-95de03a7a20e02f06d2bbe8350f1b5e89af02790.tar.gz
buildsys: disable tar.gz
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 86389fc4..f0d5d040 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([udev],
[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html])
AC_CONFIG_SRCDIR([udev/udevd.c])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax dist-xz subdir-objects])
+AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_CONFIG_MACRO_DIR([m4])