source: vendor/current/lib/texpect/wscript

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 254 bytes
Line 
1#!/usr/bin/env python
2
3def configure(conf):
4 conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h')
5
6def 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.