CONFIGDIR was not properly substituted in bluetoothd.8 manpage. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f3c58be..cdc9200 100644 --- a/configure.ac +++ b/configure.ac @@ -253,5 +253,6 @@ else fi AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files]) +AC_SUBST(CONFIGDIR, "${configdir}") AC_OUTPUT(Makefile src/bluetoothd.8 lib/bluez.pc) -- 1.7.10.4 -- 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