OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
640d251
)
build: Fix generating bluetoothd manpage
author
Szymon Janc
<szymon.janc@gmail.com>
Thu, 30 May 2013 22:01:55 +0000
(
00:01
+0200)
committer
Johan 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2aa06d3
..
3ae6fbe
100644
(file)
--- 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)