All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuck Lever <chuck.lever@oracle.com>
To: Steve Dickson <SteveD@RedHat.com>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH v1 1/3] Fix quoting in configure.ac
Date: Thu, 29 Nov 2018 13:47:21 -0500	[thread overview]
Message-ID: <3A3A5920-5F9D-4268-88AF-C53A34B2202F@oracle.com> (raw)
In-Reply-To: <2d71fb1b-d0dc-df8e-f201-0badd56d9244@RedHat.com>



> On Nov 29, 2018, at 1:46 PM, Steve Dickson <SteveD@RedHat.com> wrote:
> 
> 
> 
> On 10/31/18 4:02 PM, Chuck Lever wrote:
>> Replace an unmatched single quote to help syntax coloring editors.
>> 
>> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
>> ---
>> configure.ac |    2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/configure.ac b/configure.ac
>> index cf1c4b9..16eae06 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -165,7 +165,7 @@ AC_ARG_ENABLE(uuid,
>> 	choose_blkid=default)
>> AC_ARG_ENABLE(mount,
>> 	[AC_HELP_STRING([--disable-mount],
>> -		[Don't build mount.nfs and do use the util-linux mount(8) functionality. @<:@default=no@:>@])],
>> +		[Do not build mount.nfs and do use the util-linux mount(8) functionality. @<:@default=no@:>@])],
>> 	enable_mount=$enableval,
>> 	enable_mount=yes)
>> 	AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])
>> 
> All three patches committed.... 

Excellent, thanks!


--
Chuck Lever




      reply	other threads:[~2018-11-29 18:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-31 20:02 [PATCH v1 1/3] Fix quoting in configure.ac Chuck Lever
2018-10-31 20:02 ` [PATCH v1 2/3] Harden configure.ac checks for libxml2 Chuck Lever
2018-10-31 20:02 ` [PATCH v1 3/3] Finish port of junction support to nfs-utils Chuck Lever
2018-11-27 16:45   ` Chuck Lever
2018-11-28 21:00     ` Steve Dickson
2018-11-28 21:05       ` Chuck Lever
2018-11-29 18:37         ` Steve Dickson
2018-11-29 18:46 ` [PATCH v1 1/3] Fix quoting in configure.ac Steve Dickson
2018-11-29 18:47   ` Chuck Lever [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=3A3A5920-5F9D-4268-88AF-C53A34B2202F@oracle.com \
    --to=chuck.lever@oracle.com \
    --cc=SteveD@RedHat.com \
    --cc=linux-nfs@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.