summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-19 16:48:49 +0100
committerMichael Adam <obnox@samba.org>2008-02-19 17:39:40 +0100
commit07f4f95b1408933a315bf6bcbdfe085fcd64dbfd (patch)
treea71362dfacdf7658d379ab84086635e72a9b3253 /source3/configure.in
parent3b3b80a3653863533c9a20833e9bf75330be5c0a (diff)
downloadsamba-07f4f95b1408933a315bf6bcbdfe085fcd64dbfd.tar.gz
samba-07f4f95b1408933a315bf6bcbdfe085fcd64dbfd.tar.bz2
samba-07f4f95b1408933a315bf6bcbdfe085fcd64dbfd.zip
build: change selftest_prefix from ./ to ./st .
It was used as ${selftest_prefix}/st anyways... Michael (This used to be commit 1f3bfa024d61ccb87655db2c616b28adb50d6783)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index cc71ccfc18..cf926ad8d6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -269,7 +269,7 @@ AC_SUBST(pammodulesdir)
#################################################
# set prefix for 'make test'
-selftest_prefix="./"
+selftest_prefix="./st"
AC_SUBST(selftest_prefix)
AC_ARG_WITH(selftest-prefix,
[AS_HELP_STRING([--with-selftest-prefix=DIR], [The prefix where make test will be run ($selftest_prefix)])],