~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-08-25 08:58:56 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825085856-qtuta6vqal1iw7mt
Tags: 0.3.3-0ubuntu1
* New upstream release.
  - User menu should still show even if there is only 1 user (LP: #831758)
  - Bluetooth item in menu not needed (LP: #825111)
  - Newly created users are not added to the menu until next 
    login (LP: #552048)
  - Users list in shutdown menu is not updated on user 
    deletion (LP: #557608)
  - should use gsettings rather than gconf (LP: #656323)
* debian/control
  - Bump dbusmenu build dep to >= 0.4.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(indicator-session, 0.3.2)
 
7
AM_INIT_AUTOMAKE(indicator-session, 0.3.3)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
 
 
11
GLIB_GSETTINGS
 
12
 
11
13
IT_PROG_INTLTOOL([0.35.0])
12
14
 
13
15
AC_ISC_POSIX
89
91
AC_SUBST(GTKLOGOUTHELPER_CFLAGS)
90
92
AC_SUBST(GTKLOGOUTHELPER_LIBS)
91
93
 
92
 
AC_PATH_PROG(GCONFTOOL, gconftool-2)
93
 
dnl Specify the gconf configuration source,
94
 
dnl default to xml::$(sysconfdir)/gconf/gconf.xml.defaults
95
 
 
96
 
AM_GCONF_SOURCE_2
97
 
 
98
 
PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.0)
99
 
AC_SUBST(GCONF_CFLAGS)
100
 
AC_SUBST(GCONF_LIBS)
101
 
 
102
94
###########################
103
95
# Check to see if we're local
104
96
###########################