~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-26 12:53:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090826125353-x0ysf7tqlj42mhp4
Tags: 0.4.5-0ubuntu2
* Package upstream 0.4.5 release: (LP: #419160)
  - Add lots of new contact record fields (Rodrigo Moya)
  - Check presence of fields in JSON objects before accessing them to avoid
    lots of warnings (Rodrigo Moya)
  - Added functions to deal with URLs in contact documents (Rodrigo Moya)
  - Add uuid to list of pkg-config modules to look for (Rodrigo Moya)
* Skip 0ubuntu1 version number, that was a botched upload (Martin Pitt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([couchdb-glib], [0.4.4], [], [couchdb-glib])
 
1
AC_INIT([couchdb-glib], [0.4.5], [], [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.4 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 uuid)
19
19
AC_SUBST(COUCHDB_GLIB_CFLAGS)
20
20
AC_SUBST(COUCHDB_GLIB_LIBS)
21
21