summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-07-24 23:30:13 +0000
committerTim Potter <tpot@samba.org>2001-07-24 23:30:13 +0000
commitbec370b07916fb2f601f505d2482beb5c284b472 (patch)
tree01ef55004f0fee1e64090352f020fe26ccc5d23c /source3/configure.in
parent1cbae7315f99835ee294ce96858f73b5f8a18cfe (diff)
downloadsamba-bec370b07916fb2f601f505d2482beb5c284b472.tar.gz
samba-bec370b07916fb2f601f505d2482beb5c284b472.tar.bz2
samba-bec370b07916fb2f601f505d2482beb5c284b472.zip
Store winbindd in the sbin directory. Make the winbind pam module also as
a sbin program. Currently the pam and nss modules are installed into @prefix@/sbin - I'm not sure whether this is a good idea or not. Perhaps they should be left in the build tree and copied across as needed by hand or a packaging tool. (This used to be commit 09af934c4aa295bec494740d94de76e5e4497887)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 91e3135418..a7b51578ff 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2270,10 +2270,11 @@ AC_MSG_CHECKING(whether to compile winbind)
case "$host_os" in
*linux*|*solaris*)
- WINBIND_TARGETS="$WINBIND_TARGETS \$(WINBIND_PROGS)"
+ WINBIND_TARGETS="\$(WINBIND_PROGS)"
+ WINBIND_STARGETS="\$(WINBIND_SPROGS)"
case "$with_pam" in
yes)
- WINBIND_TARGETS="$WINBIND_TARGETS \$(WINBIND_PAM_PROGS)"
+ WINBIND_STARGETS="$WINBIND_STARGETS \$(WINBIND_PAM_PROGS)"
;;
*)
esac
@@ -2290,6 +2291,7 @@ AC_ARG_WITH(winbind,
case "$withval" in
no)
WINBIND_TARGETS=""
+ WINBIND_STARGETS=""
winbind_reason=""
;;
esac ],
@@ -2302,6 +2304,7 @@ else
fi
AC_SUBST(WINBIND_TARGETS)
+AC_SUBST(WINBIND_STARGETS)
#################################################
# final configure stuff