configure: use AS_HELP_STRING for --with-selftest-prefix.
authorMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:33:04 +0000 (00:33 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:49:20 +0000 (00:49 +0200)
Michael

source/build/m4/check_path.m4

index 52f88f184faaf932981a47965d6813a104e2656a..e03f13391c672f14af2ebf7c6fd80cf0f799d0e1 100644 (file)
@@ -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])