~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Charles Kerr
  • Date: 2012-04-05 16:19:32 UTC
  • mfrom: (1.4.2)
  • Revision ID: charles.kerr@canonical.com-20120405161932-rf6899hc99e99pmb
* New upstream release.
  * Faster searches and better search results. (lp: #947283, lp: #972354)
  * Don't submit searches with zero tokens. (lp: #973203)
  * Propertly emit the WindowUnregistered signal when windows go away.
  * Improvements to the gcov automake rules.
  * Fix bootstrap error in tests.
  - reduce hud cpu usage and DoS on long strings (lp: #938584, lp: #948820)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT([indicator-appmenu],
2
 
        [0.3.96],
 
2
        [0.3.97],
3
3
        [http://bugs.launchpad.net/indicator-appmenu],
4
4
        [indicator-appmenu],
5
5
        [http://launchpad.net/indicator-appmenu])
155
155
 
156
156
m4_include([m4/gcov.m4])
157
157
AC_TDD_GCOV
 
158
AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes])
 
159
AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes])
 
160
AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes])
158
161
AC_SUBST(COVERAGE_CFLAGS)
159
162
AC_SUBST(COVERAGE_CXXFLAGS)
160
163
AC_SUBST(COVERAGE_LDFLAGS)