From: Fam Zheng <famz@redhat.com>
To: Liu Yuan <namei.unix@gmail.com>
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2] configure: make libnfs not_found message user friendly
Date: Mon, 14 Jul 2014 11:05:03 +0800 [thread overview]
Message-ID: <20140714030503.GB4606@T430.redhat.com> (raw)
In-Reply-To: <1405135060-25369-1-git-send-email-namei.unix@gmail.com>
On Sat, 07/12 11:17, Liu Yuan wrote:
> Cc: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Liu Yuan <namei.unix@gmail.com>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 7dd43fd..78e7baf 100755
> --- a/configure
> +++ b/configure
> @@ -3996,7 +3996,7 @@ if test "$libnfs" != "no" ; then
> LIBS="$LIBS $libnfs_libs"
> else
> if test "$libnfs" = "yes" ; then
> - feature_not_found "libnfs"
> + feature_not_found "libnfs" "Install libnfs-devel >= 1.9.3"
I notice that other occasions of feature_not_found doesn't add "-" between
package and devel.
Fam
next prev parent reply other threads:[~2014-07-14 3:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-12 3:17 [Qemu-devel] [PATCH v2] configure: make libnfs not_found message user friendly Liu Yuan
2014-07-14 3:05 ` Fam Zheng [this message]
2014-07-14 3:06 ` Hu Tao
2014-07-15 14:16 ` Stefan Hajnoczi
2014-07-18 7:05 ` Liu Yuan
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=20140714030503.GB4606@T430.redhat.com \
--to=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=namei.unix@gmail.com \
--cc=qemu-devel@nongnu.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).