##// END OF EJS Templates
Stable Release 2.0.0
Stable Release 2.0.0

File last commit:

r15:0b6bc80f1fc5 alexis
r30:0729a911bdcd release
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" "$@"