All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] Fix quoting in configure.ac
@ 2018-10-31 20:02 Chuck Lever
  2018-10-31 20:02 ` [PATCH v1 2/3] Harden configure.ac checks for libxml2 Chuck Lever
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Chuck Lever @ 2018-10-31 20:02 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

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"])


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-29 18:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.