diff options
author | infirit <[email protected]> | 2013-10-20 17:15:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-20 17:17:38 +0200 |
commit | b0e445e340b8729c06ab3a047a949bf00a60bfc9 (patch) | |
tree | 8e606a503c3cc4cf4fe49d1841550329a24e4d8a /configure.ac | |
parent | 6b49ed3dbedf8d13232b9fd97140844610448778 (diff) | |
download | mate-calc-b0e445e340b8729c06ab3a047a949bf00a60bfc9.tar.bz2 mate-calc-b0e445e340b8729c06ab3a047a949bf00a60bfc9.tar.xz |
Make tar.xz, fix make dist and remove GTK_REQUIRED (now in case)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
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], |