aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-30 10:45:03 -0400
committerPackage Import Robot <package-import@ubuntu.com>2012-03-30 10:45:03 -0400
commit01d561bf282f03825ca22533f66d72ba44fd85a9 (patch)
treeedee2e0c9543f22f13bf3baed30c9f6096c170a9 /configure.ac
parent2e2e1a5d8571b6a75de63ad771be172251a874a3 (diff)
parent31b5a5a6508535ed1af86919c79d75571f1a65ef (diff)
downloadayatana-indicator-sound-01d561bf282f03825ca22533f66d72ba44fd85a9.tar.gz
ayatana-indicator-sound-01d561bf282f03825ca22533f66d72ba44fd85a9.tar.bz2
ayatana-indicator-sound-01d561bf282f03825ca22533f66d72ba44fd85a9.zip
Import upstream version 0.8.5.0
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)