aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-04-04 15:04:54 -0500
committerTed Gould <ted@gould.cx>2012-04-04 15:04:54 -0500
commit826ae444af550eb23c04e151e512f67a72284dd7 (patch)
tree419a0a0003675a4c5787da9e9fac36ae406909ac /configure.ac
parentb36c109193793f388f52b1c557a2016e6599287f (diff)
parent23bbf5f139059e38e1c555682a775ec7af50b850 (diff)
downloadayatana-indicator-printers-826ae444af550eb23c04e151e512f67a72284dd7.tar.gz
ayatana-indicator-printers-826ae444af550eb23c04e151e512f67a72284dd7.tar.bz2
ayatana-indicator-printers-826ae444af550eb23c04e151e512f67a72284dd7.zip
Import upstream version 0.1.6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 13 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53b8543..b5f425e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(indicator-printers, 0.1.5)
+AC_INIT(indicator-printers, 0.1.6)
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([])
@@ -9,6 +9,7 @@ AC_PROG_INSTALL
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AM_SILENT_RULES([yes])
+AC_CONFIG_MACRO_DIR([m4])
IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=indicator-printers
@@ -68,6 +69,17 @@ else
fi
AC_SUBST(DBUSSERVICEDIR)
+###########################
+# gcov coverage reporting
+###########################
+
+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_LDFLAGS)
AC_SUBST(AM_CFLAGS, "-Wall")