fixed: libbdnav REALLY wants the m4 dir to be there.
[vuplus_xbmc] / bootstrap
1 #!/bin/sh
2
3 autoreconf -vif
4 autoreconf -vif xbmc/lib/libass
5 autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav
6
7 echo "Please (re)run configure..."
8