summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-10 00:20:19 +0100
committerinfirit <[email protected]>2013-11-10 00:20:19 +0100
commit40f399cd2ca2a74e3ce75785c9cde56ed27a9c79 (patch)
treeab9f85bee237d8cbff1202023b183c8d3e50c668
parentb6cc037ac6f5b990f8bbe3745044b45e6228a324 (diff)
downloadmate-sensors-applet-40f399cd2ca2a74e3ce75785c9cde56ed27a9c79.tar.bz2
mate-sensors-applet-40f399cd2ca2a74e3ce75785c9cde56ed27a9c79.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 4a0767e..a5b5f91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([MATE Sensors Applet], [1.6.0], [http://www.mate-desktop.org],
AC_CONFIG_SRCDIR([sensors-applet/main.c])
AC_CONFIG_HEADERS([sensors-applet/config.h])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([dist-xz no-dist-gzip])
AM_MAINTAINER_MODE
# ============== basic compiler settings ============= #