moolticute-pass/bootstrap.sh

8 lines
140 B
Bash
Raw Normal View History

2018-04-06 13:24:42 +02:00
#! /bin/sh
(cd libmoolticute-c;./bootstrap.sh) \
&& aclocal \
&& libtoolize \
&& autoheader \
&& automake --gnu --add-missing \
&& autoconf