~popey/bamf/sru

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Didier Roche
  • Date: 2012-02-03 07:18:59 UTC
  • mfrom: (235.1.43)
  • Revision ID: didier.roche@canonical.com-20120203071859-zz3o6fo4ttb2uuua
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_PREREQ([2.63])
5
 
AC_INIT(bamf, 0.2.106, dx-team@canonical.com)
 
5
AC_INIT(bamf, 0.2.108, dx-team@canonical.com)
6
6
AC_PREREQ(2.62)
7
7
 
8
8
AC_CONFIG_SRCDIR(src/main.c)
56
56
#
57
57
# glib
58
58
#
59
 
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28.0 gio-2.0 gio-unix-2.0)
 
59
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28.0 gio-2.0 >= 2.30.0 gio-unix-2.0)
 
60
 
 
61
#
 
62
# gdbus-codegen
 
63
#
 
64
AC_PATH_PROG([GDBUS_CODEGEN], [gdbus-codegen], AC_MSG_ERROR([gdbus-codegen is required but was not found]))
60
65
 
61
66
#
62
67
# dbus