OSDN Git Service

build: Start building xz compressed packages by default
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 11 Dec 2012 16:31:58 +0000 (17:31 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 11 Dec 2012 16:31:58 +0000 (17:31 +0100)
configure.ac

index 4b1cd46..50927e4 100644 (file)
@@ -1,7 +1,8 @@
 AC_PREREQ(2.60)
 AC_INIT(bluez, 5.x)
 
-AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
+AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
+                                       tar-pax no-dist-gzip dist-xz])
 AM_CONFIG_HEADER(config.h)
 AC_USE_SYSTEM_EXTENSIONS