summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-02-12 18:51:58 -0800
committerRatan Gupta <ratagupt@linux.vnet.ibm.com>2019-02-28 06:58:44 +0000
commit26c0dc42bdd81cb3033e040e0b68b2caf41d6c44 (patch)
tree57e29583637c006d61c9e61c296217c5291e72e1
parent8fac5355948b83de73786e4af0fcd75fa0399338 (diff)
downloadphosphor-networkd-26c0dc42bdd81cb3033e040e0b68b2caf41d6c44.tar.gz
phosphor-networkd-26c0dc42bdd81cb3033e040e0b68b2caf41d6c44.zip
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 <wak@google.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])
OpenPOWER on IntegriCloud