~ubuntu-branches/ubuntu/precise/indicator-sound/precise-201111281906

« back to all changes in this revision

Viewing changes to configure.ac

Tags: upstream-0.5.3
ImportĀ upstreamĀ versionĀ 0.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-sound, 0.5.2, conor.curran@canonical.com)
 
2
AC_INIT(indicator-sound, 0.5.3, conor.curran@canonical.com)
3
3
 
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(indicator-sound, 0.5.2)
 
7
AM_INIT_AUTOMAKE(indicator-sound, 0.5.3)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
 
90
90
AC_SUBST(INDICATORICONSDIR)
91
91
 
92
92
###########################
 
93
# Grab the GSettings Macros
 
94
###########################
 
95
 
 
96
GLIB_GSETTINGS
 
97
 
 
98
###########################
93
99
# DBus Service Info
94
100
###########################
95
101