7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
aclocal \
|
||
|
&& automake --gnu --add-missing \
|
||
|
&& autoconf
|
||
|
|