From fa1eb83dca7f7e74af76004d3757063bbcc770fd Mon Sep 17 00:00:00 2001 From: guowentao Date: Fri, 16 Jun 2023 10:47:00 +0800 Subject: [PATCH] add bootstrap for source code compilation Signed-off-by: guowentao --- 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