summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-25 18:51:39 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 14:03:33 +0100
commitbc282d843d9326233c25f7715c8006b890f89d52 (patch)
tree52ec1592f246539b2beb578831802bd4064e6b50 /source4/configure.ac
parenteff6a8c25671c9955159b15e3d36734f6a6b327c (diff)
downloadsamba-bc282d843d9326233c25f7715c8006b890f89d52.tar.gz
samba-bc282d843d9326233c25f7715c8006b890f89d52.tar.bz2
samba-bc282d843d9326233c25f7715c8006b890f89d52.zip
Move configure output details out of perl code.
(This used to be commit e33f357fb00cd504181562eaf2ca1d4511d5ec51)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index b609b4f52c..66556ad641 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -226,3 +226,12 @@ AC_FOREACH([AC_Var], m4_defn([_AC_SUBST_VARS]), [
AC_Var = $AC_Var])
$MAKE_SETTINGS
CEOF
+
+if test $USESHARED = true
+then
+ echo "To run binaries without installing, set the following environment variable:"
+ echo "$ac_cv_LIB_PATH_VAR=$builddir/bin/shared"
+fi
+
+echo
+echo "To build Samba, run $ac_cv_path_MAKE"