aboutsummaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index c18474bf..08966c63 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -39,9 +39,5 @@ sed -i -e 's/RuntimeLibrary="5"/RuntimeLibrary="3"/g;
# TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings.
autoreconf -f -i -Wall,no-obsolete
-# pull down git submodules.
-git submodule init
-git submodule update
-
rm -rf autom4te.cache config.h.in~
exit 0