~jamesodhunt/ubuntu/raring/upstart/1.6

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Scott James Remnant
  • Date: 2009-07-08 19:43:16 UTC
  • Revision ID: scott@netsplit.com-20090708194316-t6rw4e8auuza6qju
* conf/control-alt-delete.conf: Default job for Control-Alt-Delete
* conf/rc-sysinit.conf: Default job for system initialisation
* conf/rc.conf: A fully wacky instance job that runs the rc script
for runlevel changes
* conf/rcS.conf: And a job for single-user-mode, which calls back
to rc-sysinit
* conf/Makefile.am (dist_init_DATA): Install the default files
into the /etc/init directory
* configure.ac (AC_CONFIG_FILES): Create conf/Makefile
* Makefile.am (SUBDIRS): Recurse into the conf directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
AC_CONFIG_FILES([ Makefile m4/Makefile intl/Makefile
48
48
                  nih/Makefile nih-dbus/Makefile nih-dbus-tool/Makefile
49
 
                  dbus/Makefile init/Makefile util/Makefile
 
49
                  dbus/Makefile init/Makefile util/Makefile conf/Makefile
50
50
                  doc/Makefile po/Makefile.in ])
51
51
AC_CONFIG_HEADERS([config.h])
52
52
AC_OUTPUT