From: Ville Tervo <ville.tervo@nokia.com>
To: ext Sheldon Demario <sheldon.demario@openbossa.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/6] Include check to readline lib on acinlude.m4
Date: Fri, 28 Jan 2011 07:37:29 +0200 [thread overview]
Message-ID: <20110128053729.GM874@null> (raw)
In-Reply-To: <1296155342-31956-1-git-send-email-sheldon.demario@openbossa.org>
Hi Sheldon,
On Thu, Jan 27, 2011 at 04:08:57PM -0300, ext Sheldon Demario wrote:
> ---
> acinclude.m4 | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/acinclude.m4 b/acinclude.m4
> index ecf4b4b..f27d4eb 100644
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -153,6 +153,13 @@ AC_DEFUN([AC_PATH_SNDFILE], [
> AC_SUBST(SNDFILE_LIBS)
> ])
>
> +AC_DEFUN([AC_PATH_READLINE], [
> + AC_CHECK_LIB(readline, main,
> + [ readline_found=yes
> + AC_SUBST(READLINE_LIBS, "-lreadline")
> + ], readline_found=no)
> +])
> +
This doesn't check if header files exists.
> AC_DEFUN([AC_PATH_OUI], [
> AC_ARG_WITH(ouifile,
> AS_HELP_STRING([--with-ouifile=PATH],[Path to the oui.txt file @<:@auto@:>@]),
--
Ville
next prev parent reply other threads:[~2011-01-28 5:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-27 19:08 [PATCH 1/6] Include check to readline lib on acinlude.m4 Sheldon Demario
2011-01-27 19:08 ` [PATCH 2/6] Add an interactive mode to gatttool Sheldon Demario
2011-01-27 19:08 ` [PATCH 3/6] Add support to primary services discover on interactive mode in gatttool Sheldon Demario
2011-01-27 19:09 ` [PATCH 4/6] Add support to characteristics read " Sheldon Demario
2011-01-27 19:09 ` [PATCH 5/6] Add support to char descriptor discover " Sheldon Demario
2011-01-27 19:09 ` [PATCH 6/6] Add support to change uuid " Sheldon Demario
2011-01-28 5:37 ` Ville Tervo [this message]
2011-01-31 17:23 ` [PATCH 1/6 v2] Include check to readline lib on acinlude.m4 Sheldon Demario
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=20110128053729.GM874@null \
--to=ville.tervo@nokia.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=sheldon.demario@openbossa.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;
as well as URLs for NNTP newsgroup(s).