~ubuntu-branches/ubuntu/karmic/couchdb-glib/karmic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2009-08-19 19:07:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090819190732-ut6fyubp51pb3agr
Tags: 0.4.4-0ubuntu1
* Package upstream 0.4.4 release: (LP: #416027)
  - Only include json-glib.h (Rodrigo Moya)
  - Depend on json-glib >= 0.7.4 to have saving of documents working (Rodrigo 
    Moya)
  - Send errors from libsoup back to the caller (Rodrigo Moya)
  - Add contact records creation convenience function (Rodrigo Moya)
  - Add support for application_annotations field (Rodrigo Moya)
  - Add functions to convert struct fields to and from strings (Rodrigo Moya)
* debian/control: bumped libjson-glib-dev Build-Depends to >= 0.7.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([couchdb-glib], [0.4.3], [], [couchdb-glib])
 
1
AC_INIT([couchdb-glib], [0.4.4], [], [couchdb-glib])
2
2
 
3
3
AC_PREREQ([2.59])
4
4
 
15
15
AC_PROG_CC
16
16
AC_PROG_LIBTOOL
17
17
 
18
 
PKG_CHECK_MODULES(COUCHDB_GLIB, glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.0 libsoup-2.4 libsoup-gnome-2.4)
 
18
PKG_CHECK_MODULES(COUCHDB_GLIB, glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4)
19
19
AC_SUBST(COUCHDB_GLIB_CFLAGS)
20
20
AC_SUBST(COUCHDB_GLIB_LIBS)
21
21