aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-05-14 14:26:22 -0400
committerS. Davilla <davilla@4pi.com>2011-05-14 14:27:16 -0400
commitf7619ffcd5742aa91f04bde3fbd10c1bc05fa442 (patch)
tree97d312e1b6b46d6a3f3662078192eeb290628d13 /bootstrap
parentf195dadba289dd5e50671b226dfa11fac35b4628 (diff)
[grr] time to add some more items to bootstrap, seeing auto-configures during make
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 35fbda091e..73866e2136 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,6 +3,9 @@
set -e
autoreconf -vif
+autoreconf -vif lib/libid3tag/libid3tag
+audoreconf -vif xbmc/screensavers/rsxs-0.9
+autoreconf -vif lib/libapetag
autoreconf -vif lib/cpluff
# order matters with libdvd and friends
[ -d lib/libdvd/libdvdcss ] && \