aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 1e97a72a..08966c63 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,12 +15,6 @@ __EOF__
exit 1
fi
-if test -e .git; then
- # pull down git submodules.
- git submodule init
- git submodule update
-fi
-
# Check that gtest is present. Usually it is already there since the
# directory is set up as an SVN external.
if test ! -e gtest; then