diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-09-15 16:01:03 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-09-18 10:20:59 +0200 |
commit | 52b6281718b0e005ad5a23b8157911ee94b44320 (patch) | |
tree | 6ea73d7f2f1435c01403ce1ceb8609fafaa1e33b /bootstrap | |
parent | fadab05319e0464ca6caa3c39a0fde352181a15d (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-x | bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 {} \; |