summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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