aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2012-09-15 16:01:03 +0200
committerLars Op den Kamp <lars@opdenkamp.eu>2012-09-18 10:20:59 +0200
commit52b6281718b0e005ad5a23b8157911ee94b44320 (patch)
tree6ea73d7f2f1435c01403ce1ceb8609fafaa1e33b /bootstrap
parentfadab05319e0464ca6caa3c39a0fde352181a15d (diff)
[pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, so these can be built and run within the tree.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index cc06770e24..86b5189975 100755
--- a/bootstrap
+++ b/bootstrap
@@ -15,6 +15,10 @@ autoreconf -vif lib/libdvd/libdvdread
autoreconf -vif lib/libdvd/libdvdnav
autoreconf -vif lib/gtest
+if [ -f pvr-addons/Makefile.am ]; then
+ autoreconf -vif pvr-addons
+fi
+
# Clean the generated files
find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;