aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-04 16:23:58 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-04 16:23:58 -0500
commitbe334e9a0fede5823076f487d89e3994d426ff0b (patch)
tree141b2e78b9cbd9df07a8afe3954acad263267d42 /configure.ac
parentfdd6962b447fe840027077d78a5ff6e8232ec70a (diff)
parent75d3c8be473b6c2600f187f77ffb25b21700a373 (diff)
downloadayatana-indicator-datetime-be334e9a0fede5823076f487d89e3994d426ff0b.tar.gz
ayatana-indicator-datetime-be334e9a0fede5823076f487d89e3994d426ff0b.tar.bz2
ayatana-indicator-datetime-be334e9a0fede5823076f487d89e3994d426ff0b.zip
* New upstream release.
* Fix location timezone sorting issue. * Clicking the systems settings window shouldn't close the Locations dialog. (LP: #947315) * Add gcov targets to autotools build for code-coverage reporting.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0bd8b89..508fc9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([indicator-datetime],
- [0.3.93],
+ [0.3.94],
[http://bugs.launchpad.net/indicator-datetime],
[indicator-datetime],
[http://launchpad.net/indicator-datetime])
@@ -145,8 +145,10 @@ GLIB_GSETTINGS
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)
###########################