summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-07-30 10:29:14 +0200
committerMichał Górny <mgorny@gentoo.org>2013-07-30 10:52:44 +0200
commit4a535e4d04b38bbe18593947b44d1cbcb9955388 (patch)
tree2aad120ac01806b410cd88583296757d3501916b /configure.ac
parentAdd the /var/lock & /var/run units from ebuild filesdir. (diff)
downloadgentoo-systemd-integration-4a535e4d04b38bbe18593947b44d1cbcb9955388.tar.gz
gentoo-systemd-integration-4a535e4d04b38bbe18593947b44d1cbcb9955388.tar.bz2
gentoo-systemd-integration-4a535e4d04b38bbe18593947b44d1cbcb9955388.zip
Initial version of local.d support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ef759c..a169ca3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,9 +3,12 @@ AC_INIT([gentoo-systemd-integration], [0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 subdir-objects])
+AC_PROG_SED
+
# https://bitbucket.org/mgorny/systemd-sdk/
SYSTEMD_MISC
SYSTEMD_SYSTEMUNITDIR
+SYSTEMD_UTILDIR
AC_CONFIG_FILES([Makefile])
AC_OUTPUT