diff options
author | Ted Gould <ted@gould.cx> | 2011-01-13 12:46:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-13 12:46:07 -0600 |
commit | 917061a932b10c33d380d9c3e3eefdb9d8e5b43d (patch) | |
tree | 1632d7d50a2b77e749612feb30f625475403190a /configure.ac | |
parent | cf882252aba33dac210550441fcc9566ba0452c1 (diff) | |
parent | 22a9ca4cf025fed3bedd6aa12643cfe4cacfd524 (diff) | |
download | libayatana-indicator-917061a932b10c33d380d9c3e3eefdb9d8e5b43d.tar.gz libayatana-indicator-917061a932b10c33d380d9c3e3eefdb9d8e5b43d.tar.bz2 libayatana-indicator-917061a932b10c33d380d9c3e3eefdb9d8e5b43d.zip |
New upstream release.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 340472e..d78af70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.15, ted@canonical.com) +AC_INIT(libindicator, 0.3.16, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.15) +AM_INIT_AUTOMAKE(libindicator, 0.3.16) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) @@ -39,7 +39,6 @@ AS_IF([test "x$enable_deprecations" = xno], GTK_REQUIRED_VERSION=2.18 GTK3_REQUIRED_VERSION=2.91 -DBUS_REQUIRED_VERSION=0.76 GIO_UNIX_REQUIRED_VERSION=2.22 AC_ARG_WITH([gtk], |