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

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: mvo
  • Date: 2004-12-15 09:27:46 UTC
  • Revision ID: gustavo@niemeyer.net-20041215092746-b27d39fe9033a394
* much saner behaviour now:
  - monitor for /var/lib/upgrade-notifier/dpkg-stamp each 1m
  - monitor /var/lib/apt/lists dir and check that every 5 minutes
  - do a general check very 2h

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/upgrade-notifier.c)
4
 
AM_INIT_AUTOMAKE(upgrade-notifier, 0.35)
 
4
AM_INIT_AUTOMAKE(upgrade-notifier, 0.36)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7