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
diff --git a/compiler/cpp/bootstrap.sh b/compiler/cpp/bootstrap.sh
index 3189372..67b6eea 100755
--- a/compiler/cpp/bootstrap.sh
+++ b/compiler/cpp/bootstrap.sh
@@ -2,7 +2,7 @@
./cleanup.sh
autoscan
-aclocal
+aclocal -I ../../lib/cpp/aclocal
libtoolize --automake
touch NEWS README AUTHORS ChangeLog
autoconf