10 lines
145 B
Text
10 lines
145 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rm -f config.cache
|
||
|
rm -f acconfig.cache
|
||
|
rm -f libtool */libtool
|
||
|
|
||
|
libtoolize --force --copy --nonrecursive
|
||
|
autoreconf -v --install $@
|
||
|
|