~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Michael Terry
  • Date: 2011-07-13 14:54:42 UTC
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: michael.terry@canonical.com-20110713145442-4b0pkrbebadn99h6
convert to gsettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
AC_HEADER_STDC
12
12
 
13
13
GNOME_COMMON_INIT
 
14
GLIB_GSETTINGS
14
15
 
15
 
pkg_modules="gtk+-3.0 gconf-2.0 libnotify gio-2.0 >= 2.26 x11"
 
16
pkg_modules="gtk+-3.0 libnotify gio-2.0 >= 2.26 x11"
16
17
 
17
18
PKG_CHECK_EXISTS(gdu, [ HAVE_GDU=1 ])
18
19
if test "x$HAVE_GDU" != "x"; then
42
43
 
43
44
AM_GLIB_GNU_GETTEXT
44
45
 
45
 
AC_PATH_PROG(GCONFTOOL, gconftool-2)
46
 
AM_GCONF_SOURCE_2
47
 
 
48
46
dnl AC_ARG_WITH(pkg-manager, [ --with-pkg-manager=PATH Package manager to use.])
49
47
dnl if test "x$with_pkg_manager" != "x"; then
50
48
dnl  AC_DEFINE_UNQUOTED(PKG_MANAGER, "$with_pkg_manager", [Package manager to use.])