10 lines
138 B
Plaintext
10 lines
138 B
Plaintext
|
#!/bin/sh
|
||
|
set -x
|
||
|
aclocal -I m4
|
||
|
libtoolize --copy --force
|
||
|
autoheader
|
||
|
autoconf
|
||
|
automake --add-missing --force-missing --copy
|
||
|
rm -f COPYING
|
||
|
|