aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-08-27 14:52:00 -0400
committerKen VanDine <ken.vandine@canonical.com>2009-08-27 14:52:00 -0400
commitf6d0564a4d48f60e52959eeb0cdc64c6170e0372 (patch)
treefaac1c5ff643a6aba420f2248ac0390f317ad685 /configure.ac
parent3a18ed4b656b9ee146e6f3fd5fdd56416d335724 (diff)
parent94f3cd1c8817d7203c5ba2b9abb57992f577f3a0 (diff)
downloadayatana-indicator-session-f6d0564a4d48f60e52959eeb0cdc64c6170e0372.tar.gz
ayatana-indicator-session-f6d0564a4d48f60e52959eeb0cdc64c6170e0372.tar.bz2
ayatana-indicator-session-f6d0564a4d48f60e52959eeb0cdc64c6170e0372.zip
* Upstream version 0.1
* debian/control: Looking for libdbusmenu* >= 0.1.0 * debian/control: Shortening the short description and lengthening the long one. Fixes a bug (LP: #412024)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0baf030..28b2c8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,13 +17,15 @@ AC_PROG_LIBTOOL
AC_SUBST(VERSION)
AC_CONFIG_MACRO_DIR([m4])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
###########################
# Dependencies
###########################
GTK_REQUIRED_VERSION=2.12
INDICATOR_REQUIRED_VERSION=0.2.0
-DBUSMENUGTK_REQUIRED_VERSION=0.0.0
+DBUSMENUGTK_REQUIRED_VERSION=0.1.0
PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
indicator >= $INDICATOR_REQUIRED_VERSION