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

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: mvo
  • Date: 2005-08-13 19:49:42 UTC
  • Revision ID: gustavo@niemeyer.net-20050813194942-a34ee2b6894276aa
* debian/control:
  - build-depend on libnotify-dev
* debian/changelog:
  - new version with libnotify
* src/update-notifier.{c,h}, src/update.c
  - use libnotify now to notify the user about updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_INIT(src/update-notifier.c)
4
 
AM_INIT_AUTOMAKE(update-notifier, 0.40.1)
 
4
AM_INIT_AUTOMAKE(update-notifier, 0.40.2)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7
 
10
10
AM_PROG_CC_STDC
11
11
AC_HEADER_STDC
12
12
 
13
 
pkg_modules="gtk+-2.0 libgnomeui-2.0 libglade-2.0 gconf-2.0 gamin hal dbus-glib-1"
 
13
pkg_modules="gtk+-2.0 libgnomeui-2.0 libglade-2.0 gconf-2.0 gamin hal dbus-glib-1 libnotify"
14
14
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
15
15
AC_SUBST(PACKAGE_CFLAGS)
16
16
AC_SUBST(PACKAGE_LIBS)