9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
libtoolize --automake --copy --force
|
||
|
aclocal -I m4
|
||
|
autoheader
|
||
|
autoconf
|
||
|
automake --add-missing --copy
|
||
|
|