diff options
author | Ted Gould <ted@gould.cx> | 2012-04-04 14:34:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-04 14:34:11 -0500 |
commit | c136bda24416af489864fa8e1302a7aca259ba3a (patch) | |
tree | 3ffece57d67ce9e9c266715b071c7af4f01d8678 /configure.ac | |
parent | 4ecaca4861ec00e19936e9655de38c118bdc9a62 (diff) | |
parent | f75080c55cd666e48f1a7c9c8bcf62e77cfb7f3b (diff) | |
download | libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.tar.gz libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.tar.bz2 libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.zip |
Import upstream version 0.4.95
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
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) |