ADD: added autotools bootstrap file
This commit is contained in:
parent
4648d8d931
commit
2e3c8e56d7
7
bootstrap.sh
Executable file
7
bootstrap.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#! /bin/sh
|
||||
(cd libmoolticute-c;./bootstrap.sh) \
|
||||
&& aclocal \
|
||||
&& libtoolize \
|
||||
&& autoheader \
|
||||
&& automake --gnu --add-missing \
|
||||
&& autoconf
|
Loading…
Reference in New Issue
Block a user