~ubuntu-branches/ubuntu/maverick/devicekit-power/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-06-03 13:47:15 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603134715-2jrfcf9jtoqs3ohd
Tags: 008-1
* New upstream release.
* debian/copyright
  - Add Name, Maintainer and Source field as recommended by DEP-5.

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_PREREQ(2.59c)
4
 
AC_INIT(DeviceKit-power, 007, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
5
 
AM_INIT_AUTOMAKE(DeviceKit-power, 007)
 
4
AC_INIT(DeviceKit-power, 008, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
 
5
AM_INIT_AUTOMAKE(DeviceKit-power, 008)
6
6
AM_CONFIG_HEADER(config.h)
7
7
AM_MAINTAINER_MODE
8
8