8 строки
182 B
Plaintext
8 строки
182 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
||
|
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
|
||
|
${AUTOHEADER:-autoheader}
|
||
|
${AUTOCONF:-autoconf}
|
||
|
${AUTOMAKE:-automake} --add-missing
|