moolticute-pass/bootstrap.sh

8 lines
140 B
Bash
Executable File

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