~jm-leddy/ubuntu/oneiric/gvfs/fix-899858

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-08-22 12:26:27 UTC
  • mfrom: (1.1.72 upstream)
  • Revision ID: james.westby@ubuntu.com-20110822122627-p38bv0co8hq1cjtz
Tags: 1.9.3-0ubuntu1
* New upstream release
* debian/watch: Look for unstable releases and tar.bz2.
* debian/control.in: Bump libglib2.0-dev build dependency as per upstream
  configure.ac.
* Drop debian/patches/debian-changes-1.9.2-0ubuntu2, not necessary any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.64])
2
2
 
3
 
AC_INIT([gvfs],[1.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
 
3
AC_INIT([gvfs],[1.9.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
4
4
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-pax])
5
5
AM_CONFIG_HEADER(config.h)
6
6
 
46
46
DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
47
47
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
48
48
 
49
 
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.27.4 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
 
49
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.29.14 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
50
50
 
51
51
PKG_CHECK_MODULES(DBUS, dbus-1)
52
52