public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] add CONFIGDIR and STORAGEDIR as AC_SUBST
@ 2009-06-27 15:01 Filippo Giunchedi
  2009-06-27 15:01 ` [PATCH 2/4] use CONFIGDIR and STORAGEDIR in src/bluetoothd.8 Filippo Giunchedi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Filippo Giunchedi @ 2009-06-27 15:01 UTC (permalink / raw)
  To: linux-bluetooth

---
 acinclude.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index eb7cdeb..e8626ff 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -107,6 +107,9 @@ AC_DEFUN([AC_INIT_BLUEZ], [
 				[Directory for the configuration files])
 	AC_DEFINE_UNQUOTED(STORAGEDIR, "${storagedir}",
 				[Directory for the storage files])
+
+	AC_SUBST(CONFIGDIR, "${configdir}")
+	AC_SUBST(STORAGEDIR, "${storagedir}")
 ])
 
 AC_DEFUN([AC_PATH_DBUS], [
-- 
1.6.3.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-30 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-27 15:01 [PATCH 1/4] add CONFIGDIR and STORAGEDIR as AC_SUBST Filippo Giunchedi
2009-06-27 15:01 ` [PATCH 2/4] use CONFIGDIR and STORAGEDIR in src/bluetoothd.8 Filippo Giunchedi
2009-06-27 15:01 ` [PATCH 3/4] use CONFIGDIR and STORAGEDIR in src/hcid.conf.5 Filippo Giunchedi
2009-06-27 15:01 ` [PATCH 4/4] remove trailing whitespaces in manpages Filippo Giunchedi
2009-06-27 15:05 ` [PATCH 5/4] ignore newly generated manpages Filippo Giunchedi
2009-06-30 13:32 ` [PATCH 1/4] add CONFIGDIR and STORAGEDIR as AC_SUBST Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox