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

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: mvo
  • Date: 2006-01-26 23:07:09 UTC
  • Revision ID: gustavo@niemeyer.net-20060126230709-7f3bc6c7cb03368e
* merged the changes from scott

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.11)
 
4
AM_INIT_AUTOMAKE(update-notifier, 0.41.1)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7
 
11
11
AC_HEADER_STDC
12
12
IT_PROG_INTLTOOL
13
13
 
14
 
pkg_modules="gtk+-2.0 libgnomeui-2.0 gnome-desktop-2.0 libglade-2.0 gconf-2.0 hal dbus-glib-1 libnotify gnome-vfs-2.0"
 
14
pkg_modules="gtk+-2.0 libgnomeui-2.0 libglade-2.0 gconf-2.0 gamin hal dbus-glib-1 libnotify"
15
15
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
16
16
AC_SUBST(PACKAGE_CFLAGS)
17
17
AC_SUBST(PACKAGE_LIBS)