From c8e79a7a11a08d3538b8ac26492d08ee476268ec Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 31 May 2013 00:01:55 +0200 Subject: [PATCH] build: Fix generating bluetoothd manpage 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 2aa06d305..3ae6fbe0a 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) -- 2.47.3