From 91473dcebfbd90a8e256568e287e168b70c77ff0 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 12 Dec 2014 15:58:26 -0800 Subject: Rename protobuf Ruby module to google/protobuf and rework its build system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'. --- autogen.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3