diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 03:30:02 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 03:30:02 +0100 |
commit | 95de03a7a20e02f06d2bbe8350f1b5e89af02790 (patch) | |
tree | 05cee3d7c0c1cf13cddb5edd96f58500e66a8166 /configure.ac | |
parent | 009cc08c7b85bc6d69145a4b1efd7be534da1b45 (diff) |
buildsys: disable tar.gz
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 86389fc410..f0d5d04076 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]) |