summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-06-09 22:06:17 +0200
committerStefano Karapetsas <[email protected]>2013-06-09 22:06:17 +0200
commit36a77b65327853c6c4ea1b08d48232a591737279 (patch)
tree421b400cbffdbae059eb1514b3b1bb4b1ce8c125 /configure.ac
parentbff39355250ff5d0129caacc4d78566112a0d83a (diff)
downloadmate-themes-36a77b65327853c6c4ea1b08d48232a591737279.tar.bz2
mate-themes-36a77b65327853c6c4ea1b08d48232a591737279.tar.xz
Fixes for make dist
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 077aba79..9d6947ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.53)
AC_INIT([mate-themes], [1.6.0], [http://www.mate-desktop.org])
AC_CONFIG_SRCDIR([icon-themes])
-AM_INIT_AUTOMAKE([1.9 tar-ustar])
+AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz])
# Enable silent build rules by default, requires at least
# Automake-1.11. Disable by either passing --disable-silent-rules to
@@ -29,8 +29,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
# Check GTK+ theme engines
PKG_CHECK_MODULES(THEME_ENGINE,
[gtk+-2.0 >= 2.0.0 dnl
- gdk-pixbuf-2.0 >= 2.0.0 dnl
- gtk-engines-2 >= 2.15.3 ])
+ gdk-pixbuf-2.0 >= 2.0.0 ])
GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
AC_SUBST(GTK_VERSION)