summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-10 00:04:49 +0100
committerinfirit <[email protected]>2013-11-10 00:04:49 +0100
commit1b07e31763ba5c726304a58c4207a376a44a93ec (patch)
tree6709fa22e2023d7e334e62ec152fadf394925bf7
parentbbf44b9f36be7575d354f5f8059f4c56088497d1 (diff)
downloadmate-utils-1b07e31763ba5c726304a58c4207a376a44a93ec.tar.bz2
mate-utils-1b07e31763ba5c726304a58c4207a376a44a93ec.tar.xz
Update AC_INIT_AUTOMAKE for make dist
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3aa69388..62ed425a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_INIT([mate-utils],
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([dist-xz no-dist-gzip])
MATE_COMMON_INIT