diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-04-11 13:35:02 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-04-11 13:35:02 -0400 |
| commit | 486e1b390867a5e022e008712bbb87031a4f627a (patch) | |
| tree | 1d15a560a745bdec4b36291a6440059c3e22fee2 /configure.ac | |
| parent | 5a7ebb976b8613886fa179c2f9d0230eb666e70f (diff) | |
| parent | 7201938d0639b2984beec7b2e1a0b1f48011796c (diff) | |
| download | ayatana-indicator-application-486e1b390867a5e022e008712bbb87031a4f627a.tar.gz ayatana-indicator-application-486e1b390867a5e022e008712bbb87031a4f627a.tar.bz2 ayatana-indicator-application-486e1b390867a5e022e008712bbb87031a4f627a.zip | |
* New upstream release.
* Improved gcov rules in our Automake files.
* Fix parent pointer object for unity-panel-service.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index fe27c33..314111f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.4.94, ted@canonical.com) +AC_INIT(indicator-application, 0.5.0, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.4.94) +AM_INIT_AUTOMAKE(indicator-application, 0.5.0) AM_MAINTAINER_MODE @@ -75,17 +75,17 @@ AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) ########################### 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) - AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) - AC_SUBST(APPINDICATOR_CFLAGS) AC_SUBST(APPINDICATOR_LIBS) - ########################### # Check to see if we're local ########################### |
