X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=bootstrap;h=77191ef5698cfb20c4ab87313c7853333c869888;hb=cef20295c74bf481f08c39c734a57c18be6303be;hp=8485ea7b7021f8f6c94702e8082f80b9d788da31;hpb=d4679b633fff1c400cead3937e898708846d4b9a;p=vuplus_xbmc diff --git a/bootstrap b/bootstrap index 8485ea7..77191ef 100755 --- a/bootstrap +++ b/bootstrap @@ -1,20 +1,3 @@ #!/bin/sh - -set -e - -autoreconf -vif -autoreconf -vif lib/cpluff -# we must autoreconf libass as we don't know till later if it's used. -autoreconf -vif lib/libass -autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav -# order matters with libbdnav and friends -[ -d xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss ] && \ - autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss -autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread -autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdnav - -# Clean the generated files -find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \; - -echo "Please (re)run configure..." - +BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk +BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk