From 26c0dc42bdd81cb3033e040e0b68b2caf41d6c44 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 12 Feb 2019 18:51:58 -0800 Subject: configure: Make dbus dir depend on the sysconf make variable We want the directory path to be based on the sysconfdir as defined during the make process. This way anyone overriding sysconfdir during install won't have to also override the dbus directory. Change-Id: Icfb8f381e29630592949abb411769ac1829002ae Signed-off-by: William A. Kennington III --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3e8773d..1d698ac 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AC_ARG_WITH([dbuspolicydir], AS_HELP_STRING([--with-dbuspolicydir=DIR], [Directory for D-Bus system policy files]) ) AS_IF([test "x$with_dbuspolicydir" = "x"], - [with_dbuspolicydir="${sysconfdir}/dbus-1/system.d"] + [with_dbuspolicydir='${sysconfdir}/dbus-1/system.d'] ) AC_SUBST([dbuspolicydir], [$with_dbuspolicydir]) -- cgit v1.2.1