~ci-train-bot/indicator-appmenu/indicator-appmenu-ubuntu-yakkety-2006

« back to all changes in this revision

Viewing changes to m4/gcov.m4

  • Committer: CI Train Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2015-02-19 19:32:04 UTC
  • mfrom: (252.2.14 indicator-appmenu)
  • Revision ID: ci-train-bot@canonical.com-20150219193204-hv2cvizqtfv0nb5a

IndicatorAppmenu: add modes support and implement unity-all-menus mode

When this mode is enabled, we export all the menus to the indicator, it will be up
to unity to filter them out based on their parent xid. Fixes: #1309778
Approved by: PS Jenkins bot, Lars Uebernickel

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
31
31
  fi
32
32
 
33
 
  lcov_version_list="1.6 1.7 1.8 1.9 1.10"
 
33
  lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12"
34
34
  AC_CHECK_PROG(LCOV, lcov, lcov)
35
35
  AC_CHECK_PROG(GENHTML, genhtml, genhtml)
36
36