The branch, v3-2-test has been updated via 5721a511d8dd327717bcd9c2053c4bd08f01185c (commit) from 5bf02c6cdf6fc4596827755f7d659709adb0a7d6 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log ----------------------------------------------------------------- commit 5721a511d8dd327717bcd9c2053c4bd08f01185c Author: Michael Adam <[EMAIL PROTECTED]> Date: Mon Nov 5 15:16:11 2007 +0100 Fix a typo. Michael ----------------------------------------------------------------------- Summary of changes: source/configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source/configure.in b/source/configure.in index 1b282ae..02ca8ac 100644 --- a/source/configure.in +++ b/source/configure.in @@ -393,7 +393,7 @@ AC_SUBST(SWAT_INSTALL_TARGETS) selftest_prefix="./" AC_SUBST(selftest_prefix) AC_ARG_WITH(selftest-prefix, -[ --with-selftest-prefix=DIR The prefix where make test will be runned ($selftest_prefix)], +[ --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]) -- Samba Shared Repository