8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
aclocal && \
|
||
|
autoheader && \
|
||
|
libtoolize --automake --copy --force && \
|
||
|
automake --add-missing --copy && \
|
||
|
autoconf
|