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
torture3: Fix a typo
[Samba.git]
/
lib
/
texpect
/
wscript
blob
62a1d4dbb94a57da80ab5defe39e9bf3c9c6e625
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'
,
'texpect.c'
,
deps
=
'popt util'
,
install
=
False
)