~ubuntu-branches/ubuntu/quantal/indicator-application/quantal

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Charles Kerr
  • Date: 2012-04-11 12:23:34 UTC
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120411122334-pyt9v0k0v500heig
Tags: upstream-0.5.0
ImportĀ upstreamĀ versionĀ 0.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-application, 0.4.94, ted@canonical.com)
 
2
AC_INIT(indicator-application, 0.5.0, ted@canonical.com)
3
3
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
4
4
 
5
5
AC_PREREQ(2.53)
6
6
 
7
7
AM_CONFIG_HEADER(config.h)
8
 
AM_INIT_AUTOMAKE(indicator-application, 0.4.94)
 
8
AM_INIT_AUTOMAKE(indicator-application, 0.5.0)
9
9
 
10
10
AM_MAINTAINER_MODE
11
11
 
75
75
###########################
76
76
m4_include([m4/gcov.m4])
77
77
AC_TDD_GCOV
 
78
AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes])
 
79
AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes])
 
80
AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes])
78
81
AC_SUBST(COVERAGE_CFLAGS)
79
82
AC_SUBST(COVERAGE_CXXFLAGS)
80
83
AC_SUBST(COVERAGE_LDFLAGS)
81
 
 
82
84
AC_SUBST(INDICATOR_CFLAGS)
83
85
AC_SUBST(INDICATOR_LIBS)
84
 
 
85
86
AC_SUBST(APPINDICATOR_CFLAGS)
86
87
AC_SUBST(APPINDICATOR_LIBS)
87
88
 
88
 
 
89
89
###########################
90
90
# Check to see if we're local
91
91
###########################