##// END OF EJS Templates
Now totaly stable on linux read timeout = 100ms
Now totaly stable on linux read timeout = 100ms

File last commit:

r3:c463c7242078 alexis
r13:b220a9e23d54 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" "$@"