##// END OF EJS Templates
Win32 read timeout between bytes set to a more realistic value
Win32 read timeout between bytes set to a more realistic value

File last commit:

r15:0b6bc80f1fc5 alexis
r43:a38235df29ea alexis
Show More
autogen.sh
6 lines | 187 B | application/x-sh | BashLexer
#!/bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"