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