~kelemeng/libubuntuone/bug786632-2

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2011-03-18 21:16:33 UTC
  • mfrom: (83.1.1 libubuntuone)
  • Revision ID: ken.vandine@canonical.com-20110318211633-yqcern6x3xd8mvsz
Tags: 0.9.1-0ubuntu1
releasing version 0.9.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([libubuntuone], [0.9.0], [], [libubuntuone])
 
1
AC_INIT([libubuntuone], [0.9.1], [], [libubuntuone])
2
2
 
3
3
AC_PREREQ([2.59])
4
4
 
32
32
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
33
33
 
34
34
dnl Look for needed modules
35
 
PKG_CHECK_MODULES(LIBUBUNTUONE, gdk-pixbuf-2.0 webkit-1.0 >= 1.1.15 gnome-keyring-1 dbus-glib-1 libxml-2.0 libsoup-gnome-2.4 libsyncdaemon-1.0 >= 1.4.2)
 
35
PKG_CHECK_MODULES(LIBUBUNTUONE, gdk-pixbuf-2.0 webkit-1.0 >= 1.1.15 libxml-2.0 libsoup-2.4 >= 2.33.1 libsoup-gnome-2.4 libsyncdaemon-1.0 >= 1.4.2)
36
36
AC_SUBST(LIBUBUNTUONE_CFLAGS)
37
37
AC_SUBST(LIBUBUNTUONE_LIBS)
38
38