~jamesodhunt/upstart/bug-1356824

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Scott James Remnant
  • Date: 2010-12-10 04:42:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1307.
  • Revision ID: scott@netsplit.com-20101210044234-viqv07o1s06n8s8n
Import the udev bridge from Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
PKG_CHECK_MODULES([NIH], [libnih >= 1.0.2])
31
31
PKG_CHECK_MODULES([NIH_DBUS], [libnih-dbus >= 1.0.0])
32
32
PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.2.16])
 
33
PKG_CHECK_MODULES([UDEV], [libudev >= 146], [have_udev=yes], [have_udev=no])
 
34
 
 
35
AM_CONDITIONAL([HAVE_UDEV], [test "$have_udev" = yes])
33
36
 
34
37
# Checks for header files.
35
38
AC_CHECK_HEADERS([valgrind/valgrind.h])
63
66
 
64
67
 
65
68
AC_CONFIG_FILES([ Makefile intl/Makefile
66
 
                  dbus/Makefile init/Makefile util/Makefile conf/Makefile
67
 
                  doc/Makefile contrib/Makefile po/Makefile.in ])
 
69
                  dbus/Makefile init/Makefile util/Makefile extra/Makefile
 
70
                  conf/Makefile doc/Makefile contrib/Makefile po/Makefile.in ])
68
71
AC_CONFIG_HEADERS([config.h])
69
72
AC_OUTPUT