~ubuntu-branches/debian/sid/upstart/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-09-01 19:51:41 UTC
  • mto: (16.1.6 feisty) (1.3.1 upstream) (18.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060901195141-35gbj1g9q713ugds
Tags: upstream-0.2.1
Import upstream version 0.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_PREREQ(2.59)
4
 
AC_INIT([upstart], [0.2.0], [new@bugs.launchpad.net])
 
4
AC_INIT([upstart], [0.2.1], [new@bugs.launchpad.net])
5
5
AC_COPYRIGHT([[Copyright © 2006 Canonical Ltd.]])
6
6
AC_CONFIG_SRCDIR([init/main.c])
7
7
AC_CONFIG_MACRO_DIR([m4])