From a9784d8967975160d56fc191d85ced94143e89de Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 21 Aug 2012 08:13:52 -0400 Subject: add systemd unit files for installation These are automatically installed iff systemd support is compiled into fcgiwrap. --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4388cd4..296ea75 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,14 @@ if test "x$with_systemd" != "xno"; then fi AM_CONDITIONAL(HAVE_LIBSSL, [test "x$have_systemd" = "xyes"]) +AC_ARG_WITH([systemdsystemunitdir], + AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]), + [], [with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)]) +if test "x$with_systemdsystemunitdir" != xno -a "x$have_systemd" != xno; then + AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir]) +fi +AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ]) + # Checks for header files. AC_CHECK_HEADERS([fcntl.h],, [AC_MSG_ERROR([fcntl.h header missing])]) AC_CHECK_HEADERS([limits.h stdlib.h string.h unistd.h],, [AC_MSG_ERROR([at least one important system header file is missing])]) -- cgit v1.2.3