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


_______________________________________________
Xenomai mailing list
[email protected]
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to