From 8988b3bef0760b4cab8144715cc3d8f55688861c Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 28 Dec 2016 15:37:31 -0700 Subject: [PATCH] add bootstrap script --- bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..83328e3 --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal \ +&& autoheader \ +&& automake --gnu --add-missing \ +&& autoconf + -- 2.43.0