Remove LiveTV menu.
[vuplus_xbmc] / bootstrap
index 35fbda0..77191ef 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,17 +1,3 @@
 #!/bin/sh
-
-set -e
-
-autoreconf -vif
-autoreconf -vif lib/cpluff
-# order matters with libdvd and friends
-[ -d lib/libdvd/libdvdcss ] && \
-  autoreconf -vif lib/libdvd/libdvdcss
-autoreconf -vif lib/libdvd/libdvdread
-autoreconf -vif lib/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