aboutsummaryrefslogtreecommitdiffstats
path: root/TPM2-Plugin/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'TPM2-Plugin/bootstrap')
-rwxr-xr-xTPM2-Plugin/bootstrap8
1 files changed, 8 insertions, 0 deletions
diff --git a/TPM2-Plugin/bootstrap b/TPM2-Plugin/bootstrap
new file mode 100755
index 0000000..2a09c33
--- /dev/null
+++ b/TPM2-Plugin/bootstrap
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+#autoreconf --install --sym
+
+AUTORECONF=${AUTORECONF:-autoreconf}
+
+${AUTORECONF} --install --sym
+