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