7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
#!/bin/sh -x
|
||
|
|
||
|
aclocal-1.7
|
||
|
libtoolize --copy --force
|
||
|
autoconf
|
||
|
automake-1.7 --foreign --add-missing --copy --include-deps
|