~jamesodhunt/ubuntu/trusty/upstart/1.12.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([upstart], [0.3.0/], [new@bugs.launchpad.net])
AC_COPYRIGHT([[Copyright © 2006 Canonical Ltd.]])
AC_CONFIG_SRCDIR([init/main.c])
AC_CONFIG_MACRO_DIR([m4])

AM_INIT_AUTOMAKE([1.9 gnu check-news dist-bzip2])

AM_GNU_GETTEXT_VERSION(0.14.1)
AM_GNU_GETTEXT()

# Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL

# Checks for libraries.
NIH_INIT

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

# Other checks

AC_CONFIG_FILES([ Makefile m4/Makefile po/Makefile.in man/Makefile
		  intl/Makefile nih/Makefile upstart/Makefile
		  init/Makefile initctl/Makefile compat/sysv/Makefile
		  logd/Makefile event.d/Makefile ])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT