build libcpluff, will be dlloaded from system
[vuplus_xbmc] / bootstrap
1 #!/bin/sh
2
3 set -e
4
5 autoreconf -vif
6 autoreconf -vif lib/cpluff
7 autoreconf -vif xbmc/lib/libass
8 autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav
9
10 echo "Please (re)run configure..."
11