From: Michael Adam Date: Fri, 15 Aug 2008 22:33:04 +0000 (+0200) Subject: configure: use AS_HELP_STRING for --with-selftest-prefix. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea4f597acf743fa783be3e5809e24aebc79f238;p=thirdparty%2Fsamba.git configure: use AS_HELP_STRING for --with-selftest-prefix. Michael --- diff --git a/source/build/m4/check_path.m4 b/source/build/m4/check_path.m4 index 52f88f184fa..e03f13391c6 100644 --- a/source/build/m4/check_path.m4 +++ b/source/build/m4/check_path.m4 @@ -170,7 +170,7 @@ AC_SUBST(modulesdir) selftest_prefix="./st" AC_SUBST(selftest_prefix) AC_ARG_WITH(selftest-prefix, -[ --with-selftest-prefix=DIR The prefix where make test will be run ($selftest_prefix)], +[AS_HELP_STRING([--with-selftest-prefix=DIR],[The prefix where make test will be run ($selftest_prefix)])], [ case "$withval" in yes|no) AC_MSG_WARN([--with-selftest-prefix called without argument - will use default])