aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-15 10:31:28 -0500
committerTed Gould <ted@gould.cx>2010-07-15 10:31:28 -0500
commitcc5ecca1e9d029b3ab2853daf4328112a5c32f03 (patch)
treec9aa89f21962a21e19636e51e202cf4474e1454b /configure.ac
parent2c467063b223e61ad5874f089e448c47b8de3b61 (diff)
parentb695b5591a84f8bf6f55cd085f7dba59012d525b (diff)
downloadayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.tar.gz
ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.tar.bz2
ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.zip
Import upstream version 0.0.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 6 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c011422..fdc85c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-datetime, 0.0.3, ted@canonical.com)
-AC_COPYRIGHT([Copyright 2009 Canonical])
+AC_INIT(indicator-datetime, 0.0.4, ted@canonical.com)
+AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-datetime, 0.0.3)
+AM_INIT_AUTOMAKE(indicator-datetime, 0.0.4)
AM_MAINTAINER_MODE
@@ -34,9 +34,11 @@ PKG_PROG_PKG_CONFIG
INDICATOR_REQUIRED_VERSION=0.3.0
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
+DBUSMENUGTK_REQUIRED_VERSION=0.1.1
PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION
- dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
+ dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
+ dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)
AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)