~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Ted Gould
  • Date: 2009-09-04 11:46:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090904114625-5g05rhvko39xyi34
Tags: 0.1.1-0ubuntu1
* set bzr-builddeb merge mode to true for easy tarball build

[ Ted Gould ]
* Upstream update 0.1.1 for dbusmenu 0.1.2 (LP: #423975)
* debian/control: Increasing dbusmenu dep to 0.1.2

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.1)
 
7
AM_INIT_AUTOMAKE(indicator-session, 0.1.1)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
 
25
25
 
26
26
GTK_REQUIRED_VERSION=2.12
27
27
INDICATOR_REQUIRED_VERSION=0.2.0
28
 
DBUSMENUGTK_REQUIRED_VERSION=0.1.0
 
28
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
29
29
 
30
30
PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
31
31
                          indicator >= $INDICATOR_REQUIRED_VERSION
33
33
AC_SUBST(APPLET_CFLAGS)
34
34
AC_SUBST(APPLET_LIBS)
35
35
 
36
 
DBUSMENUGLIB_REQUIRED_VERSION=0.0.0
 
36
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
37
37
 
38
38
PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
39
39