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