~ubuntu-branches/ubuntu/precise/unity-lens-music/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-02-03 11:33:57 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120203113357-yop2ipbkuwiizbih
Tags: upstream-5.2.0
ImportĀ upstreamĀ versionĀ 5.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(unity-lens-music, 5.0.0, https://launchpad.net/unity-lens-music)
2
 
AC_COPYRIGHT([Copyright 2011 Canonical])
 
1
AC_INIT(unity-lens-music, 5.2.0, https://launchpad.net/unity-lens-music)
 
2
AC_COPYRIGHT([Copyright 2011-2012 Canonical])
3
3
 
4
4
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
5
5
 
16
16
# Init the other things we depend on
17
17
#####################################################
18
18
AM_MAINTAINER_MODE
19
 
AM_PROG_VALAC([0.8.0])
 
19
AM_PROG_VALAC([0.14.0])
20
20
AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No valac compiler found."])])
21
21
AC_PROG_CC
22
22
AM_PROG_CC_C_O