Diff between 679622277b393acbf9c081690d3fc9d1ff06cb3c and 7ef17a931b2c97c8c1d26bdd5cd2b5e508a01489
Changed Files
| File | Additions | Deletions | Status |
| configure.ac | +2 | -1 | modified |
Full Patch
diff --git a/configure.ac b/configure.ac
index 4b1cd46..50927e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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