aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-04-05 12:44:30 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-04-05 12:44:30 +0200
commitd538aa44668e089474d8660ee98635e4146e8d0f (patch)
treed6e45e2d66fe4940aff47c46ad743d3f79f67597 /configure.ac
parent4a445398a20768db826fbc245f9b2293176b8d88 (diff)
parent696375c27b39b8f352bf967800e260b4ce73702e (diff)
downloadlibayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.tar.gz
libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.tar.bz2
libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.zip
releasing version 0.4.95-0ubuntu1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 21bcf67..4249522 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libindicator],
- [0.4.94],
+ [0.4.95],
[http://bugs.launchpad.net/libindicator],
[libindicator],
[http://launchpad.net/libindicator])
@@ -137,6 +137,9 @@ AM_CONDITIONAL(ENABLE_DEBUG, test "$enable_debug" = "yes")
###########################
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)