aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-04-04 14:35:30 -0500
committerTed Gould <ted@gould.cx>2012-04-04 14:35:30 -0500
commitd431c78f3ad88c54a8f3e8c0dec9d872930831da (patch)
tree2a82d9dbc43d2e7fbddb8a580024a83bb2ef7639 /configure.ac
parent28d27ed11c41ca6859c533e6a084c631225c9912 (diff)
parentc136bda24416af489864fa8e1302a7aca259ba3a (diff)
downloadlibayatana-indicator-d431c78f3ad88c54a8f3e8c0dec9d872930831da.tar.gz
libayatana-indicator-d431c78f3ad88c54a8f3e8c0dec9d872930831da.tar.bz2
libayatana-indicator-d431c78f3ad88c54a8f3e8c0dec9d872930831da.zip
* New upstream release.
* Fix a free that shouldn't be (LP: #969360) * Spelling mistake in error message (LP: #948391) * Add coverage build targets * Fix building AUTHORS and Changelog at dist time
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)