From: Filippo Giunchedi <filippo@esaurito.net>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH 1/4] add CONFIGDIR and STORAGEDIR as AC_SUBST
Date: Sat, 27 Jun 2009 17:01:37 +0200 [thread overview]
Message-ID: <1246114900-14482-1-git-send-email-filippo@esaurito.net> (raw)
---
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
next reply other threads:[~2009-06-27 15:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-27 15:01 Filippo Giunchedi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1246114900-14482-1-git-send-email-filippo@esaurito.net \
--to=filippo@esaurito.net \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox