aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-12-01 18:26:39 +0000
committerConor Curran <conor.curran@canonical.com>2011-12-01 18:26:39 +0000
commit91d9ee1316d39f93b1bd5570cf749ef030cf9e0c (patch)
tree551b96ba0eb85d22c4e86c32175f5f82b5c01552 /configure.ac
parent3c02b69b2d0801d8a72c6016a41192b601ce4f2f (diff)
parent13810cb4d5c5c6c88977a25a89538e473a92297d (diff)
downloadayatana-indicator-sound-91d9ee1316d39f93b1bd5570cf749ef030cf9e0c.tar.gz
ayatana-indicator-sound-91d9ee1316d39f93b1bd5570cf749ef030cf9e0c.tar.bz2
ayatana-indicator-sound-91d9ee1316d39f93b1bd5570cf749ef030cf9e0c.zip
merged in various fixes from trunk 4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 2 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 5ee885a..37da03d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-sound, 0.7.9.1, conor.curran@canonical.com)
+AC_INIT(indicator-sound, 0.7.9.2, conor.curran@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.1)
+AM_INIT_AUTOMAKE(indicator-sound, 0.7.9.2)
AM_MAINTAINER_MODE
@@ -89,16 +89,6 @@ AC_SUBST(APPLET_LIBS)
AC_SUBST(SOUNDSERVICE_CFLAGS)
AC_SUBST(SOUNDSERVICE_LIBS)
-AC_PATH_PROG(GCONFTOOL, gconftool-2)
-dnl Specify the gconf configuration source,
-dnl default to xml::$(sysconfdir)/gconf/gconf.xml.defaults
-
-AM_GCONF_SOURCE_2
-
-PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.0)
-AC_SUBST(GCONF_CFLAGS)
-AC_SUBST(GCONF_LIBS)
-
###########################
# Check to see if we're local
###########################