From: Szymon Janc Date: Thu, 30 May 2013 22:01:55 +0000 (+0200) Subject: build: Fix generating bluetoothd manpage X-Git-Tag: android-x86-4.4-r3~7992 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c8e79a7a11a08d3538b8ac26492d08ee476268ec;p=android-x86%2Fexternal-bluetooth-bluez.git build: Fix generating bluetoothd manpage CONFIGDIR was not properly substituted in bluetoothd.8 manpage. --- 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)