From 43c227b94d1745606319e78b2290a18463f244e2 Mon Sep 17 00:00:00 2001 From: Nikolay Simakov Date: Thu, 20 Aug 2020 13:29:00 -0400 Subject: [PATCH] added bootstrap.sh to init autotools --- bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..52cc0aa --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +aclocal +autoheader +autoconf +automake --add-missing --copy