aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 3b60fc6..ad5e7bd 100755
--- a/bootstrap
+++ b/bootstrap
@@ -39,5 +39,12 @@ else
git submodule update
fi
+if [ -x src/jtag/drivers/libjaylink/autogen.sh ]; then
+ (
+ cd src/jtag/drivers/libjaylink
+ ./autogen.sh
+ )
+fi
+
echo "Bootstrap complete. Quick build instructions:"
echo "./configure ...."