tpm2-tss-engine/0001-add-bootstrap-for-source-code-compilation.patch
wangyoukang ec33c0fc4b add bootstrap for source code compilation
Signed-off-by: wangyoukang <wangyoukang@xfusion.com>
2023-08-01 10:22:48 +08:00

26 lines
537 B
Diff

From fa1eb83dca7f7e74af76004d3757063bbcc770fd Mon Sep 17 00:00:00 2001
From: guowentao <guowentao@xfusion.com>
Date: Fri, 16 Jun 2023 10:47:00 +0800
Subject: [PATCH] add bootstrap for source code compilation
Signed-off-by: guowentao <guowentao@xfusion.com>
---
bootstrap | 5 +++++
1 file changed, 5 insertions(+)
create mode 100755 bootstrap
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..15d77fc
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+set -e
+
+autoreconf --install --sym
--
2.27.0