diff options
author | karl-qdh <karl@qdh.org.uk> | 2011-01-31 10:32:24 +0000 |
---|---|---|
committer | karl-qdh <karl@qdh.org.uk> | 2011-01-31 10:32:24 +0000 |
commit | 12f38653661221531efa57287f1ef7410ae68935 (patch) | |
tree | c34811312305081e1cceaa233de8e1461decc19b /configure.ac | |
parent | 93a2d0e1f1b238e2c77eaa2ceb0070d92c72b317 (diff) | |
parent | aaae5863299681153898d4e701f44aed85c780e9 (diff) | |
download | ayatana-indicator-datetime-12f38653661221531efa57287f1ef7410ae68935.tar.gz ayatana-indicator-datetime-12f38653661221531efa57287f1ef7410ae68935.tar.bz2 ayatana-indicator-datetime-12f38653661221531efa57287f1ef7410ae68935.zip |
Updated add type handler functions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 09ea542..cc96999 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.1.90, ted@canonical.com) +AC_INIT(indicator-datetime, 0.1.91, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.1.90) +AM_INIT_AUTOMAKE(indicator-datetime, 0.1.91) AM_MAINTAINER_MODE @@ -53,7 +53,7 @@ AC_ARG_WITH([gtk], INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 -DBUSMENUGTK_REQUIRED_VERSION=0.1.1 +DBUSMENUGTK_REQUIRED_VERSION=0.3.94 GIO_REQUIRED_VERSION=2.25.11 # Note: the GIO check below also ensures the proper glib with gsettings support is present INDICATOR_DISPLAY_OBJECTS=0.1.10 |