2007-12-30 17:41:49 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
rm -f config.cache
|
|
|
|
rm -f acconfig.cache
|
2010-07-14 03:50:18 +02:00
|
|
|
rm -f libtool */libtool
|
2007-12-30 17:41:49 +01:00
|
|
|
|
2010-03-10 22:51:36 +01:00
|
|
|
libtoolize --force --copy --nonrecursive
|
2009-12-26 22:30:35 +01:00
|
|
|
autoreconf -v --install $@
|
2009-12-09 16:30:46 +01:00
|
|
|
|