diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-20 14:32:37 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-20 14:32:37 -0700 |
commit | 68c65edc0b014c4c71ea05bbaf770d72555bd3e1 (patch) | |
tree | a5e376e5d8529ec50be126ba9279074f16c3ba07 /configure.ac | |
parent | daf22c19d499e07b02de9649f26adc4047aeca4d (diff) | |
parent | cd443ebe7da5e0ed8e609eb5bbe1ab06f516f651 (diff) | |
download | mate-calc-68c65edc0b014c4c71ea05bbaf770d72555bd3e1.tar.bz2 mate-calc-68c65edc0b014c4c71ea05bbaf770d72555bd3e1.tar.xz |
Merge pull request #17 from infirit/1.6
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 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], |