blob: 667452f63df4c344c2cf055f87625ec5f2d5b076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
set -e
autoreconf -vif
autoreconf -vif lib/cpluff
autoreconf -vif xbmc/lib/libass
autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav
echo "Please (re)run configure..."
|