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 | |
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)
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2a69bed..33dd4f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,5 +16,4 @@ DISTCLEANFILES = \ xmldocs.make EXTRA_DIST = \ - autogen.sh \ - mate-calc.doap + autogen.sh 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], |