summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 31b49d4..956de82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,8 @@ AC_INIT([idutils], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[bug-idutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
-AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests std-options])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests
+ std-options])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CONFIG_SRCDIR([src/mkid.c])