~ubuntu-branches/ubuntu/raring/unity-lens-shopping/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Didier Roche
  • Date: 2012-10-04 14:48:09 UTC
  • Revision ID: didier.roche@canonical.com-20121004144809-xy2451hm53ktxn05
* debian/control:
  - bump libunity build-dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(unity-lens-shopping, 6.0.0, https://launchpad.net/unity-lens-shopping)
 
1
AC_INIT(unity-lens-shopping, 6.8.0, https://launchpad.net/unity-lens-shopping)
2
2
AC_COPYRIGHT([Copyright 2012 Canonical])
3
3
 
4
4
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
62
62
                  gio-unix-2.0 >= $GLIB_REQUIRED
63
63
                  dee-1.0 >= 1.0.7
64
64
                  gee-1.0
 
65
                  libsoup-gnome-2.4
65
66
                  json-glib-1.0
66
 
                  unity >= 5.93.0)
 
67
                  unity >= 6.7)
67
68
 
68
69
AC_SUBST(LENS_DAEMON_CFLAGS)
69
70
AC_SUBST(LENS_DAEMON_LIBS)
118
119
  data/Makefile
119
120
  src/Makefile
120
121
  src/config.vala
 
122
  vapi/Makefile
121
123
  po/Makefile.in
 
124
  tests/unit/Makefile
122
125
])
123
126
AC_OUTPUT
124
127