11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
|
#!/bin/sh -x
|
||
|
|
||
|
aclocal
|
||
|
libtoolize --copy --force
|
||
|
autoconf
|
||
|
|
||
|
autoheader
|
||
|
|
||
|
automake --foreign --add-missing --copy --include-deps
|
||
|
|