From b0e445e340b8729c06ab3a047a949bf00a60bfc9 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 20 Oct 2013 17:15:20 +0200 Subject: Make tar.xz, fix make dist and remove GTK_REQUIRED (now in case) --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1d37f58..d507db3 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], -- cgit v1.2.1