~ubuntu-branches/ubuntu/trusty/yelp/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-02-16 15:11:05 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20120216151105-bjszac6qy4q76hax
Tags: 3.3.3-0ubuntu1
* New upstream release
* debian/patches/06_setup_error_on_missing_dbus.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.63])
2
 
AC_INIT([Yelp],[3.3.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
 
2
AC_INIT([Yelp],[3.3.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
3
3
 
4
4
AC_CONFIG_SRCDIR([src/yelp.c])
5
5
AC_CONFIG_HEADERS([config.h])
27
27
# Library dependecies
28
28
PKG_CHECK_MODULES(YELP,
29
29
[
30
 
        folks >= 0.6.3
31
 
        gee-1.0
32
30
        gio-2.0 >= 2.25.11
33
31
        gio-unix-2.0
34
32
        gtk+-unix-print-3.0