aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index d666061f5a..fb16f95b6b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -14,10 +14,6 @@ autoreconf -vif lib/cpluff
autoreconf -vif lib/libdvd/libdvdread
autoreconf -vif lib/libdvd/libdvdnav
-# remove the following line if we're keeping a permanent copy in our tree
-make -f Makefile.in -C lib/libcec download
-autoreconf -vif lib/libcec/libcec
-
# Clean the generated files
find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;