From 2e3c8e56d75917611e46540f408111b58ccf1112 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 6 Apr 2018 13:24:42 +0200 Subject: [PATCH] ADD: added autotools bootstrap file --- bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..52ea12a --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#! /bin/sh +(cd libmoolticute-c;./bootstrap.sh) \ +&& aclocal \ +&& libtoolize \ +&& autoheader \ +&& automake --gnu --add-missing \ +&& autoconf