thrift/compiler/cpp/bootstrap.sh
Mark Slee 58dfb4fbe8 Lots of Ruby code generation improvements
Summary: Submitted by Kevin Clark, Ruby guru from Powerset

Reviewed By: mcslee

Test Plan: He updated the tests in trunk/test/rb/

Notes: The code is now officially "ruby-ish" and idiomatic


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665151 13f79535-47bb-0310-9956-ffa450edef68
2007-07-06 02:45:25 +00:00

10 lines
146 B
Bash
Executable File

#!/bin/sh
./cleanup.sh
autoscan
aclocal -I ../../lib/cpp/aclocal
libtoolize --automake
touch NEWS README AUTHORS ChangeLog
autoconf
automake -ac