~xnox/ubuntu/vivid/upstart/fix-rotate-logs

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: James Hunt
  • Date: 2014-07-17 13:14:00 UTC
  • mfrom: (1436.2.7)
  • Revision ID: james.hunt@ubuntu.com-20140717131400-airqibye4266cazq
New upstream 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.13], [upstart-devel@lists.ubuntu.com])
 
4
AC_INIT([upstart], [1.13.1], [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])