X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=bootstrap;h=77191ef5698cfb20c4ab87313c7853333c869888;hb=636ddf5cd77c5e226f5046b147272b3e3eb9f947;hp=22e62dfa05a0e9cf27dc0c568b8d480331bbd0c3;hpb=7641b8c142200d1b5c3e94f80fe5af885279d2cf;p=vuplus_xbmc diff --git a/bootstrap b/bootstrap index 22e62df..77191ef 100755 --- a/bootstrap +++ b/bootstrap @@ -1,19 +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 -# 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