source:
vendor/current/lib/texpect/wscript
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 254 bytes |
Line | |
---|---|
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 replace', install=False) |
Note:
See TracBrowser
for help on using the repository browser.