aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2014-12-09 17:27:54 -0800
committerJoshua Haberman <jhaberman@gmail.com>2014-12-09 17:27:54 -0800
commit261fe97a63316a4a4918afcaa6c8c0f4b0da45fc (patch)
treeda0022d2cbe3a0700c02765a02e1be5a8b0c4f30 /autogen.sh
parenta0d9c59a7604139401cab78a27542b23f5724c19 (diff)
parent973f425725f1cc18211992792f2aed83d3d73831 (diff)
downloadprotobuf-261fe97a63316a4a4918afcaa6c8c0f4b0da45fc.tar.gz
protobuf-261fe97a63316a4a4918afcaa6c8c0f4b0da45fc.tar.bz2
protobuf-261fe97a63316a4a4918afcaa6c8c0f4b0da45fc.zip
Merge pull request #121 from cfallin/master
Provide a Ruby extension.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c3e026d2..8e455e98 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,5 +37,9 @@ 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