repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
auth/credentials: a temporary MEMORY ccache needs krb5_cc_destroy()
[Samba.git]
/
lib
/
texpect
/
wscript
blob
44f92a85136668d68ee88f2ea32898d716ba32d9
1
#!/usr/bin/env python
2
3
def
configure
(
conf
):
4
conf
.
CHECK_FUNCS_IN
(
'openpty'
,
'util'
,
checklibc
=
True
,
headers
=
'pty.h util.h bsd/libutil.h libutil.h'
)
5
6
def
build
(
bld
):
7
bld
.
SAMBA_BINARY
(
'texpect'
,
8
'texpect.c'
,
9
deps
=
'popt util replace sys_rw'
,
10
for_selftest
=
True
)