All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PATCH v1] configure: fix the help string for demodir
@ 2017-04-14 17:54 Göktürk Yüksek
  2017-04-15 14:49 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Göktürk Yüksek @ 2017-04-14 17:54 UTC (permalink / raw)
  To: xenomai

The help string uses '--with-demo' instead of '--with-demodir',
misinforming the user about the correct option to pass.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4792e46..d6354f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -746,7 +746,7 @@ AC_MSG_RESULT($XENO_TEST_DIR)
 demodir='${exec_prefix}/demo'
 AC_MSG_CHECKING(location for demo programs)
 AC_ARG_WITH(demodir,
-    AS_HELP_STRING([--with-demo=<demo-program-dir>],[location for demo programs (defaults to $prefix/demo)]),
+    AS_HELP_STRING([--with-demodir=<demo-program-dir>],[location for demo programs (defaults to $prefix/demo)]),
     [
 	case "$withval" in
 	"" | y | ye | yes | n | no)
-- 
2.10.2



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

* Re: [Xenomai] [PATCH v1] configure: fix the help string for demodir
  2017-04-14 17:54 [Xenomai] [PATCH v1] configure: fix the help string for demodir Göktürk Yüksek
@ 2017-04-15 14:49 ` Philippe Gerum
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2017-04-15 14:49 UTC (permalink / raw)
  To: Göktürk Yüksek, xenomai

On 04/14/2017 07:54 PM, Göktürk Yüksek wrote:
> The help string uses '--with-demo' instead of '--with-demodir',
> misinforming the user about the correct option to pass.
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 4792e46..d6354f1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -746,7 +746,7 @@ AC_MSG_RESULT($XENO_TEST_DIR)
>  demodir='${exec_prefix}/demo'
>  AC_MSG_CHECKING(location for demo programs)
>  AC_ARG_WITH(demodir,
> -    AS_HELP_STRING([--with-demo=<demo-program-dir>],[location for demo programs (defaults to $prefix/demo)]),
> +    AS_HELP_STRING([--with-demodir=<demo-program-dir>],[location for demo programs (defaults to $prefix/demo)]),
>      [
>  	case "$withval" in
>  	"" | y | ye | yes | n | no)
> 

Merged, thanks.

-- 
Philippe.


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

end of thread, other threads:[~2017-04-15 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14 17:54 [Xenomai] [PATCH v1] configure: fix the help string for demodir Göktürk Yüksek
2017-04-15 14:49 ` Philippe Gerum

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.