summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/build/docker/scripts/autotools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/jaegertracing/thrift/build/docker/scripts/autotools.sh')
-rwxr-xr-xsrc/jaegertracing/thrift/build/docker/scripts/autotools.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jaegertracing/thrift/build/docker/scripts/autotools.sh b/src/jaegertracing/thrift/build/docker/scripts/autotools.sh
new file mode 100755
index 000000000..8388f728c
--- /dev/null
+++ b/src/jaegertracing/thrift/build/docker/scripts/autotools.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -ev
+
+./bootstrap.sh
+./configure $*
+make check -j3