~xnox/upstart/upstart-async-run-dead-code

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: James Hunt
  • Date: 2014-03-11 14:59:23 UTC
  • Revision ID: james.hunt@ubuntu.com-20140311145923-5vs0cxa706h5hgo0
* NEWS: Begin new release.

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.61)
4
 
AC_INIT([upstart], [1.12.1], [upstart-devel@lists.ubuntu.com])
 
4
AC_INIT([upstart], [1.13], [upstart-devel@lists.ubuntu.com])
5
5
NIH_COPYRIGHT([[Copyright © 2006-2014 Canonical Ltd., 2011 Scott James Remnant]])
6
6
AC_CONFIG_SRCDIR([init/main.c])
7
7
AC_CONFIG_MACRO_DIR([m4])