summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-20 17:15:20 +0200
committerinfirit <[email protected]>2013-10-20 17:16:47 +0200
commitcd443ebe7da5e0ed8e609eb5bbe1ab06f516f651 (patch)
treea5e376e5d8529ec50be126ba9279074f16c3ba07 /configure.ac
parentdaf22c19d499e07b02de9649f26adc4047aeca4d (diff)
downloadmate-calc-cd443ebe7da5e0ed8e609eb5bbe1ab06f516f651.tar.bz2
mate-calc-cd443ebe7da5e0ed8e609eb5bbe1ab06f516f651.tar.xz
Make tar.xz, fix make dist and remove GTK_REQUIRED (now in case)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6c2c6ed..84c3f88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.62)
AC_INIT([mate-calc], [1.6.0], [http://mate-desktop.org])
-AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])
AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
MATE_MAINTAINER_MODE_DEFINES
@@ -21,7 +21,6 @@ dnl ###########################################################################
GLIB_REQUIRED=2.30
GIO_REQUIRED=2.25.10
-GTK_REQUIRED=2.18.0
AC_MSG_CHECKING([which gtk+ version to compile against])
AC_ARG_WITH([gtk],