--- acinclude.m4 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index eb7cdeb..e8626ff 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -107,6 +107,9 @@ AC_DEFUN([AC_INIT_BLUEZ], [ [Directory for the configuration files]) AC_DEFINE_UNQUOTED(STORAGEDIR, "${storagedir}", [Directory for the storage files]) + + AC_SUBST(CONFIGDIR, "${configdir}") + AC_SUBST(STORAGEDIR, "${storagedir}") ]) AC_DEFUN([AC_PATH_DBUS], [ -- 1.6.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html