aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2012-06-19 11:04:17 -0400
committerAndres Mejia <amejia004@gmail.com>2012-09-05 15:07:36 -0400
commit2eae5750fd7a87ddd0df3c2c9d693d4943b45551 (patch)
tree003a87d9ed551fe87f329e08b2e57475677a456d /bootstrap
parent79d0e5b72307735821813e1b05744e4a84cda4e9 (diff)
[GSOC] Add gtest directory to be bootstrapped.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index fb16f95b6b..cc06770e24 100755
--- a/bootstrap
+++ b/bootstrap
@@ -13,6 +13,7 @@ autoreconf -vif lib/cpluff
autoreconf -vif lib/libdvd/libdvdcss
autoreconf -vif lib/libdvd/libdvdread
autoreconf -vif lib/libdvd/libdvdnav
+autoreconf -vif lib/gtest
# Clean the generated files
find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;