blob: c84fa0b0aba7a42b666bc28523d78f142638c962 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
autoreconf -vif
autoreconf -vif xbmc/lib/libass
autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav
autoreconf -vif xbmc/screensavers/rsxs-0.9/
autoreconf -vif lib/libmodplug/
echo "Please (re)run configure..."
|