From 973f425725f1cc18211992792f2aed83d3d73831 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Tue, 18 Nov 2014 14:19:58 -0800 Subject: Provide a Ruby extension. This adds a Ruby extension in ruby/ that is based on the 'upb' library (now included as a submodule), and adds support for Ruby code generation to the protoc compiler. --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autogen.sh') 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 -- cgit v1.2.3