~ubuntu-branches/debian/wheezy/apt-dater/wheezy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-07-05 20:42:17 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100705204217-u03l0wdobclg9sdw
Tags: 0.8.4-1
* New upstream release.
  - Do not use apt-get for update checking, if aptitude is configured.
    Closes: #587106
* Bump Standards-Version to 3.9.0 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
PACKAGE=apt-dater
5
5
 
6
 
AC_REVISION($Revision: 514 $)
 
6
AC_REVISION($Revision: 519 $)
7
7
 
8
8
AC_PREREQ(2.61)
9
 
AC_INIT(apt-dater, 0.8.3, apt-dater@ibh.de)
 
9
AC_INIT(apt-dater, 0.8.4, apt-dater@ibh.de)
10
10
AM_INIT_AUTOMAKE
11
11
AC_CONFIG_SRCDIR([src/apt-dater.c])
12
12
AC_CONFIG_HEADER([config.h])