##// END OF EJS Templates
added 3Mbaud for win32
added 3Mbaud for win32

File last commit:

r15:0b6bc80f1fc5 alexis
r42:a68a89f1a369 alexis
Show More
autogen.sh
6 lines | 187 B | application/x-sh | BashLexer
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 #!/bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"