aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-30 14:12:41 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-30 14:12:41 -0400
commit66d95fc3a6a73357578051739dd58b5622ceffd6 (patch)
treeb5bcad02ebe6ad24428dfb9544e3bcf08871b44e /configure.ac
parentd738d091793595d86f1a2353b06bf3584b0afbf9 (diff)
parent31b5a5a6508535ed1af86919c79d75571f1a65ef (diff)
downloadayatana-indicator-sound-66d95fc3a6a73357578051739dd58b5622ceffd6.tar.gz
ayatana-indicator-sound-66d95fc3a6a73357578051739dd58b5622ceffd6.tar.bz2
ayatana-indicator-sound-66d95fc3a6a73357578051739dd58b5622ceffd6.zip
* New upstream release.
- Inconsistency between messaging menu and sound menu pips (LP: #933593) - indicator-sound-service crashed with SIGSEGV in fast_validate() (LP: #949837) - free-memory-read crash in indicator-sound-service's file monitoring (LP: #965848) - minor memory leaks in blacklist handling (LP: #960578) - FIX (LP: FIX)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3fb91a6..9f9099a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-sound, 0.8.4.1, conor.curran@canonical.com)
+AC_INIT(indicator-sound, 0.8.5.0, conor.curran@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 0.8.4.1)
+AM_INIT_AUTOMAKE(indicator-sound, 0.8.5.0)
AM_MAINTAINER_MODE
@@ -95,6 +95,9 @@ AC_SUBST(SOUNDSERVICE_LIBS)
m4_include([m4/gcov.m4])
AC_TDD_GCOV
+AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes])
+AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes])
+AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes])
AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_CXXFLAGS)
AC_SUBST(COVERAGE_LDFLAGS)