From 2c641496912e04fbd2d868080492f8cfe7e0cb44 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 4 Dec 2019 17:33:56 -0500 Subject: [PATCH] Add bootstrap script Signed-off-by: Simon Marchi --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..87a491c --- /dev/null +++ b/bootstrap @@ -0,0 +1,4 @@ +#!/bin/sh + +set -x +autoreconf -vi -- 2.34.1