aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-11 10:10:15 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-11 10:10:15 -0500
commit109d4fe4271cef7438273eb5a24b719a73e9a4fb (patch)
tree2c9891ba36550250eec75a683c36ede4245b656a /configure.ac
parent4c91eb5b9deaa92f67af5aedec0abbdeabb92b8f (diff)
parent3242c72d1491b07ee04753e047c72854a0b88d26 (diff)
downloadayatana-indicator-power-109d4fe4271cef7438273eb5a24b719a73e9a4fb.tar.gz
ayatana-indicator-power-109d4fe4271cef7438273eb5a24b719a73e9a4fb.tar.bz2
ayatana-indicator-power-109d4fe4271cef7438273eb5a24b719a73e9a4fb.zip
Import upstream version 2.0
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 477709b..fc287a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([indicator-power],
- [1.93],
+ [2.0],
[http://bugs.launchpad.net/indicator-power],
[indicator-power],
[http://launchpad.net/indicator-power])
@@ -53,6 +53,9 @@ 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)