From: Marcel Holtmann <marcel@holtmann.org>
To: Stefan Seyfried <seife@suse.de>
Cc: BlueZ devel list <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH] fix UDEV_DATADIR fallback if pkg-config fails
Date: Tue, 07 Jul 2009 10:18:44 -0700 [thread overview]
Message-ID: <1246987124.3384.2.camel@localhost.localdomain> (raw)
In-Reply-To: <20090707095710.4ab1e03c@stoetzler>
Hi Stefan,
> ---
> acinclude.m4 | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/acinclude.m4 b/acinclude.m4
> index 48728e8..2018169 100644
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -111,9 +111,11 @@ AC_DEFUN([AC_INIT_BLUEZ], [
> AC_SUBST(CONFIGDIR, "${configdir}")
> AC_SUBST(STORAGEDIR, "${storagedir}")
>
> - UDEV_DATADIR="`$PKG_CONFIG --variable=udevdir udev`/rules.d"
> + UDEV_DATADIR="`$PKG_CONFIG --variable=udevdir udev`"
> if (test -z "${UDEV_DATADIR}"); then
> UDEV_DATADIR="${sysconfdir}/udev/rules.d"
> + else
> + UDEV_DATADIR="${UDEV_DATADIR}/rules.d"
> fi
> AC_SUBST(UDEV_DATADIR)
> ])
brown paper bag is one me :(
Patch has been applied. Thanks.
Regards
Marcel
prev parent reply other threads:[~2009-07-07 17:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-07 7:57 [PATCH] fix UDEV_DATADIR fallback if pkg-config fails Stefan Seyfried
2009-07-07 17:18 ` Marcel Holtmann [this message]
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=1246987124.3384.2.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=seife@suse.de \
/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