summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:33:04 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:20 +0200
commit37b6e7886b47578bf55c894dc88b7929ef1f5b96 (patch)
treed2e1b5004be3a7aa67bc1fccfb34fca7255d22c6 /source4/build
parent56bf6489a63050fc8d3eda8a92487896471026eb (diff)
downloadsamba-37b6e7886b47578bf55c894dc88b7929ef1f5b96.tar.gz
samba-37b6e7886b47578bf55c894dc88b7929ef1f5b96.tar.bz2
samba-37b6e7886b47578bf55c894dc88b7929ef1f5b96.zip
configure: use AS_HELP_STRING for --with-selftest-prefix.
Michael (This used to be commit eea4f597acf743fa783be3e5809e24aebc79f238)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index 52f88f184f..e03f13391c 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/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])