OSDN Git Service

build: Fix generating bluetoothd manpage
authorSzymon Janc <szymon.janc@gmail.com>
Thu, 30 May 2013 22:01:55 +0000 (00:01 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 13 Jun 2013 13:15:05 +0000 (16:15 +0300)
CONFIGDIR was not properly substituted in bluetoothd.8 manpage.

configure.ac

index 2aa06d3..3ae6fbe 100644 (file)
@@ -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)