australis/vendor/git.apache.org/thrift.git/build/docker/scripts/autotools.sh
2018-10-23 23:32:59 -07:00

6 lines
64 B
Bash
Executable file

#!/bin/sh
set -ev
./bootstrap.sh
./configure $*
make check -j3