ADD: added autotools bootstrap file

This commit is contained in:
Dominik Meyer 2018-04-06 13:24:42 +02:00
parent 4648d8d931
commit 2e3c8e56d7
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 7 additions and 0 deletions

7
bootstrap.sh Executable file
View File

@ -0,0 +1,7 @@
#! /bin/sh
(cd libmoolticute-c;./bootstrap.sh) \
&& aclocal \
&& libtoolize \
&& autoheader \
&& automake --gnu --add-missing \
&& autoconf